Shades of Husk #AA9B52
Tints of Husk #AA9B52
RGB
CMYK
RGB Variations
Color information
#AA9B52 (or 0xAA9B52) is known color: Husk. HEX triplet: AA, 9B and 52. RGB value is (170,155,82). Sum of RGB (Red+Green+Blue) = 170+155+82=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B52 is #5564AD. Grayscale: #979797. Windows color (decimal): -5596334 or 5413802. OLE color: 5413802.
HSL color Cylindrical-coordinate representation of color #AA9B52: hue angle of 49.77º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA9B52 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 155 | 82 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.33 |
| HSL | 49.77º | 0.35% | 0.49% | - |
| HSV(B) | 49.77º | 0.52% | 0.67% | - |
| XYZ | 29.82 | 32.6 | 12.7 | - |
| YUV | 151.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 155 | 82 | 0 | 0.09 | 0.52 | 0.33 | 49.77 | 0.35 | 0.49 |
| Hex | AA | 9B | 52 | 0 | 9 | 34 | 21 | 32 | 23 | 31 |
| Octal | 252 | 233 | 122 | 0 | 11 | 64 | 41 | 62 | 43 | 61 |
| Binary | 10101010 | 10011011 | 1010010 | 0 | 1001 | 110100 | 100001 | 110010 | 100011 | 110001 |
Color Harmonies of #AA9B52
Complementary color
Monochromatic Colors of #AA9B52
Black with #AA9B52
Text Example
Text Example
White with #AA9B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9B52; }
p { color: rgb(170,155,82); }
H1.HeaderClassName
{
color: #AA9B52;
}
.AnyTagClassName
{
color: #AA9B52;
}
</style>
background-color css
<style>
a { background-color: #AA9B52; }
a { background-color: rgb(170,155,82); }
div.DivClassName
{
background-color: #AA9B52;
}
.BgClassName
{
background-color: #AA9B52;
}
</style>
border-color css
<style>
span { border-color: #AA9B52; }
span { border-color: rgb(170,155,82); }
td.TdClassName
{
border-color: #AA9B52;
}
.TagClassName
{
border-color: #AA9B52;
}
</style>