Shades of Husk #AA964D
Tints of Husk #AA964D
RGB
CMYK
RGB Variations
Color information
#AA964D (or 0xAA964D) is known color: Husk. HEX triplet: AA, 96 and 4D. RGB value is (170,150,77). Sum of RGB (Red+Green+Blue) = 170+150+77=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA964D is #5569B2. Grayscale: #939393. Windows color (decimal): -5597619 or 5084842. OLE color: 5084842.
HSL color Cylindrical-coordinate representation of color #AA964D: hue angle of 47.1º 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 #AA964D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 77 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.33 |
| HSL | 47.1º | 0.38% | 0.48% | - |
| HSV(B) | 47.1º | 0.55% | 0.67% | - |
| XYZ | 28.82 | 30.89 | 11.47 | - |
| YUV | 147.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 77 | 0 | 0.12 | 0.55 | 0.33 | 47.1 | 0.38 | 0.48 |
| Hex | AA | 96 | 4D | 0 | C | 37 | 21 | 2F | 26 | 30 |
| Octal | 252 | 226 | 115 | 0 | 14 | 67 | 41 | 57 | 46 | 60 |
| Binary | 10101010 | 10010110 | 1001101 | 0 | 1100 | 110111 | 100001 | 101111 | 100110 | 110000 |
Color Harmonies of #AA964D
Complementary color
Monochromatic Colors of #AA964D
Black with #AA964D
Text Example
Text Example
White with #AA964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA964D; }
p { color: rgb(170,150,77); }
H1.HeaderClassName
{
color: #AA964D;
}
.AnyTagClassName
{
color: #AA964D;
}
</style>
background-color css
<style>
a { background-color: #AA964D; }
a { background-color: rgb(170,150,77); }
div.DivClassName
{
background-color: #AA964D;
}
.BgClassName
{
background-color: #AA964D;
}
</style>
border-color css
<style>
span { border-color: #AA964D; }
span { border-color: rgb(170,150,77); }
td.TdClassName
{
border-color: #AA964D;
}
.TagClassName
{
border-color: #AA964D;
}
</style>