Shades of Husk #A8994A
Tints of Husk #A8994A
RGB
CMYK
RGB Variations
Color information
#A8994A (or 0xA8994A) is known color: Husk. HEX triplet: A8, 99 and 4A. RGB value is (168,153,74). Sum of RGB (Red+Green+Blue) = 168+153+74=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8994A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8994A is #5766B5. Grayscale: #949494. Windows color (decimal): -5727926 or 4889000. OLE color: 4889000.
HSL color Cylindrical-coordinate representation of color #A8994A: hue angle of 50.43º 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 #A8994A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 153 | 74 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.34 |
| HSL | 50.43º | 0.39% | 0.47% | - |
| HSV(B) | 50.43º | 0.56% | 0.66% | - |
| XYZ | 28.78 | 31.6 | 11.06 | - |
| YUV | 148.48 | 85.97 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 153 | 74 | 0 | 0.09 | 0.56 | 0.34 | 50.43 | 0.39 | 0.47 |
| Hex | A8 | 99 | 4A | 0 | 9 | 38 | 22 | 32 | 27 | 2F |
| Octal | 250 | 231 | 112 | 0 | 11 | 70 | 42 | 62 | 47 | 57 |
| Binary | 10101000 | 10011001 | 1001010 | 0 | 1001 | 111000 | 100010 | 110010 | 100111 | 101111 |
Color Harmonies of #A8994A
Complementary color
Monochromatic Colors of #A8994A
Black with #A8994A
Text Example
Text Example
White with #A8994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8994A; }
p { color: rgb(168,153,74); }
H1.HeaderClassName
{
color: #A8994A;
}
.AnyTagClassName
{
color: #A8994A;
}
</style>
background-color css
<style>
a { background-color: #A8994A; }
a { background-color: rgb(168,153,74); }
div.DivClassName
{
background-color: #A8994A;
}
.BgClassName
{
background-color: #A8994A;
}
</style>
border-color css
<style>
span { border-color: #A8994A; }
span { border-color: rgb(168,153,74); }
td.TdClassName
{
border-color: #A8994A;
}
.TagClassName
{
border-color: #A8994A;
}
</style>