Shades of Husk #AA954E
Tints of Husk #AA954E
RGB
CMYK
RGB Variations
Color information
#AA954E (or 0xAA954E) is known color: Husk. HEX triplet: AA, 95 and 4E. RGB value is (170,149,78). Sum of RGB (Red+Green+Blue) = 170+149+78=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA954E is #556AB1. Grayscale: #939393. Windows color (decimal): -5597874 or 5150122. OLE color: 5150122.
HSL color Cylindrical-coordinate representation of color #AA954E: hue angle of 46.3º 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 #AA954E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 149 | 78 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.33 |
| HSL | 46.3º | 0.37% | 0.49% | - |
| HSV(B) | 46.3º | 0.54% | 0.67% | - |
| XYZ | 28.7 | 30.59 | 11.6 | - |
| YUV | 147.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 149 | 78 | 0 | 0.12 | 0.54 | 0.33 | 46.3 | 0.37 | 0.49 |
| Hex | AA | 95 | 4E | 0 | C | 36 | 21 | 2E | 25 | 31 |
| Octal | 252 | 225 | 116 | 0 | 14 | 66 | 41 | 56 | 45 | 61 |
| Binary | 10101010 | 10010101 | 1001110 | 0 | 1100 | 110110 | 100001 | 101110 | 100101 | 110001 |
Color Harmonies of #AA954E
Complementary color
Monochromatic Colors of #AA954E
Black with #AA954E
Text Example
Text Example
White with #AA954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA954E; }
p { color: rgb(170,149,78); }
H1.HeaderClassName
{
color: #AA954E;
}
.AnyTagClassName
{
color: #AA954E;
}
</style>
background-color css
<style>
a { background-color: #AA954E; }
a { background-color: rgb(170,149,78); }
div.DivClassName
{
background-color: #AA954E;
}
.BgClassName
{
background-color: #AA954E;
}
</style>
border-color css
<style>
span { border-color: #AA954E; }
span { border-color: rgb(170,149,78); }
td.TdClassName
{
border-color: #AA954E;
}
.TagClassName
{
border-color: #AA954E;
}
</style>