#AF940C

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

Shades of Lucky #AF940C

Tints of Lucky #AF940C

Color information

#AF940C (or 0xAF940C) is unknown color: approx Lucky. HEX triplet: AF, 94 and 0C. RGB value is (175,148,12). Sum of RGB (Red+Green+Blue) = 175+148+12=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 148 (58.20% from 255 or 44.18% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF940C is #506BF3. Grayscale: #8D8D8D. Windows color (decimal): -5270516 or 824495. OLE color: 824495.

HSL color Cylindrical-coordinate representation of color #AF940C: hue angle of 50.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF940C is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17514812-
CMYK00.150.930.31
HSL50.06º87.17%36.67%-
HSV(B)50.06º93.14%68.63%-
XYZ28.3430.324.71-
YUV140.5755.45152.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 148 (58.20% from 255) = 44.18%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=52.24%
G=44.18%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751481200.150.930.3150.0687.1736.67
HexAF94C0F5D1F325725
Octal25722414017135376212745
Binary10101111100101001100011111011101111111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF940C; }

 p { color: rgb(175,148,12); }

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

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

 a { background-color: rgb(175,148,12); }

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

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

 span { border-color: rgb(175,148,12); }

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