#AA9A5B

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

Shades of Husk #AA9A5B

Tints of Husk #AA9A5B

Color information

#AA9A5B (or 0xAA9A5B) is unknown color: approx Husk. HEX triplet: AA, 9A and 5B. RGB value is (170,154,91). Sum of RGB (Red+Green+Blue) = 170+154+91=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 154 (60.55% from 255 or 37.11% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A5B is #5565A4. Grayscale: #979797. Windows color (decimal): -5596581 or 6003370. OLE color: 6003370.

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

Color convert

RGB17015491-
CMYK00.090.460.33
HSL47.85º31.73%51.18%-
HSV(B)47.85º46.47%66.67%-
XYZ30.0232.4114.57-
YUV151.693.8141.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 154 (60.55% from 255) = 37.11%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=40.96%
G=37.11%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701549100.090.460.3347.8531.7351.18
HexAA9A5B092E21302033
Octal2522321330115641604063
Binary1010101010011010101101101001101110100001110000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A5B; }

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

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

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

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

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

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

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

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