Shades of Husk #A8A156
Tints of Husk #A8A156
RGB
CMYK
RGB Variations
Color information
#A8A156 (or 0xA8A156) is known color: Husk. HEX triplet: A8, A1 and 56. RGB value is (168,161,86). Sum of RGB (Red+Green+Blue) = 168+161+86=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A156 is #575EA9. Grayscale: #9A9A9A. Windows color (decimal): -5725866 or 5677480. OLE color: 5677480.
HSL color Cylindrical-coordinate representation of color #A8A156: hue angle of 54.88º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8A156 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 86 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.34 |
| HSL | 54.88º | 0.32% | 0.5% | - |
| HSV(B) | 54.88º | 0.49% | 0.66% | - |
| XYZ | 30.57 | 34.49 | 13.85 | - |
| YUV | 154.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 86 | 0 | 0.04 | 0.49 | 0.34 | 54.88 | 0.32 | 0.5 |
| Hex | A8 | A1 | 56 | 0 | 4 | 31 | 22 | 37 | 20 | 32 |
| Octal | 250 | 241 | 126 | 0 | 4 | 61 | 42 | 67 | 40 | 62 |
| Binary | 10101000 | 10100001 | 1010110 | 0 | 100 | 110001 | 100010 | 110111 | 100000 | 110010 |
Color Harmonies of #A8A156
Complementary color
Monochromatic Colors of #A8A156
Black with #A8A156
Text Example
Text Example
White with #A8A156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A156; }
p { color: rgb(168,161,86); }
H1.HeaderClassName
{
color: #A8A156;
}
.AnyTagClassName
{
color: #A8A156;
}
</style>
background-color css
<style>
a { background-color: #A8A156; }
a { background-color: rgb(168,161,86); }
div.DivClassName
{
background-color: #A8A156;
}
.BgClassName
{
background-color: #A8A156;
}
</style>
border-color css
<style>
span { border-color: #A8A156; }
span { border-color: rgb(168,161,86); }
td.TdClassName
{
border-color: #A8A156;
}
.TagClassName
{
border-color: #A8A156;
}
</style>