Shades of Husk #AA914D
Tints of Husk #AA914D
RGB
CMYK
RGB Variations
Color information
#AA914D (or 0xAA914D) is known color: Husk. HEX triplet: AA, 91 and 4D. RGB value is (170,145,77). Sum of RGB (Red+Green+Blue) = 170+145+77=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA914D is #556EB2. Grayscale: #919191. Windows color (decimal): -5598899 or 5083562. OLE color: 5083562.
HSL color Cylindrical-coordinate representation of color #AA914D: hue angle of 43.87º 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 #AA914D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 145 | 77 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.33 |
| HSL | 43.87º | 0.38% | 0.48% | - |
| HSV(B) | 43.87º | 0.55% | 0.67% | - |
| XYZ | 28.04 | 29.33 | 11.2 | - |
| YUV | 144.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 145 | 77 | 0 | 0.15 | 0.55 | 0.33 | 43.87 | 0.38 | 0.48 |
| Hex | AA | 91 | 4D | 0 | F | 37 | 21 | 2C | 26 | 30 |
| Octal | 252 | 221 | 115 | 0 | 17 | 67 | 41 | 54 | 46 | 60 |
| Binary | 10101010 | 10010001 | 1001101 | 0 | 1111 | 110111 | 100001 | 101100 | 100110 | 110000 |
Color Harmonies of #AA914D
Complementary color
Monochromatic Colors of #AA914D
Black with #AA914D
Text Example
Text Example
White with #AA914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA914D; }
p { color: rgb(170,145,77); }
H1.HeaderClassName
{
color: #AA914D;
}
.AnyTagClassName
{
color: #AA914D;
}
</style>
background-color css
<style>
a { background-color: #AA914D; }
a { background-color: rgb(170,145,77); }
div.DivClassName
{
background-color: #AA914D;
}
.BgClassName
{
background-color: #AA914D;
}
</style>
border-color css
<style>
span { border-color: #AA914D; }
span { border-color: rgb(170,145,77); }
td.TdClassName
{
border-color: #AA914D;
}
.TagClassName
{
border-color: #AA914D;
}
</style>