#AA9957

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

Shades of Husk #AA9957

Tints of Husk #AA9957

Color information

#AA9957 (or 0xAA9957) is unknown color: approx Husk. HEX triplet: AA, 99 and 57. RGB value is (170,153,87). Sum of RGB (Red+Green+Blue) = 170+153+87=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9957 is #5566A8. Grayscale: #969696. Windows color (decimal): -5596841 or 5740970. OLE color: 5740970.

HSL color Cylindrical-coordinate representation of color #AA9957: hue angle of 47.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA9957 is Cyan = 0, Magento = 0.1, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB17015387-
CMYK00.10.490.33
HSL47.71º32.81%50.39%-
HSV(B)47.71º48.82%66.67%-
XYZ29.6932.0213.63-
YUV150.5692.13141.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.46%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 87 (34.38% from 255) = 21.22%
R=41.46%
G=37.32%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701538700.10.490.3347.7132.8150.39
HexAA99570A3121302132
Octal2522311270126141604162
Binary1010101010011001101011101010110001100001110000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9957; }

 p { color: rgb(170,153,87); }

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

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

 a { background-color: rgb(170,153,87); }

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

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

 span { border-color: rgb(170,153,87); }

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