Shades of Husk #AA9251
Tints of Husk #AA9251
RGB
CMYK
RGB Variations
Color information
#AA9251 (or 0xAA9251) is known color: Husk. HEX triplet: AA, 92 and 51. RGB value is (170,146,81). Sum of RGB (Red+Green+Blue) = 170+146+81=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9251 is #556DAE. Grayscale: #929292. Windows color (decimal): -5598639 or 5345962. OLE color: 5345962.
HSL color Cylindrical-coordinate representation of color #AA9251: hue angle of 43.82º 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 #AA9251 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 81 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.33 |
| HSL | 43.82º | 0.35% | 0.49% | - |
| HSV(B) | 43.82º | 0.52% | 0.67% | - |
| XYZ | 28.34 | 29.7 | 12.02 | - |
| YUV | 145.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 81 | 0 | 0.14 | 0.52 | 0.33 | 43.82 | 0.35 | 0.49 |
| Hex | AA | 92 | 51 | 0 | E | 34 | 21 | 2C | 23 | 31 |
| Octal | 252 | 222 | 121 | 0 | 16 | 64 | 41 | 54 | 43 | 61 |
| Binary | 10101010 | 10010010 | 1010001 | 0 | 1110 | 110100 | 100001 | 101100 | 100011 | 110001 |
Color Harmonies of #AA9251
Complementary color
Monochromatic Colors of #AA9251
Black with #AA9251
Text Example
Text Example
White with #AA9251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9251; }
p { color: rgb(170,146,81); }
H1.HeaderClassName
{
color: #AA9251;
}
.AnyTagClassName
{
color: #AA9251;
}
</style>
background-color css
<style>
a { background-color: #AA9251; }
a { background-color: rgb(170,146,81); }
div.DivClassName
{
background-color: #AA9251;
}
.BgClassName
{
background-color: #AA9251;
}
</style>
border-color css
<style>
span { border-color: #AA9251; }
span { border-color: rgb(170,146,81); }
td.TdClassName
{
border-color: #AA9251;
}
.TagClassName
{
border-color: #AA9251;
}
</style>