#AF9C0F

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

Shades of Lucky #AF9C0F

Tints of Lucky #AF9C0F

Color information

#AF9C0F (or 0xAF9C0F) is unknown color: approx Lucky. HEX triplet: AF, 9C and 0F. RGB value is (175,156,15). Sum of RGB (Red+Green+Blue) = 175+156+15=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C0F is #5063F0. Grayscale: #929292. Windows color (decimal): -5268465 or 1023151. OLE color: 1023151.

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

Color convert

RGB17515615-
CMYK00.110.910.31
HSL52.88º84.21%37.25%-
HSV(B)52.88º91.43%68.63%-
XYZ29.6532.935.24-
YUV145.6154.29148.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 156 (61.33% from 255) = 45.09%
BLUE value IS 15 (6.25% from 255) = 4.34%
R=50.58%
G=45.09%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751561500.110.910.3152.8884.2137.25
HexAF9CF0B5B1F355425
Octal25723417013133376512445
Binary10101111100111001111010111011011111111101011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C0F; }

 p { color: rgb(175,156,15); }

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

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

 a { background-color: rgb(175,156,15); }

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

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

 span { border-color: rgb(175,156,15); }

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