#af9f0c

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

Shades of Lucky #AF9F0C

Tints of Lucky #AF9F0C

Color information

#AF9F0C (or 0xAF9F0C) is unknown color: approx Lucky. HEX triplet: AF, 9F and 0C. RGB value is (175,159,12). Sum of RGB (Red+Green+Blue) = 175+159+12=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9F0C is #5060F3. Grayscale: #939393. Windows color (decimal): -5267700 or 827311. OLE color: 827311.

HSL color Cylindrical-coordinate representation of color #AF9F0C: hue angle of 54.11º 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 #AF9F0C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17515912-
CMYK00.090.930.31
HSL54.11º87.17%36.67%-
HSV(B)54.11º93.14%68.63%-
XYZ30.1433.945.31-
YUV147.0351.8147.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 12 (5.08% from 255) = 3.47%
R=50.58%
G=45.95%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751591200.090.930.3154.1187.1736.67
HexAF9FC095D1F365725
Octal25723714011135376612745
Binary10101111100111111100010011011101111111101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9f0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9f0c; }

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

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

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

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

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

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

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

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