Shades of Husk #AA944D
Tints of Husk #AA944D
RGB
CMYK
RGB Variations
Color information
#AA944D (or 0xAA944D) is known color: Husk. HEX triplet: AA, 94 and 4D. RGB value is (170,148,77). Sum of RGB (Red+Green+Blue) = 170+148+77=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA944D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA944D is #556BB2. Grayscale: #929292. Windows color (decimal): -5598131 or 5084330. OLE color: 5084330.
HSL color Cylindrical-coordinate representation of color #AA944D: hue angle of 45.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA944D is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 148 | 77 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.33 |
| HSL | 45.81º | 0.38% | 0.48% | - |
| HSV(B) | 45.81º | 0.55% | 0.67% | - |
| XYZ | 28.51 | 30.26 | 11.36 | - |
| YUV | 146.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 148 | 77 | 0 | 0.13 | 0.55 | 0.33 | 45.81 | 0.38 | 0.48 |
| Hex | AA | 94 | 4D | 0 | D | 37 | 21 | 2E | 26 | 30 |
| Octal | 252 | 224 | 115 | 0 | 15 | 67 | 41 | 56 | 46 | 60 |
| Binary | 10101010 | 10010100 | 1001101 | 0 | 1101 | 110111 | 100001 | 101110 | 100110 | 110000 |
Color Harmonies of #AA944D
Complementary color
Monochromatic Colors of #AA944D
Black with #AA944D
Text Example
Text Example
White with #AA944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA944D; }
p { color: rgb(170,148,77); }
H1.HeaderClassName
{
color: #AA944D;
}
.AnyTagClassName
{
color: #AA944D;
}
</style>
background-color css
<style>
a { background-color: #AA944D; }
a { background-color: rgb(170,148,77); }
div.DivClassName
{
background-color: #AA944D;
}
.BgClassName
{
background-color: #AA944D;
}
</style>
border-color css
<style>
span { border-color: #AA944D; }
span { border-color: rgb(170,148,77); }
td.TdClassName
{
border-color: #AA944D;
}
.TagClassName
{
border-color: #AA944D;
}
</style>