Shades of Husk #A9914E
Tints of Husk #A9914E
RGB
CMYK
RGB Variations
Color information
#A9914E (or 0xA9914E) is known color: Husk. HEX triplet: A9, 91 and 4E. RGB value is (169,145,78). Sum of RGB (Red+Green+Blue) = 169+145+78=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9914E is #566EB1. Grayscale: #909090. Windows color (decimal): -5664434 or 5149097. OLE color: 5149097.
HSL color Cylindrical-coordinate representation of color #A9914E: hue angle of 44.18º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A9914E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 145 | 78 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.34 |
| HSL | 44.18º | 0.37% | 0.48% | - |
| HSV(B) | 44.18º | 0.54% | 0.66% | - |
| XYZ | 27.86 | 29.24 | 11.38 | - |
| YUV | 144.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 78 | 0 | 0.14 | 0.54 | 0.34 | 44.18 | 0.37 | 0.48 |
| Hex | A9 | 91 | 4E | 0 | E | 36 | 22 | 2C | 25 | 30 |
| Octal | 251 | 221 | 116 | 0 | 16 | 66 | 42 | 54 | 45 | 60 |
| Binary | 10101001 | 10010001 | 1001110 | 0 | 1110 | 110110 | 100010 | 101100 | 100101 | 110000 |
Color Harmonies of #A9914E
Complementary color
Monochromatic Colors of #A9914E
Black with #A9914E
Text Example
Text Example
White with #A9914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9914E; }
p { color: rgb(169,145,78); }
H1.HeaderClassName
{
color: #A9914E;
}
.AnyTagClassName
{
color: #A9914E;
}
</style>
background-color css
<style>
a { background-color: #A9914E; }
a { background-color: rgb(169,145,78); }
div.DivClassName
{
background-color: #A9914E;
}
.BgClassName
{
background-color: #A9914E;
}
</style>
border-color css
<style>
span { border-color: #A9914E; }
span { border-color: rgb(169,145,78); }
td.TdClassName
{
border-color: #A9914E;
}
.TagClassName
{
border-color: #A9914E;
}
</style>