Shades of Husk #A19553
Tints of Husk #A19553
RGB
CMYK
RGB Variations
Color information
#A19553 (or 0xA19553) is known color: Husk. HEX triplet: A1, 95 and 53. RGB value is (161,149,83). Sum of RGB (Red+Green+Blue) = 161+149+83=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 161 - color contains mainly: red. Hex color #A19553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19553 is #5E6AAC. Grayscale: #919191. Windows color (decimal): -6187693 or 5477793. OLE color: 5477793.
HSL color Cylindrical-coordinate representation of color #A19553: hue angle of 50.77º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A19553 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 83 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.37 |
| HSL | 50.77º | 0.32% | 0.48% | - |
| HSV(B) | 50.77º | 0.48% | 0.63% | - |
| XYZ | 27.01 | 29.7 | 12.49 | - |
| YUV | 145.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 83 | 0 | 0.07 | 0.48 | 0.37 | 50.77 | 0.32 | 0.48 |
| Hex | A1 | 95 | 53 | 0 | 7 | 30 | 25 | 33 | 20 | 30 |
| Octal | 241 | 225 | 123 | 0 | 7 | 60 | 45 | 63 | 40 | 60 |
| Binary | 10100001 | 10010101 | 1010011 | 0 | 111 | 110000 | 100101 | 110011 | 100000 | 110000 |
Color Harmonies of #A19553
Complementary color
Monochromatic Colors of #A19553
Black with #A19553
Text Example
Text Example
White with #A19553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19553; }
p { color: rgb(161,149,83); }
H1.HeaderClassName
{
color: #A19553;
}
.AnyTagClassName
{
color: #A19553;
}
</style>
background-color css
<style>
a { background-color: #A19553; }
a { background-color: rgb(161,149,83); }
div.DivClassName
{
background-color: #A19553;
}
.BgClassName
{
background-color: #A19553;
}
</style>
border-color css
<style>
span { border-color: #A19553; }
span { border-color: rgb(161,149,83); }
td.TdClassName
{
border-color: #A19553;
}
.TagClassName
{
border-color: #A19553;
}
</style>