#AA9C49

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

Shades of Husk #AA9C49

Tints of Husk #AA9C49

Color information

#AA9C49 (or 0xAA9C49) is unknown color: approx Husk. HEX triplet: AA, 9C and 49. RGB value is (170,156,73). Sum of RGB (Red+Green+Blue) = 170+156+73=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C49 is #5563B6. Grayscale: #979797. Windows color (decimal): -5596087 or 4824234. OLE color: 4824234.

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

Color convert

RGB17015673-
CMYK00.080.570.33
HSL51.34º39.92%47.65%-
HSV(B)51.34º57.06%66.67%-
XYZ29.6732.811.07-
YUV150.7284.14141.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 73 (28.91% from 255) = 18.30%
R=42.61%
G=39.10%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701567300.080.570.3351.3439.9247.65
HexAA9C49083921332830
Octal2522341110107141635060
Binary1010101010011100100100101000111001100001110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C49; }

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

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

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

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

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

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

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

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