#AA9A5D

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

Shades of Husk #AA9A5D

Tints of Husk #AA9A5D

Color information

#AA9A5D (or 0xAA9A5D) is unknown color: approx Husk. HEX triplet: AA, 9A and 5D. RGB value is (170,154,93). Sum of RGB (Red+Green+Blue) = 170+154+93=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A5D is #5565A2. Grayscale: #989898. Windows color (decimal): -5596579 or 6134442. OLE color: 6134442.

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

Color convert

RGB17015493-
CMYK00.090.450.33
HSL47.53º31.17%51.57%-
HSV(B)47.53º45.29%66.67%-
XYZ30.1132.4515.03-
YUV151.8394.8140.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=40.77%
G=36.93%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701549300.090.450.3347.5331.1751.57
HexAA9A5D092D21301f34
Octal2522321350115541603764
Binary101010101001101010111010100110110110000111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A5D; }

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

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

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

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

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

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

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

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