Shades of Husk #AA954F
Tints of Husk #AA954F
RGB
CMYK
RGB Variations
Color information
#AA954F (or 0xAA954F) is known color: Husk. HEX triplet: AA, 95 and 4F. RGB value is (170,149,79). Sum of RGB (Red+Green+Blue) = 170+149+79=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA954F is #556AB0. Grayscale: #939393. Windows color (decimal): -5597873 or 5215658. OLE color: 5215658.
HSL color Cylindrical-coordinate representation of color #AA954F: hue angle of 46.15º 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 #AA954F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 79 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.33 |
| HSL | 46.15º | 0.37% | 0.49% | - |
| HSV(B) | 46.15º | 0.54% | 0.67% | - |
| XYZ | 28.74 | 30.61 | 11.79 | - |
| YUV | 147.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 79 | 0 | 0.12 | 0.54 | 0.33 | 46.15 | 0.37 | 0.49 |
| Hex | AA | 95 | 4F | 0 | C | 36 | 21 | 2E | 25 | 31 |
| Octal | 252 | 225 | 117 | 0 | 14 | 66 | 41 | 56 | 45 | 61 |
| Binary | 10101010 | 10010101 | 1001111 | 0 | 1100 | 110110 | 100001 | 101110 | 100101 | 110001 |
Color Harmonies of #AA954F
Complementary color
Monochromatic Colors of #AA954F
Black with #AA954F
Text Example
Text Example
White with #AA954F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA954F; }
p { color: rgb(170,149,79); }
H1.HeaderClassName
{
color: #AA954F;
}
.AnyTagClassName
{
color: #AA954F;
}
</style>
background-color css
<style>
a { background-color: #AA954F; }
a { background-color: rgb(170,149,79); }
div.DivClassName
{
background-color: #AA954F;
}
.BgClassName
{
background-color: #AA954F;
}
</style>
border-color css
<style>
span { border-color: #AA954F; }
span { border-color: rgb(170,149,79); }
td.TdClassName
{
border-color: #AA954F;
}
.TagClassName
{
border-color: #AA954F;
}
</style>