#AC9C0A

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

Shades of Lucky #AC9C0A

Tints of Lucky #AC9C0A

Color information

#AC9C0A (or 0xAC9C0A) is unknown color: approx Lucky. HEX triplet: AC, 9C and 0A. RGB value is (172,156,10). Sum of RGB (Red+Green+Blue) = 172+156+10=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C0A is #5363F5. Grayscale: #909090. Windows color (decimal): -5465078 or 695468. OLE color: 695468.

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

Color convert

RGB17215610-
CMYK00.090.940.33
HSL54.07º89.01%35.69%-
HSV(B)54.07º94.19%67.45%-
XYZ28.9632.575.05-
YUV144.1452.3147.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 10 (4.30% from 255) = 2.96%
R=50.89%
G=46.15%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721561000.090.940.3354.0789.0135.69
HexAC9CA095E21365924
Octal25423412011136416613144
Binary101011001001110010100100110111101000011101101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C0A; }

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

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

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

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

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

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

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

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