Shades of Husk #A89E49
Tints of Husk #A89E49
RGB
CMYK
RGB Variations
Color information
#A89E49 (or 0xA89E49) is known color: Husk. HEX triplet: A8, 9E and 49. RGB value is (168,158,73). Sum of RGB (Red+Green+Blue) = 168+158+73=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89E49 is #5761B6. Grayscale: #979797. Windows color (decimal): -5726647 or 4824744. OLE color: 4824744.
HSL color Cylindrical-coordinate representation of color #A89E49: hue angle of 53.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A89E49 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 158 | 73 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.34 |
| HSL | 53.68º | 0.39% | 0.47% | - |
| HSV(B) | 53.68º | 0.57% | 0.66% | - |
| XYZ | 29.58 | 33.26 | 11.16 | - |
| YUV | 151.3 | 83.81 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 73 | 0 | 0.06 | 0.57 | 0.34 | 53.68 | 0.39 | 0.47 |
| Hex | A8 | 9E | 49 | 0 | 6 | 39 | 22 | 36 | 27 | 2F |
| Octal | 250 | 236 | 111 | 0 | 6 | 71 | 42 | 66 | 47 | 57 |
| Binary | 10101000 | 10011110 | 1001001 | 0 | 110 | 111001 | 100010 | 110110 | 100111 | 101111 |
Color Harmonies of #A89E49
Complementary color
Monochromatic Colors of #A89E49
Black with #A89E49
Text Example
Text Example
White with #A89E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89E49; }
p { color: rgb(168,158,73); }
H1.HeaderClassName
{
color: #A89E49;
}
.AnyTagClassName
{
color: #A89E49;
}
</style>
background-color css
<style>
a { background-color: #A89E49; }
a { background-color: rgb(168,158,73); }
div.DivClassName
{
background-color: #A89E49;
}
.BgClassName
{
background-color: #A89E49;
}
</style>
border-color css
<style>
span { border-color: #A89E49; }
span { border-color: rgb(168,158,73); }
td.TdClassName
{
border-color: #A89E49;
}
.TagClassName
{
border-color: #A89E49;
}
</style>