Shades of Husk #A8A151
Tints of Husk #A8A151
RGB
CMYK
RGB Variations
Color information
#A8A151 (or 0xA8A151) is known color: Husk. HEX triplet: A8, A1 and 51. RGB value is (168,161,81). Sum of RGB (Red+Green+Blue) = 168+161+81=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 81 (32.03% from 255 or 19.76% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A151 is #575EAE. Grayscale: #9A9A9A. Windows color (decimal): -5725871 or 5349800. OLE color: 5349800.
HSL color Cylindrical-coordinate representation of color #A8A151: hue angle of 55.17º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8A151 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 81 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.34 |
| HSL | 55.17º | 0.35% | 0.49% | - |
| HSV(B) | 55.17º | 0.52% | 0.66% | - |
| XYZ | 30.38 | 34.41 | 12.83 | - |
| YUV | 153.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 81 | 0 | 0.04 | 0.52 | 0.34 | 55.17 | 0.35 | 0.49 |
| Hex | A8 | A1 | 51 | 0 | 4 | 34 | 22 | 37 | 23 | 31 |
| Octal | 250 | 241 | 121 | 0 | 4 | 64 | 42 | 67 | 43 | 61 |
| Binary | 10101000 | 10100001 | 1010001 | 0 | 100 | 110100 | 100010 | 110111 | 100011 | 110001 |
Color Harmonies of #A8A151
Complementary color
Monochromatic Colors of #A8A151
Black with #A8A151
Text Example
Text Example
White with #A8A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A151; }
p { color: rgb(168,161,81); }
H1.HeaderClassName
{
color: #A8A151;
}
.AnyTagClassName
{
color: #A8A151;
}
</style>
background-color css
<style>
a { background-color: #A8A151; }
a { background-color: rgb(168,161,81); }
div.DivClassName
{
background-color: #A8A151;
}
.BgClassName
{
background-color: #A8A151;
}
</style>
border-color css
<style>
span { border-color: #A8A151; }
span { border-color: rgb(168,161,81); }
td.TdClassName
{
border-color: #A8A151;
}
.TagClassName
{
border-color: #A8A151;
}
</style>