#af971f

Color #AF971F Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #AF971F

Tints of Lucky #AF971F

Color information

#AF971F (or 0xAF971F) is unknown color: approx Lucky. HEX triplet: AF, 97 and 1F. RGB value is (175,151,31). Sum of RGB (Red+Green+Blue) = 175+151+31=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF971F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF971F is #5068E0. Grayscale: #909090. Windows color (decimal): -5269729 or 2070447. OLE color: 2070447.

HSL color Cylindrical-coordinate representation of color #AF971F: hue angle of 50º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF971F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17515131-
CMYK00.140.820.31
HSL50º69.9%40.39%-
HSV(B)50º82.29%68.63%-
XYZ28.9931.355.82-
YUV144.563.95149.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 49.02%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 31 (12.5% from 255) = 8.68%
R=49.02%
G=42.30%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751513100.140.820.315069.940.39
HexAF971F0E521F324628
Octal25722737016122376210650
Binary101011111001011111111011101010010111111100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af971f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af971f; }

 p { color: rgb(175,151,31); }

 H1.HeaderClassName
 {
   color: #af971f;
 }
 .AnyTagClassName
 {
   color: #af971f;
 }
</style>
background-color css

<style>
 a { background-color: #af971f; }

 a { background-color: rgb(175,151,31); }

 div.DivClassName
 {
   background-color: #af971f;
 }
 .BgClassName
 {
   background-color: #af971f;
 }
</style>
border-color css

<style>
 span { border-color: #af971f; }

 span { border-color: rgb(175,151,31); }

 td.TdClassName
 {
   border-color: #af971f;
 }
 .TagClassName
 {
   border-color: #af971f;
 }
</style>