Shades of Husk #AA934D
Tints of Husk #AA934D
RGB
CMYK
RGB Variations
Color information
#AA934D (or 0xAA934D) is known color: Husk. HEX triplet: AA, 93 and 4D. RGB value is (170,147,77). Sum of RGB (Red+Green+Blue) = 170+147+77=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA934D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA934D is #556CB2. Grayscale: #929292. Windows color (decimal): -5598387 or 5084074. OLE color: 5084074.
HSL color Cylindrical-coordinate representation of color #AA934D: hue angle of 45.16º 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 #AA934D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 147 | 77 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.33 |
| HSL | 45.16º | 0.38% | 0.48% | - |
| HSV(B) | 45.16º | 0.55% | 0.67% | - |
| XYZ | 28.35 | 29.95 | 11.31 | - |
| YUV | 145.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 147 | 77 | 0 | 0.14 | 0.55 | 0.33 | 45.16 | 0.38 | 0.48 |
| Hex | AA | 93 | 4D | 0 | E | 37 | 21 | 2D | 26 | 30 |
| Octal | 252 | 223 | 115 | 0 | 16 | 67 | 41 | 55 | 46 | 60 |
| Binary | 10101010 | 10010011 | 1001101 | 0 | 1110 | 110111 | 100001 | 101101 | 100110 | 110000 |
Color Harmonies of #AA934D
Complementary color
Monochromatic Colors of #AA934D
Black with #AA934D
Text Example
Text Example
White with #AA934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA934D; }
p { color: rgb(170,147,77); }
H1.HeaderClassName
{
color: #AA934D;
}
.AnyTagClassName
{
color: #AA934D;
}
</style>
background-color css
<style>
a { background-color: #AA934D; }
a { background-color: rgb(170,147,77); }
div.DivClassName
{
background-color: #AA934D;
}
.BgClassName
{
background-color: #AA934D;
}
</style>
border-color css
<style>
span { border-color: #AA934D; }
span { border-color: rgb(170,147,77); }
td.TdClassName
{
border-color: #AA934D;
}
.TagClassName
{
border-color: #AA934D;
}
</style>