Shades of Husk #AA924E
Tints of Husk #AA924E
RGB
CMYK
RGB Variations
Color information
#AA924E (or 0xAA924E) is known color: Husk. HEX triplet: AA, 92 and 4E. RGB value is (170,146,78). Sum of RGB (Red+Green+Blue) = 170+146+78=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA924E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA924E is #556DB1. Grayscale: #919191. Windows color (decimal): -5598642 or 5149354. OLE color: 5149354.
HSL color Cylindrical-coordinate representation of color #AA924E: hue angle of 44.35º 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 #AA924E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 78 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.33 |
| HSL | 44.35º | 0.37% | 0.49% | - |
| HSV(B) | 44.35º | 0.54% | 0.67% | - |
| XYZ | 28.23 | 29.65 | 11.44 | - |
| YUV | 145.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 78 | 0 | 0.14 | 0.54 | 0.33 | 44.35 | 0.37 | 0.49 |
| Hex | AA | 92 | 4E | 0 | E | 36 | 21 | 2C | 25 | 31 |
| Octal | 252 | 222 | 116 | 0 | 16 | 66 | 41 | 54 | 45 | 61 |
| Binary | 10101010 | 10010010 | 1001110 | 0 | 1110 | 110110 | 100001 | 101100 | 100101 | 110001 |
Color Harmonies of #AA924E
Complementary color
Monochromatic Colors of #AA924E
Black with #AA924E
Text Example
Text Example
White with #AA924E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA924E; }
p { color: rgb(170,146,78); }
H1.HeaderClassName
{
color: #AA924E;
}
.AnyTagClassName
{
color: #AA924E;
}
</style>
background-color css
<style>
a { background-color: #AA924E; }
a { background-color: rgb(170,146,78); }
div.DivClassName
{
background-color: #AA924E;
}
.BgClassName
{
background-color: #AA924E;
}
</style>
border-color css
<style>
span { border-color: #AA924E; }
span { border-color: rgb(170,146,78); }
td.TdClassName
{
border-color: #AA924E;
}
.TagClassName
{
border-color: #AA924E;
}
</style>