Shades of Husk #A89956
Tints of Husk #A89956
RGB
CMYK
RGB Variations
Color information
#A89956 (or 0xA89956) is known color: Husk. HEX triplet: A8, 99 and 56. RGB value is (168,153,86). Sum of RGB (Red+Green+Blue) = 168+153+86=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A89956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89956 is #5766A9. Grayscale: #969696. Windows color (decimal): -5727914 or 5675432. OLE color: 5675432.
HSL color Cylindrical-coordinate representation of color #A89956: hue angle of 49.02º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A89956 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 86 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.34 |
| HSL | 49.02º | 0.32% | 0.5% | - |
| HSV(B) | 49.02º | 0.49% | 0.66% | - |
| XYZ | 29.22 | 31.78 | 13.4 | - |
| YUV | 149.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 86 | 0 | 0.09 | 0.49 | 0.34 | 49.02 | 0.32 | 0.5 |
| Hex | A8 | 99 | 56 | 0 | 9 | 31 | 22 | 31 | 20 | 32 |
| Octal | 250 | 231 | 126 | 0 | 11 | 61 | 42 | 61 | 40 | 62 |
| Binary | 10101000 | 10011001 | 1010110 | 0 | 1001 | 110001 | 100010 | 110001 | 100000 | 110010 |
Color Harmonies of #A89956
Complementary color
Monochromatic Colors of #A89956
Black with #A89956
Text Example
Text Example
White with #A89956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89956; }
p { color: rgb(168,153,86); }
H1.HeaderClassName
{
color: #A89956;
}
.AnyTagClassName
{
color: #A89956;
}
</style>
background-color css
<style>
a { background-color: #A89956; }
a { background-color: rgb(168,153,86); }
div.DivClassName
{
background-color: #A89956;
}
.BgClassName
{
background-color: #A89956;
}
</style>
border-color css
<style>
span { border-color: #A89956; }
span { border-color: rgb(168,153,86); }
td.TdClassName
{
border-color: #A89956;
}
.TagClassName
{
border-color: #A89956;
}
</style>