#AC9C13

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

Shades of Lucky #AC9C13

Tints of Lucky #AC9C13

Color information

#AC9C13 (or 0xAC9C13) is unknown color: approx Lucky. HEX triplet: AC, 9C and 13. RGB value is (172,156,19). Sum of RGB (Red+Green+Blue) = 172+156+19=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC9C13 is #5363EC. Grayscale: #919191. Windows color (decimal): -5465069 or 1285292. OLE color: 1285292.

HSL color Cylindrical-coordinate representation of color #AC9C13: hue angle of 53.73º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC9C13 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB17215619-
CMYK00.090.890.33
HSL53.73º80.1%37.45%-
HSV(B)53.73º88.95%67.45%-
XYZ29.0232.595.38-
YUV145.1756.8147.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 19 (7.81% from 255) = 5.48%
R=49.57%
G=44.96%
B=5.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721561900.090.890.3353.7380.137.45
HexAC9C13095921365025
Octal25423423011131416612045
Binary1010110010011100100110100110110011000011101101010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C13; }

 p { color: rgb(172,156,19); }

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

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

 a { background-color: rgb(172,156,19); }

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

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

 span { border-color: rgb(172,156,19); }

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