Shades of Husk #AA994E
Tints of Husk #AA994E
RGB
CMYK
RGB Variations
Color information
#AA994E (or 0xAA994E) is known color: Husk. HEX triplet: AA, 99 and 4E. RGB value is (170,153,78). Sum of RGB (Red+Green+Blue) = 170+153+78=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA994E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA994E is #5566B1. Grayscale: #959595. Windows color (decimal): -5596850 or 5151146. OLE color: 5151146.
HSL color Cylindrical-coordinate representation of color #AA994E: hue angle of 48.91º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA994E is Cyan = 0, Magento = 0.1, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 78 | - |
| CMYK | 0 | 0.1 | 0.54 | 0.33 |
| HSL | 48.91º | 0.37% | 0.49% | - |
| HSV(B) | 48.91º | 0.54% | 0.67% | - |
| XYZ | 29.34 | 31.88 | 11.81 | - |
| YUV | 149.53 | 87.63 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 78 | 0 | 0.1 | 0.54 | 0.33 | 48.91 | 0.37 | 0.49 |
| Hex | AA | 99 | 4E | 0 | A | 36 | 21 | 31 | 25 | 31 |
| Octal | 252 | 231 | 116 | 0 | 12 | 66 | 41 | 61 | 45 | 61 |
| Binary | 10101010 | 10011001 | 1001110 | 0 | 1010 | 110110 | 100001 | 110001 | 100101 | 110001 |
Color Harmonies of #AA994E
Complementary color
Monochromatic Colors of #AA994E
Black with #AA994E
Text Example
Text Example
White with #AA994E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA994E; }
p { color: rgb(170,153,78); }
H1.HeaderClassName
{
color: #AA994E;
}
.AnyTagClassName
{
color: #AA994E;
}
</style>
background-color css
<style>
a { background-color: #AA994E; }
a { background-color: rgb(170,153,78); }
div.DivClassName
{
background-color: #AA994E;
}
.BgClassName
{
background-color: #AA994E;
}
</style>
border-color css
<style>
span { border-color: #AA994E; }
span { border-color: rgb(170,153,78); }
td.TdClassName
{
border-color: #AA994E;
}
.TagClassName
{
border-color: #AA994E;
}
</style>