Shades of Husk #A8984D
Tints of Husk #A8984D
RGB
CMYK
RGB Variations
Color information
#A8984D (or 0xA8984D) is known color: Husk. HEX triplet: A8, 98 and 4D. RGB value is (168,152,77). Sum of RGB (Red+Green+Blue) = 168+152+77=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A8984D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8984D is #5767B2. Grayscale: #949494. Windows color (decimal): -5728179 or 5085352. OLE color: 5085352.
HSL color Cylindrical-coordinate representation of color #A8984D: hue angle of 49.45º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8984D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 152 | 77 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.34 |
| HSL | 49.45º | 0.37% | 0.48% | - |
| HSV(B) | 49.45º | 0.54% | 0.66% | - |
| XYZ | 28.72 | 31.32 | 11.55 | - |
| YUV | 148.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 152 | 77 | 0 | 0.10 | 0.54 | 0.34 | 49.45 | 0.37 | 0.48 |
| Hex | A8 | 98 | 4D | 0 | A | 36 | 22 | 31 | 25 | 30 |
| Octal | 250 | 230 | 115 | 0 | 12 | 66 | 42 | 61 | 45 | 60 |
| Binary | 10101000 | 10011000 | 1001101 | 0 | 1010 | 110110 | 100010 | 110001 | 100101 | 110000 |
Color Harmonies of #A8984D
Complementary color
Monochromatic Colors of #A8984D
Black with #A8984D
Text Example
Text Example
White with #A8984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8984D; }
p { color: rgb(168,152,77); }
H1.HeaderClassName
{
color: #A8984D;
}
.AnyTagClassName
{
color: #A8984D;
}
</style>
background-color css
<style>
a { background-color: #A8984D; }
a { background-color: rgb(168,152,77); }
div.DivClassName
{
background-color: #A8984D;
}
.BgClassName
{
background-color: #A8984D;
}
</style>
border-color css
<style>
span { border-color: #A8984D; }
span { border-color: rgb(168,152,77); }
td.TdClassName
{
border-color: #A8984D;
}
.TagClassName
{
border-color: #A8984D;
}
</style>