Shades of Husk #AA9B5D
Tints of Husk #AA9B5D
RGB
CMYK
RGB Variations
Color information
#AA9B5D (or 0xAA9B5D) is known color: Husk. HEX triplet: AA, 9B and 5D. RGB value is (170,155,93). Sum of RGB (Red+Green+Blue) = 170+155+93=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B5D is #5564A2. Grayscale: #989898. Windows color (decimal): -5596323 or 6134698. OLE color: 6134698.
HSL color Cylindrical-coordinate representation of color #AA9B5D: hue angle of 48.31º 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 #AA9B5D is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 93 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.33 |
| HSL | 48.31º | 0.31% | 0.52% | - |
| HSV(B) | 48.31º | 0.45% | 0.67% | - |
| XYZ | 30.27 | 32.78 | 15.09 | - |
| YUV | 152.42 | 94.47 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 93 | 0 | 0.09 | 0.45 | 0.33 | 48.31 | 0.31 | 0.52 |
| Hex | AA | 9B | 5D | 0 | 9 | 2D | 21 | 30 | 1F | 34 |
| Octal | 252 | 233 | 135 | 0 | 11 | 55 | 41 | 60 | 37 | 64 |
| Binary | 10101010 | 10011011 | 1011101 | 0 | 1001 | 101101 | 100001 | 110000 | 11111 | 110100 |
Color Harmonies of #AA9B5D
Complementary color
Monochromatic Colors of #AA9B5D
Black with #AA9B5D
Text Example
Text Example
White with #AA9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B5D; }
p { color: rgb(170,155,93); }
H1.HeaderClassName
{
color: #AA9B5D;
}
.AnyTagClassName
{
color: #AA9B5D;
}
</style>
background-color css
<style>
a { background-color: #AA9B5D; }
a { background-color: rgb(170,155,93); }
div.DivClassName
{
background-color: #AA9B5D;
}
.BgClassName
{
background-color: #AA9B5D;
}
</style>
border-color css
<style>
span { border-color: #AA9B5D; }
span { border-color: rgb(170,155,93); }
td.TdClassName
{
border-color: #AA9B5D;
}
.TagClassName
{
border-color: #AA9B5D;
}
</style>