Shades of Husk #A89456
Tints of Husk #A89456
RGB
CMYK
RGB Variations
Color information
#A89456 (or 0xA89456) is known color: Husk. HEX triplet: A8, 94 and 56. RGB value is (168,148,86). Sum of RGB (Red+Green+Blue) = 168+148+86=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A89456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89456 is #576BA9. Grayscale: #939393. Windows color (decimal): -5729194 or 5674152. OLE color: 5674152.
HSL color Cylindrical-coordinate representation of color #A89456: hue angle of 45.37º 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 #A89456 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 148 | 86 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.34 |
| HSL | 45.37º | 0.32% | 0.5% | - |
| HSV(B) | 45.37º | 0.49% | 0.66% | - |
| XYZ | 28.42 | 30.18 | 13.13 | - |
| YUV | 146.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 86 | 0 | 0.12 | 0.49 | 0.34 | 45.37 | 0.32 | 0.5 |
| Hex | A8 | 94 | 56 | 0 | C | 31 | 22 | 2D | 20 | 32 |
| Octal | 250 | 224 | 126 | 0 | 14 | 61 | 42 | 55 | 40 | 62 |
| Binary | 10101000 | 10010100 | 1010110 | 0 | 1100 | 110001 | 100010 | 101101 | 100000 | 110010 |
Color Harmonies of #A89456
Complementary color
Monochromatic Colors of #A89456
Black with #A89456
Text Example
Text Example
White with #A89456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89456; }
p { color: rgb(168,148,86); }
H1.HeaderClassName
{
color: #A89456;
}
.AnyTagClassName
{
color: #A89456;
}
</style>
background-color css
<style>
a { background-color: #A89456; }
a { background-color: rgb(168,148,86); }
div.DivClassName
{
background-color: #A89456;
}
.BgClassName
{
background-color: #A89456;
}
</style>
border-color css
<style>
span { border-color: #A89456; }
span { border-color: rgb(168,148,86); }
td.TdClassName
{
border-color: #A89456;
}
.TagClassName
{
border-color: #A89456;
}
</style>