#AA9A51

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

Shades of Husk #AA9A51

Tints of Husk #AA9A51

Color information

#AA9A51 (or 0xAA9A51) is unknown color: approx Husk. HEX triplet: AA, 9A and 51. RGB value is (170,154,81). Sum of RGB (Red+Green+Blue) = 170+154+81=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 81 (32.03% from 255 or 20% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A51 is #5565AE. Grayscale: #969696. Windows color (decimal): -5596591 or 5348010. OLE color: 5348010.

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

Color convert

RGB17015481-
CMYK00.090.520.33
HSL49.21º35.46%49.22%-
HSV(B)49.21º52.35%66.67%-
XYZ29.6232.2512.45-
YUV150.4688.8141.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 154 (60.55% from 255) = 38.02%
BLUE value IS 81 (32.03% from 255) = 20%
R=41.98%
G=38.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701548100.090.520.3349.2135.4649.22
HexAA9A51093421312331
Octal2522321210116441614361
Binary1010101010011010101000101001110100100001110001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A51; }

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

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

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

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

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

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

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

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