Shades of Husk #A8985A
Tints of Husk #A8985A
RGB
CMYK
RGB Variations
Color information
#A8985A (or 0xA8985A) is known color: Husk. HEX triplet: A8, 98 and 5A. RGB value is (168,152,90). Sum of RGB (Red+Green+Blue) = 168+152+90=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8985A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8985A is #5767A5. Grayscale: #959595. Windows color (decimal): -5728166 or 5937320. OLE color: 5937320.
HSL color Cylindrical-coordinate representation of color #A8985A: hue angle of 47.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8985A is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 90 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.34 |
| HSL | 47.69º | 0.31% | 0.51% | - |
| HSV(B) | 47.69º | 0.46% | 0.66% | - |
| XYZ | 29.22 | 31.52 | 14.22 | - |
| YUV | 149.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 90 | 0 | 0.10 | 0.46 | 0.34 | 47.69 | 0.31 | 0.51 |
| Hex | A8 | 98 | 5A | 0 | A | 2E | 22 | 30 | 1F | 33 |
| Octal | 250 | 230 | 132 | 0 | 12 | 56 | 42 | 60 | 37 | 63 |
| Binary | 10101000 | 10011000 | 1011010 | 0 | 1010 | 101110 | 100010 | 110000 | 11111 | 110011 |
Color Harmonies of #A8985A
Complementary color
Monochromatic Colors of #A8985A
Black with #A8985A
Text Example
Text Example
White with #A8985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8985A; }
p { color: rgb(168,152,90); }
H1.HeaderClassName
{
color: #A8985A;
}
.AnyTagClassName
{
color: #A8985A;
}
</style>
background-color css
<style>
a { background-color: #A8985A; }
a { background-color: rgb(168,152,90); }
div.DivClassName
{
background-color: #A8985A;
}
.BgClassName
{
background-color: #A8985A;
}
</style>
border-color css
<style>
span { border-color: #A8985A; }
span { border-color: rgb(168,152,90); }
td.TdClassName
{
border-color: #A8985A;
}
.TagClassName
{
border-color: #A8985A;
}
</style>