Shades of Husk #A8A058
Tints of Husk #A8A058
RGB
CMYK
RGB Variations
Color information
#A8A058 (or 0xA8A058) is known color: Husk. HEX triplet: A8, A0 and 58. RGB value is (168,160,88). Sum of RGB (Red+Green+Blue) = 168+160+88=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A058 is #575FA7. Grayscale: #9A9A9A. Windows color (decimal): -5726120 or 5808296. OLE color: 5808296.
HSL color Cylindrical-coordinate representation of color #A8A058: hue angle of 54º degrees, saturation: 0.31, 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 #A8A058 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 88 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.34 |
| HSL | 54º | 0.31% | 0.5% | - |
| HSV(B) | 54º | 0.48% | 0.66% | - |
| XYZ | 30.48 | 34.17 | 14.22 | - |
| YUV | 154.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 88 | 0 | 0.05 | 0.48 | 0.34 | 54 | 0.31 | 0.5 |
| Hex | A8 | A0 | 58 | 0 | 5 | 30 | 22 | 36 | 1F | 32 |
| Octal | 250 | 240 | 130 | 0 | 5 | 60 | 42 | 66 | 37 | 62 |
| Binary | 10101000 | 10100000 | 1011000 | 0 | 101 | 110000 | 100010 | 110110 | 11111 | 110010 |
Color Harmonies of #A8A058
Complementary color
Monochromatic Colors of #A8A058
Black with #A8A058
Text Example
Text Example
White with #A8A058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A058; }
p { color: rgb(168,160,88); }
H1.HeaderClassName
{
color: #A8A058;
}
.AnyTagClassName
{
color: #A8A058;
}
</style>
background-color css
<style>
a { background-color: #A8A058; }
a { background-color: rgb(168,160,88); }
div.DivClassName
{
background-color: #A8A058;
}
.BgClassName
{
background-color: #A8A058;
}
</style>
border-color css
<style>
span { border-color: #A8A058; }
span { border-color: rgb(168,160,88); }
td.TdClassName
{
border-color: #A8A058;
}
.TagClassName
{
border-color: #A8A058;
}
</style>