Shades of Husk #A8954A
Tints of Husk #A8954A
RGB
CMYK
RGB Variations
Color information
#A8954A (or 0xA8954A) is known color: Husk. HEX triplet: A8, 95 and 4A. RGB value is (168,149,74). Sum of RGB (Red+Green+Blue) = 168+149+74=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8954A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8954A is #576AB5. Grayscale: #929292. Windows color (decimal): -5728950 or 4887976. OLE color: 4887976.
HSL color Cylindrical-coordinate representation of color #A8954A: hue angle of 47.87º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8954A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 149 | 74 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.34 |
| HSL | 47.87º | 0.39% | 0.47% | - |
| HSV(B) | 47.87º | 0.56% | 0.66% | - |
| XYZ | 28.13 | 30.31 | 10.85 | - |
| YUV | 146.13 | 87.29 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 149 | 74 | 0 | 0.11 | 0.56 | 0.34 | 47.87 | 0.39 | 0.47 |
| Hex | A8 | 95 | 4A | 0 | B | 38 | 22 | 30 | 27 | 2F |
| Octal | 250 | 225 | 112 | 0 | 13 | 70 | 42 | 60 | 47 | 57 |
| Binary | 10101000 | 10010101 | 1001010 | 0 | 1011 | 111000 | 100010 | 110000 | 100111 | 101111 |
Color Harmonies of #A8954A
Complementary color
Monochromatic Colors of #A8954A
Black with #A8954A
Text Example
Text Example
White with #A8954A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8954A; }
p { color: rgb(168,149,74); }
H1.HeaderClassName
{
color: #A8954A;
}
.AnyTagClassName
{
color: #A8954A;
}
</style>
background-color css
<style>
a { background-color: #A8954A; }
a { background-color: rgb(168,149,74); }
div.DivClassName
{
background-color: #A8954A;
}
.BgClassName
{
background-color: #A8954A;
}
</style>
border-color css
<style>
span { border-color: #A8954A; }
span { border-color: rgb(168,149,74); }
td.TdClassName
{
border-color: #A8954A;
}
.TagClassName
{
border-color: #A8954A;
}
</style>