#AA9C59

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

Shades of Husk #AA9C59

Tints of Husk #AA9C59

Color information

#AA9C59 (or 0xAA9C59) is unknown color: approx Husk. HEX triplet: AA, 9C and 59. RGB value is (170,156,89). Sum of RGB (Red+Green+Blue) = 170+156+89=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 156 (61.33% from 255 or 37.59% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9C59 is #5563A6. Grayscale: #989898. Windows color (decimal): -5596071 or 5872810. OLE color: 5872810.

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

Color convert

RGB17015689-
CMYK00.080.480.33
HSL49.63º32.27%50.78%-
HSV(B)49.63º47.65%66.67%-
XYZ30.2733.0414.23-
YUV152.5592.14140.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 156 (61.33% from 255) = 37.59%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=40.96%
G=37.59%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701568900.080.480.3349.6332.2750.78
HexAA9C59083021322033
Octal2522341310106041624063
Binary1010101010011100101100101000110000100001110010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9C59; }

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

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

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

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

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

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

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

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