Shades of Husk #A19558
Tints of Husk #A19558
RGB
CMYK
RGB Variations
Color information
#A19558 (or 0xA19558) is known color: Husk. HEX triplet: A1, 95 and 58. RGB value is (161,149,88). Sum of RGB (Red+Green+Blue) = 161+149+88=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 88 (34.77% from 255 or 22.11% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A19558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19558 is #5E6AA7. Grayscale: #919191. Windows color (decimal): -6187688 or 5805473. OLE color: 5805473.
HSL color Cylindrical-coordinate representation of color #A19558: hue angle of 50.14º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A19558 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 88 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.37 |
| HSL | 50.14º | 0.29% | 0.49% | - |
| HSV(B) | 50.14º | 0.45% | 0.63% | - |
| XYZ | 27.21 | 29.78 | 13.55 | - |
| YUV | 145.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 88 | 0 | 0.07 | 0.45 | 0.37 | 50.14 | 0.29 | 0.49 |
| Hex | A1 | 95 | 58 | 0 | 7 | 2D | 25 | 32 | 1D | 31 |
| Octal | 241 | 225 | 130 | 0 | 7 | 55 | 45 | 62 | 35 | 61 |
| Binary | 10100001 | 10010101 | 1011000 | 0 | 111 | 101101 | 100101 | 110010 | 11101 | 110001 |
Color Harmonies of #A19558
Complementary color
Monochromatic Colors of #A19558
Black with #A19558
Text Example
Text Example
White with #A19558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19558; }
p { color: rgb(161,149,88); }
H1.HeaderClassName
{
color: #A19558;
}
.AnyTagClassName
{
color: #A19558;
}
</style>
background-color css
<style>
a { background-color: #A19558; }
a { background-color: rgb(161,149,88); }
div.DivClassName
{
background-color: #A19558;
}
.BgClassName
{
background-color: #A19558;
}
</style>
border-color css
<style>
span { border-color: #A19558; }
span { border-color: rgb(161,149,88); }
td.TdClassName
{
border-color: #A19558;
}
.TagClassName
{
border-color: #A19558;
}
</style>