#AA9659

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

Shades of Husk #AA9659

Tints of Husk #AA9659

Color information

#AA9659 (or 0xAA9659) is unknown color: approx Husk. HEX triplet: AA, 96 and 59. RGB value is (170,150,89). Sum of RGB (Red+Green+Blue) = 170+150+89=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9659 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9659 is #5569A6. Grayscale: #959595. Windows color (decimal): -5597607 or 5871274. OLE color: 5871274.

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

Color convert

RGB17015089-
CMYK00.120.480.33
HSL45.19º32.27%50.78%-
HSV(B)45.19º47.65%66.67%-
XYZ29.2931.0813.91-
YUV149.0394.13142.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.56%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=41.56%
G=36.67%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701508900.120.480.3345.1932.2750.78
HexAA96590C30212d2033
Octal2522261310146041554063
Binary1010101010010110101100101100110000100001101101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9659; }

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

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

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

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

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

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

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

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