#aa9a53

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

Shades of Husk #AA9A53

Tints of Husk #AA9A53

Color information

#AA9A53 (or 0xAA9A53) is unknown color: approx Husk. HEX triplet: AA, 9A and 53. RGB value is (170,154,83). Sum of RGB (Red+Green+Blue) = 170+154+83=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A53 is #5565AC. Grayscale: #969696. Windows color (decimal): -5596589 or 5479082. OLE color: 5479082.

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

Color convert

RGB17015483-
CMYK00.090.510.33
HSL48.97º34.39%49.61%-
HSV(B)48.97º51.18%66.67%-
XYZ29.6932.2812.85-
YUV150.6989.8141.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 83 (32.81% from 255) = 20.39%
R=41.77%
G=37.84%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701548300.090.510.3348.9734.3949.61
HexAA9A53093321312232
Octal2522321230116341614262
Binary1010101010011010101001101001110011100001110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa9a53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa9a53; }

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

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

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

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

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

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

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

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