#ACAA12

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

Shades of Lucky #ACAA12

Tints of Lucky #ACAA12

Color information

#ACAA12 (or 0xACAA12) is unknown color: approx Lucky. HEX triplet: AC, AA and 12. RGB value is (172,170,18). Sum of RGB (Red+Green+Blue) = 172+170+18=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA12 is #5355ED. Grayscale: #999999. Windows color (decimal): -5461486 or 1223340. OLE color: 1223340.

HSL color Cylindrical-coordinate representation of color #ACAA12: hue angle of 59.22º degrees, saturation: 0.81, 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 #ACAA12 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB17217018-
CMYK00.010.900.33
HSL59.22º81.05%37.25%-
HSV(B)59.22º89.53%67.45%-
XYZ31.537.566.16-
YUV153.2751.66141.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 18 (7.42% from 255) = 5%
R=47.78%
G=47.22%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721701800.010.900.3359.2281.0537.25
HexACAA12015A213b5125
Octal2542522201132417312145
Binary1010110010101010100100110110101000011110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA12; }

 p { color: rgb(172,170,18); }

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

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

 a { background-color: rgb(172,170,18); }

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

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

 span { border-color: rgb(172,170,18); }

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