#AC9C0F

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

Shades of Lucky #AC9C0F

Tints of Lucky #AC9C0F

Color information

#AC9C0F (or 0xAC9C0F) is unknown color: approx Lucky. HEX triplet: AC, 9C and 0F. RGB value is (172,156,15). Sum of RGB (Red+Green+Blue) = 172+156+15=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C0F is #5363F0. Grayscale: #919191. Windows color (decimal): -5465073 or 1023148. OLE color: 1023148.

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

Color convert

RGB17215615-
CMYK00.090.910.33
HSL53.89º83.96%36.67%-
HSV(B)53.89º91.28%67.45%-
XYZ28.9932.585.21-
YUV144.7154.8147.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 15 (6.25% from 255) = 4.37%
R=50.15%
G=45.48%
B=4.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721561500.090.910.3353.8983.9636.67
HexAC9CF095B21365425
Octal25423417011133416612445
Binary101011001001110011110100110110111000011101101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C0F; }

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

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

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

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

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

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

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

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