Shades of Husk #A8A157
Tints of Husk #A8A157
RGB
CMYK
RGB Variations
Color information
#A8A157 (or 0xA8A157) is known color: Husk. HEX triplet: A8, A1 and 57. RGB value is (168,161,87). Sum of RGB (Red+Green+Blue) = 168+161+87=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A157 is #575EA8. Grayscale: #9A9A9A. Windows color (decimal): -5725865 or 5743016. OLE color: 5743016.
HSL color Cylindrical-coordinate representation of color #A8A157: hue angle of 54.81º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8A157 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 87 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.34 |
| HSL | 54.81º | 0.32% | 0.5% | - |
| HSV(B) | 54.81º | 0.48% | 0.66% | - |
| XYZ | 30.61 | 34.5 | 14.06 | - |
| YUV | 154.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 87 | 0 | 0.04 | 0.48 | 0.34 | 54.81 | 0.32 | 0.5 |
| Hex | A8 | A1 | 57 | 0 | 4 | 30 | 22 | 37 | 20 | 32 |
| Octal | 250 | 241 | 127 | 0 | 4 | 60 | 42 | 67 | 40 | 62 |
| Binary | 10101000 | 10100001 | 1010111 | 0 | 100 | 110000 | 100010 | 110111 | 100000 | 110010 |
Color Harmonies of #A8A157
Complementary color
Monochromatic Colors of #A8A157
Black with #A8A157
Text Example
Text Example
White with #A8A157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A157; }
p { color: rgb(168,161,87); }
H1.HeaderClassName
{
color: #A8A157;
}
.AnyTagClassName
{
color: #A8A157;
}
</style>
background-color css
<style>
a { background-color: #A8A157; }
a { background-color: rgb(168,161,87); }
div.DivClassName
{
background-color: #A8A157;
}
.BgClassName
{
background-color: #A8A157;
}
</style>
border-color css
<style>
span { border-color: #A8A157; }
span { border-color: rgb(168,161,87); }
td.TdClassName
{
border-color: #A8A157;
}
.TagClassName
{
border-color: #A8A157;
}
</style>