Shades of Husk #AA944A
Tints of Husk #AA944A
RGB
CMYK
RGB Variations
Color information
#AA944A (or 0xAA944A) is known color: Husk. HEX triplet: AA, 94 and 4A. RGB value is (170,148,74). Sum of RGB (Red+Green+Blue) = 170+148+74=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA944A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA944A is #556BB5. Grayscale: #929292. Windows color (decimal): -5598134 or 4887722. OLE color: 4887722.
HSL color Cylindrical-coordinate representation of color #AA944A: hue angle of 46.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA944A is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 74 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.33 |
| HSL | 46.25º | 0.39% | 0.48% | - |
| HSV(B) | 46.25º | 0.56% | 0.67% | - |
| XYZ | 28.4 | 30.22 | 10.81 | - |
| YUV | 146.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 74 | 0 | 0.13 | 0.56 | 0.33 | 46.25 | 0.39 | 0.48 |
| Hex | AA | 94 | 4A | 0 | D | 38 | 21 | 2E | 27 | 30 |
| Octal | 252 | 224 | 112 | 0 | 15 | 70 | 41 | 56 | 47 | 60 |
| Binary | 10101010 | 10010100 | 1001010 | 0 | 1101 | 111000 | 100001 | 101110 | 100111 | 110000 |
Color Harmonies of #AA944A
Complementary color
Monochromatic Colors of #AA944A
Black with #AA944A
Text Example
Text Example
White with #AA944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA944A; }
p { color: rgb(170,148,74); }
H1.HeaderClassName
{
color: #AA944A;
}
.AnyTagClassName
{
color: #AA944A;
}
</style>
background-color css
<style>
a { background-color: #AA944A; }
a { background-color: rgb(170,148,74); }
div.DivClassName
{
background-color: #AA944A;
}
.BgClassName
{
background-color: #AA944A;
}
</style>
border-color css
<style>
span { border-color: #AA944A; }
span { border-color: rgb(170,148,74); }
td.TdClassName
{
border-color: #AA944A;
}
.TagClassName
{
border-color: #AA944A;
}
</style>