Shades of Husk #A19658
Tints of Husk #A19658
RGB
CMYK
RGB Variations
Color information
#A19658 (or 0xA19658) is known color: Husk. HEX triplet: A1, 96 and 58. RGB value is (161,150,88). Sum of RGB (Red+Green+Blue) = 161+150+88=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 161 - color contains mainly: red. Hex color #A19658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19658 is #5E69A7. Grayscale: #929292. Windows color (decimal): -6187432 or 5805729. OLE color: 5805729.
HSL color Cylindrical-coordinate representation of color #A19658: hue angle of 50.96º 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 #A19658 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 88 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.37 |
| HSL | 50.96º | 0.29% | 0.49% | - |
| HSV(B) | 50.96º | 0.45% | 0.63% | - |
| XYZ | 27.37 | 30.09 | 13.6 | - |
| YUV | 146.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 88 | 0 | 0.07 | 0.45 | 0.37 | 50.96 | 0.29 | 0.49 |
| Hex | A1 | 96 | 58 | 0 | 7 | 2D | 25 | 33 | 1D | 31 |
| Octal | 241 | 226 | 130 | 0 | 7 | 55 | 45 | 63 | 35 | 61 |
| Binary | 10100001 | 10010110 | 1011000 | 0 | 111 | 101101 | 100101 | 110011 | 11101 | 110001 |
Color Harmonies of #A19658
Complementary color
Monochromatic Colors of #A19658
Black with #A19658
Text Example
Text Example
White with #A19658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19658; }
p { color: rgb(161,150,88); }
H1.HeaderClassName
{
color: #A19658;
}
.AnyTagClassName
{
color: #A19658;
}
</style>
background-color css
<style>
a { background-color: #A19658; }
a { background-color: rgb(161,150,88); }
div.DivClassName
{
background-color: #A19658;
}
.BgClassName
{
background-color: #A19658;
}
</style>
border-color css
<style>
span { border-color: #A19658; }
span { border-color: rgb(161,150,88); }
td.TdClassName
{
border-color: #A19658;
}
.TagClassName
{
border-color: #A19658;
}
</style>