#ACA011

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

Shades of Lucky #ACA011

Tints of Lucky #ACA011

Color information

#ACA011 (or 0xACA011) is unknown color: approx Lucky. HEX triplet: AC, A0 and 11. RGB value is (172,160,17). Sum of RGB (Red+Green+Blue) = 172+160+17=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA011 is #535FEE. Grayscale: #939393. Windows color (decimal): -5464047 or 1155244. OLE color: 1155244.

HSL color Cylindrical-coordinate representation of color #ACA011: hue angle of 55.35º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACA011 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17216017-
CMYK00.070.900.33
HSL55.35º82.01%37.06%-
HSV(B)55.35º90.12%67.45%-
XYZ29.6933.955.52-
YUV147.2954.48145.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 160 (62.89% from 255) = 45.85%
BLUE value IS 17 (7.03% from 255) = 4.87%
R=49.28%
G=45.85%
B=4.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721601700.070.900.3355.3582.0137.06
HexACA011075A21375225
Octal2542402107132416712245
Binary101011001010000010001011110110101000011101111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA011; }

 p { color: rgb(172,160,17); }

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

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

 a { background-color: rgb(172,160,17); }

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

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

 span { border-color: rgb(172,160,17); }

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