#AA9B49

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

Shades of Husk #AA9B49

Tints of Husk #AA9B49

Color information

#AA9B49 (or 0xAA9B49) is unknown color: approx Husk. HEX triplet: AA, 9B and 49. RGB value is (170,155,73). Sum of RGB (Red+Green+Blue) = 170+155+73=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9B49 is #5564B6. Grayscale: #969696. Windows color (decimal): -5596343 or 4823978. OLE color: 4823978.

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

Color convert

RGB17015573-
CMYK00.090.570.33
HSL50.72º39.92%47.65%-
HSV(B)50.72º57.06%66.67%-
XYZ29.532.4711.02-
YUV150.1484.47142.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=42.71%
G=38.94%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701557300.090.570.3350.7239.9247.65
HexAA9B49093921332830
Octal2522331110117141635060
Binary1010101010011011100100101001111001100001110011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B49; }

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

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

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

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

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

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

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

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