#AA9C2C

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

Shades of Lucky #AA9C2C

Tints of Lucky #AA9C2C

Color information

#AA9C2C (or 0xAA9C2C) is unknown color: approx Lucky. HEX triplet: AA, 9C and 2C. RGB value is (170,156,44). Sum of RGB (Red+Green+Blue) = 170+156+44=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C2C is #5563D3. Grayscale: #939393. Windows color (decimal): -5596116 or 2923690. OLE color: 2923690.

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

Color convert

RGB17015644-
CMYK00.080.740.33
HSL53.33º58.88%41.96%-
HSV(B)53.33º74.12%66.67%-
XYZ28.9232.57.13-
YUV147.4269.64144.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 156 (61.33% from 255) = 42.16%
BLUE value IS 44 (17.58% from 255) = 11.89%
R=45.95%
G=42.16%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701564400.080.740.3353.3358.8841.96
HexAA9C2C084A21353b2a
Octal2522345401011241657352
Binary1010101010011100101100010001001010100001110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C2C; }

 p { color: rgb(170,156,44); }

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

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

 a { background-color: rgb(170,156,44); }

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

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

 span { border-color: rgb(170,156,44); }

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