#AF9C08

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

Shades of Lucky #AF9C08

Tints of Lucky #AF9C08

Color information

#AF9C08 (or 0xAF9C08) is unknown color: approx Lucky. HEX triplet: AF, 9C and 08. RGB value is (175,156,8). Sum of RGB (Red+Green+Blue) = 175+156+8=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9C08 is #5063F7. Grayscale: #919191. Windows color (decimal): -5268472 or 564399. OLE color: 564399.

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

Color convert

RGB1751568-
CMYK00.110.950.31
HSL53.17º91.26%35.88%-
HSV(B)53.17º95.43%68.63%-
XYZ29.6132.915.02-
YUV144.8150.79149.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.62%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 8 (3.52% from 255) = 2.36%
R=51.62%
G=46.02%
B=2.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175156800.110.950.3153.1791.2635.88
HexAF9C80B5F1F355b24
Octal25723410013137376513344
Binary10101111100111001000010111011111111111101011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C08; }

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

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

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

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

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

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

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

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