#AA9A57

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

Shades of Husk #AA9A57

Tints of Husk #AA9A57

Color information

#AA9A57 (or 0xAA9A57) is unknown color: approx Husk. HEX triplet: AA, 9A and 57. RGB value is (170,154,87). Sum of RGB (Red+Green+Blue) = 170+154+87=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 87 (34.38% from 255 or 21.17% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A57 is #5565A8. Grayscale: #979797. Windows color (decimal): -5596585 or 5741226. OLE color: 5741226.

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

Color convert

RGB17015487-
CMYK00.090.490.33
HSL48.43º32.81%50.39%-
HSV(B)48.43º48.82%66.67%-
XYZ29.8532.3513.69-
YUV151.1591.8141.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 154 (60.55% from 255) = 37.47%
BLUE value IS 87 (34.38% from 255) = 21.17%
R=41.36%
G=37.47%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701548700.090.490.3348.4332.8150.39
HexAA9A57093121302132
Octal2522321270116141604162
Binary1010101010011010101011101001110001100001110000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A57; }

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

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

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

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

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

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

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

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