Shades of Husk #AA964F
Tints of Husk #AA964F
RGB
CMYK
RGB Variations
Color information
#AA964F (or 0xAA964F) is known color: Husk. HEX triplet: AA, 96 and 4F. RGB value is (170,150,79). Sum of RGB (Red+Green+Blue) = 170+150+79=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA964F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA964F is #5569B0. Grayscale: #949494. Windows color (decimal): -5597617 or 5215914. OLE color: 5215914.
HSL color Cylindrical-coordinate representation of color #AA964F: hue angle of 46.81º 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 #AA964F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 79 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.33 |
| HSL | 46.81º | 0.37% | 0.49% | - |
| HSV(B) | 46.81º | 0.54% | 0.67% | - |
| XYZ | 28.9 | 30.92 | 11.84 | - |
| YUV | 147.89 | 89.13 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 79 | 0 | 0.12 | 0.54 | 0.33 | 46.81 | 0.37 | 0.49 |
| Hex | AA | 96 | 4F | 0 | C | 36 | 21 | 2F | 25 | 31 |
| Octal | 252 | 226 | 117 | 0 | 14 | 66 | 41 | 57 | 45 | 61 |
| Binary | 10101010 | 10010110 | 1001111 | 0 | 1100 | 110110 | 100001 | 101111 | 100101 | 110001 |
Color Harmonies of #AA964F
Complementary color
Monochromatic Colors of #AA964F
Black with #AA964F
Text Example
Text Example
White with #AA964F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA964F; }
p { color: rgb(170,150,79); }
H1.HeaderClassName
{
color: #AA964F;
}
.AnyTagClassName
{
color: #AA964F;
}
</style>
background-color css
<style>
a { background-color: #AA964F; }
a { background-color: rgb(170,150,79); }
div.DivClassName
{
background-color: #AA964F;
}
.BgClassName
{
background-color: #AA964F;
}
</style>
border-color css
<style>
span { border-color: #AA964F; }
span { border-color: rgb(170,150,79); }
td.TdClassName
{
border-color: #AA964F;
}
.TagClassName
{
border-color: #AA964F;
}
</style>