#AA9C55

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

Shades of Husk #AA9C55

Tints of Husk #AA9C55

Color information

#AA9C55 (or 0xAA9C55) is unknown color: approx Husk. HEX triplet: AA, 9C and 55. RGB value is (170,156,85). Sum of RGB (Red+Green+Blue) = 170+156+85=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C55 is #5563AA. Grayscale: #989898. Windows color (decimal): -5596075 or 5610666. OLE color: 5610666.

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

Color convert

RGB17015685-
CMYK00.080.500.33
HSL50.12º33.33%50%-
HSV(B)50.12º50%66.67%-
XYZ30.1132.9813.37-
YUV152.0990.14140.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 156 (61.33% from 255) = 37.96%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=41.36%
G=37.96%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701568500.080.500.3350.1233.3350
HexAA9C55083221322132
Octal2522341250106241624162
Binary1010101010011100101010101000110010100001110010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C55; }

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

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

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

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

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

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

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

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