#AC9D12

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

Shades of Lucky #AC9D12

Tints of Lucky #AC9D12

Color information

#AC9D12 (or 0xAC9D12) is unknown color: approx Lucky. HEX triplet: AC, 9D and 12. RGB value is (172,157,18). Sum of RGB (Red+Green+Blue) = 172+157+18=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9D12 is #5362ED. Grayscale: #929292. Windows color (decimal): -5464814 or 1220012. OLE color: 1220012.

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

Color convert

RGB17215718-
CMYK00.090.900.33
HSL54.16º81.05%37.25%-
HSV(B)54.16º89.53%67.45%-
XYZ29.1832.935.39-
YUV145.6455.97146.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 18 (7.42% from 255) = 5.19%
R=49.57%
G=45.24%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721571800.090.900.3354.1681.0537.25
HexAC9D12095A21365125
Octal25423522011132416612145
Binary1010110010011101100100100110110101000011101101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D12; }

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

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

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

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

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

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

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

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