#AA9555

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

Shades of Husk #AA9555

Tints of Husk #AA9555

Color information

#AA9555 (or 0xAA9555) is unknown color: approx Husk. HEX triplet: AA, 95 and 55. RGB value is (170,149,85). Sum of RGB (Red+Green+Blue) = 170+149+85=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9555 is #556AAA. Grayscale: #949494. Windows color (decimal): -5597867 or 5608874. OLE color: 5608874.

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

Color convert

RGB17014985-
CMYK00.120.500.33
HSL45.18º33.33%50%-
HSV(B)45.18º50%66.67%-
XYZ28.9630.712.99-
YUV147.9892.46143.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 149 (58.59% from 255) = 36.88%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=42.08%
G=36.88%
B=21.04%

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
Decimal1701498500.120.500.3345.1833.3350
HexAA95550C32212d2132
Octal2522251250146241554162
Binary1010101010010101101010101100110010100001101101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9555; }

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

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

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

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

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

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

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

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