Shades of Husk #AA985B
Tints of Husk #AA985B
RGB
CMYK
RGB Variations
Color information
#AA985B (or 0xAA985B) is known color: Husk. HEX triplet: AA, 98 and 5B. RGB value is (170,152,91). Sum of RGB (Red+Green+Blue) = 170+152+91=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA985B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA985B is #5567A4. Grayscale: #969696. Windows color (decimal): -5597093 or 6002858. OLE color: 6002858.
HSL color Cylindrical-coordinate representation of color #AA985B: hue angle of 46.33º 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 #AA985B is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 91 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.33 |
| HSL | 46.33º | 0.32% | 0.51% | - |
| HSV(B) | 46.33º | 0.46% | 0.67% | - |
| XYZ | 29.69 | 31.76 | 14.46 | - |
| YUV | 150.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 91 | 0 | 0.11 | 0.46 | 0.33 | 46.33 | 0.32 | 0.51 |
| Hex | AA | 98 | 5B | 0 | B | 2E | 21 | 2E | 20 | 33 |
| Octal | 252 | 230 | 133 | 0 | 13 | 56 | 41 | 56 | 40 | 63 |
| Binary | 10101010 | 10011000 | 1011011 | 0 | 1011 | 101110 | 100001 | 101110 | 100000 | 110011 |
Color Harmonies of #AA985B
Complementary color
Monochromatic Colors of #AA985B
Black with #AA985B
Text Example
Text Example
White with #AA985B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA985B; }
p { color: rgb(170,152,91); }
H1.HeaderClassName
{
color: #AA985B;
}
.AnyTagClassName
{
color: #AA985B;
}
</style>
background-color css
<style>
a { background-color: #AA985B; }
a { background-color: rgb(170,152,91); }
div.DivClassName
{
background-color: #AA985B;
}
.BgClassName
{
background-color: #AA985B;
}
</style>
border-color css
<style>
span { border-color: #AA985B; }
span { border-color: rgb(170,152,91); }
td.TdClassName
{
border-color: #AA985B;
}
.TagClassName
{
border-color: #AA985B;
}
</style>