#AA9E49

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

Shades of Husk #AA9E49

Tints of Husk #AA9E49

Color information

#AA9E49 (or 0xAA9E49) is unknown color: approx Husk. HEX triplet: AA, 9E and 49. RGB value is (170,158,73). Sum of RGB (Red+Green+Blue) = 170+158+73=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E49 is #5561B6. Grayscale: #989898. Windows color (decimal): -5595575 or 4824746. OLE color: 4824746.

HSL color Cylindrical-coordinate representation of color #AA9E49: hue angle of 52.58º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA9E49 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB17015873-
CMYK00.070.570.33
HSL52.58º39.92%47.65%-
HSV(B)52.58º57.06%66.67%-
XYZ30.0133.4811.18-
YUV151.983.48140.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=42.39%
G=39.40%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701587300.070.570.3352.5839.9247.65
HexAA9E49073921352830
Octal252236111077141655060
Binary101010101001111010010010111111001100001110101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E49; }

 p { color: rgb(170,158,73); }

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

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

 a { background-color: rgb(170,158,73); }

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

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

 span { border-color: rgb(170,158,73); }

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