Shades of Husk #A89B60
Tints of Husk #A89B60
RGB
CMYK
RGB Variations
Color information
#A89B60 (or 0xA89B60) is known color: Husk. HEX triplet: A8, 9B and 60. RGB value is (168,155,96). Sum of RGB (Red+Green+Blue) = 168+155+96=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 168 - color contains mainly: red. Hex color #A89B60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89B60 is #57649F. Grayscale: #989898. Windows color (decimal): -5727392 or 6331304. OLE color: 6331304.
HSL color Cylindrical-coordinate representation of color #A89B60: hue angle of 49.17º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A89B60 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 155 | 96 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.34 |
| HSL | 49.17º | 0.29% | 0.52% | - |
| HSV(B) | 49.17º | 0.43% | 0.66% | - |
| XYZ | 29.98 | 32.61 | 15.78 | - |
| YUV | 152.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 155 | 96 | 0 | 0.08 | 0.43 | 0.34 | 49.17 | 0.29 | 0.52 |
| Hex | A8 | 9B | 60 | 0 | 8 | 2B | 22 | 31 | 1D | 34 |
| Octal | 250 | 233 | 140 | 0 | 10 | 53 | 42 | 61 | 35 | 64 |
| Binary | 10101000 | 10011011 | 1100000 | 0 | 1000 | 101011 | 100010 | 110001 | 11101 | 110100 |
Color Harmonies of #A89B60
Complementary color
Monochromatic Colors of #A89B60
Black with #A89B60
Text Example
Text Example
White with #A89B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89B60; }
p { color: rgb(168,155,96); }
H1.HeaderClassName
{
color: #A89B60;
}
.AnyTagClassName
{
color: #A89B60;
}
</style>
background-color css
<style>
a { background-color: #A89B60; }
a { background-color: rgb(168,155,96); }
div.DivClassName
{
background-color: #A89B60;
}
.BgClassName
{
background-color: #A89B60;
}
</style>
border-color css
<style>
span { border-color: #A89B60; }
span { border-color: rgb(168,155,96); }
td.TdClassName
{
border-color: #A89B60;
}
.TagClassName
{
border-color: #A89B60;
}
</style>