#AA9E59

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

Shades of Husk #AA9E59

Tints of Husk #AA9E59

Color information

#AA9E59 (or 0xAA9E59) is unknown color: approx Husk. HEX triplet: AA, 9E and 59. RGB value is (170,158,89). Sum of RGB (Red+Green+Blue) = 170+158+89=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E59 is #5561A6. Grayscale: #9A9A9A. Windows color (decimal): -5595559 or 5873322. OLE color: 5873322.

HSL color Cylindrical-coordinate representation of color #AA9E59: hue angle of 51.11º 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 #AA9E59 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB17015889-
CMYK00.070.480.33
HSL51.11º32.27%50.78%-
HSV(B)51.11º47.65%66.67%-
XYZ30.6133.7214.35-
YUV153.7291.48139.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 158 (62.11% from 255) = 37.89%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=40.77%
G=37.89%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701588900.070.480.3351.1132.2750.78
HexAA9E59073021332033
Octal252236131076041634063
Binary101010101001111010110010111110000100001110011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E59; }

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

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

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

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

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

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

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

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