#ACA11A

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

Shades of Lucky #ACA11A

Tints of Lucky #ACA11A

Color information

#ACA11A (or 0xACA11A) is unknown color: approx Lucky. HEX triplet: AC, A1 and 1A. RGB value is (172,161,26). Sum of RGB (Red+Green+Blue) = 172+161+26=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA11A is #535EE5. Grayscale: #959595. Windows color (decimal): -5463782 or 1745324. OLE color: 1745324.

HSL color Cylindrical-coordinate representation of color #ACA11A: hue angle of 55.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACA11A is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17216126-
CMYK00.060.850.33
HSL55.48º73.74%38.82%-
HSV(B)55.48º84.88%67.45%-
XYZ29.9434.336.03-
YUV148.958.64144.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 26 (10.55% from 255) = 7.24%
R=47.91%
G=44.85%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721612600.060.850.3355.4873.7438.82
HexACA11A065521374a27
Octal2542413206125416711247
Binary101011001010000111010011010101011000011101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA11A; }

 p { color: rgb(172,161,26); }

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

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

 a { background-color: rgb(172,161,26); }

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

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

 span { border-color: rgb(172,161,26); }

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