Shades of Husk #AA914C
Tints of Husk #AA914C
RGB
CMYK
RGB Variations
Color information
#AA914C (or 0xAA914C) is known color: Husk. HEX triplet: AA, 91 and 4C. RGB value is (170,145,76). Sum of RGB (Red+Green+Blue) = 170+145+76=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA914C is #556EB3. Grayscale: #909090. Windows color (decimal): -5598900 or 5018026. OLE color: 5018026.
HSL color Cylindrical-coordinate representation of color #AA914C: hue angle of 44.04º 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 #AA914C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 76 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.33 |
| HSL | 44.04º | 0.38% | 0.48% | - |
| HSV(B) | 44.04º | 0.55% | 0.67% | - |
| XYZ | 28.01 | 29.32 | 11.02 | - |
| YUV | 144.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 76 | 0 | 0.15 | 0.55 | 0.33 | 44.04 | 0.38 | 0.48 |
| Hex | AA | 91 | 4C | 0 | F | 37 | 21 | 2C | 26 | 30 |
| Octal | 252 | 221 | 114 | 0 | 17 | 67 | 41 | 54 | 46 | 60 |
| Binary | 10101010 | 10010001 | 1001100 | 0 | 1111 | 110111 | 100001 | 101100 | 100110 | 110000 |
Color Harmonies of #AA914C
Complementary color
Monochromatic Colors of #AA914C
Black with #AA914C
Text Example
Text Example
White with #AA914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA914C; }
p { color: rgb(170,145,76); }
H1.HeaderClassName
{
color: #AA914C;
}
.AnyTagClassName
{
color: #AA914C;
}
</style>
background-color css
<style>
a { background-color: #AA914C; }
a { background-color: rgb(170,145,76); }
div.DivClassName
{
background-color: #AA914C;
}
.BgClassName
{
background-color: #AA914C;
}
</style>
border-color css
<style>
span { border-color: #AA914C; }
span { border-color: rgb(170,145,76); }
td.TdClassName
{
border-color: #AA914C;
}
.TagClassName
{
border-color: #AA914C;
}
</style>