Shades of Husk #AA9947
Tints of Husk #AA9947
RGB
CMYK
RGB Variations
Color information
#AA9947 (or 0xAA9947) is known color: Husk. HEX triplet: AA, 99 and 47. RGB value is (170,153,71). Sum of RGB (Red+Green+Blue) = 170+153+71=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9947 is #5566B8. Grayscale: #959595. Windows color (decimal): -5596857 or 4692394. OLE color: 4692394.
HSL color Cylindrical-coordinate representation of color #AA9947: hue angle of 49.7º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA9947 is Cyan = 0, Magento = 0.1, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 71 | - |
| CMYK | 0 | 0.1 | 0.58 | 0.33 |
| HSL | 49.7º | 0.41% | 0.47% | - |
| HSV(B) | 49.7º | 0.58% | 0.67% | - |
| XYZ | 29.11 | 31.78 | 10.56 | - |
| YUV | 148.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 71 | 0 | 0.1 | 0.58 | 0.33 | 49.7 | 0.41 | 0.47 |
| Hex | AA | 99 | 47 | 0 | A | 3A | 21 | 32 | 29 | 2F |
| Octal | 252 | 231 | 107 | 0 | 12 | 72 | 41 | 62 | 51 | 57 |
| Binary | 10101010 | 10011001 | 1000111 | 0 | 1010 | 111010 | 100001 | 110010 | 101001 | 101111 |
Color Harmonies of #AA9947
Complementary color
Monochromatic Colors of #AA9947
Black with #AA9947
Text Example
Text Example
White with #AA9947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9947; }
p { color: rgb(170,153,71); }
H1.HeaderClassName
{
color: #AA9947;
}
.AnyTagClassName
{
color: #AA9947;
}
</style>
background-color css
<style>
a { background-color: #AA9947; }
a { background-color: rgb(170,153,71); }
div.DivClassName
{
background-color: #AA9947;
}
.BgClassName
{
background-color: #AA9947;
}
</style>
border-color css
<style>
span { border-color: #AA9947; }
span { border-color: rgb(170,153,71); }
td.TdClassName
{
border-color: #AA9947;
}
.TagClassName
{
border-color: #AA9947;
}
</style>