#AA9655

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

Shades of Husk #AA9655

Tints of Husk #AA9655

Color information

#AA9655 (or 0xAA9655) is unknown color: approx Husk. HEX triplet: AA, 96 and 55. RGB value is (170,150,85). Sum of RGB (Red+Green+Blue) = 170+150+85=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9655 is #5569AA. Grayscale: #949494. Windows color (decimal): -5597611 or 5609130. OLE color: 5609130.

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

Color convert

RGB17015085-
CMYK00.120.500.33
HSL45.88º33.33%50%-
HSV(B)45.88º50%66.67%-
XYZ29.1231.0113.05-
YUV148.5792.13143.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=41.98%
G=37.04%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701508500.120.500.3345.8833.3350
HexAA96550C32212e2132
Octal2522261250146241564162
Binary1010101010010110101010101100110010100001101110100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9655; }

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

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

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

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

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

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

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

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