#ACA121

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

Shades of Lucky #ACA121

Tints of Lucky #ACA121

Color information

#ACA121 (or 0xACA121) is unknown color: approx Lucky. HEX triplet: AC, A1 and 21. RGB value is (172,161,33). Sum of RGB (Red+Green+Blue) = 172+161+33=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 33 (13.28% from 255 or 9.02% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA121 is #535EDE. Grayscale: #969696. Windows color (decimal): -5463775 or 2204076. OLE color: 2204076.

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

Color convert

RGB17216133-
CMYK00.060.810.33
HSL55.25º67.8%40.2%-
HSV(B)55.25º80.81%67.45%-
XYZ30.0334.376.49-
YUV149.762.14143.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 33 (13.28% from 255) = 9.02%
R=46.99%
G=43.99%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721613300.060.810.3355.2567.840.2
HexACA121065121374428
Octal2542414106121416710450
Binary1010110010100001100001011010100011000011101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA121; }

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

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

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

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

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

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

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

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