Shades of Husk #AA985A
Tints of Husk #AA985A
RGB
CMYK
RGB Variations
Color information
#AA985A (or 0xAA985A) is known color: Husk. HEX triplet: AA, 98 and 5A. RGB value is (170,152,90). Sum of RGB (Red+Green+Blue) = 170+152+90=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA985A is #5567A5. Grayscale: #969696. Windows color (decimal): -5597094 or 5937322. OLE color: 5937322.
HSL color Cylindrical-coordinate representation of color #AA985A: hue angle of 46.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA985A is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 90 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.33 |
| HSL | 46.5º | 0.32% | 0.51% | - |
| HSV(B) | 46.5º | 0.47% | 0.67% | - |
| XYZ | 29.65 | 31.74 | 14.24 | - |
| YUV | 150.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 90 | 0 | 0.11 | 0.47 | 0.33 | 46.5 | 0.32 | 0.51 |
| Hex | AA | 98 | 5A | 0 | B | 2F | 21 | 2E | 20 | 33 |
| Octal | 252 | 230 | 132 | 0 | 13 | 57 | 41 | 56 | 40 | 63 |
| Binary | 10101010 | 10011000 | 1011010 | 0 | 1011 | 101111 | 100001 | 101110 | 100000 | 110011 |
Color Harmonies of #AA985A
Complementary color
Monochromatic Colors of #AA985A
Black with #AA985A
Text Example
Text Example
White with #AA985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA985A; }
p { color: rgb(170,152,90); }
H1.HeaderClassName
{
color: #AA985A;
}
.AnyTagClassName
{
color: #AA985A;
}
</style>
background-color css
<style>
a { background-color: #AA985A; }
a { background-color: rgb(170,152,90); }
div.DivClassName
{
background-color: #AA985A;
}
.BgClassName
{
background-color: #AA985A;
}
</style>
border-color css
<style>
span { border-color: #AA985A; }
span { border-color: rgb(170,152,90); }
td.TdClassName
{
border-color: #AA985A;
}
.TagClassName
{
border-color: #AA985A;
}
</style>