Shades of Husk #A19353
Tints of Husk #A19353
RGB
CMYK
RGB Variations
Color information
#A19353 (or 0xA19353) is known color: Husk. HEX triplet: A1, 93 and 53. RGB value is (161,147,83). Sum of RGB (Red+Green+Blue) = 161+147+83=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A19353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19353 is #5E6CAC. Grayscale: #909090. Windows color (decimal): -6188205 or 5477281. OLE color: 5477281.
HSL color Cylindrical-coordinate representation of color #A19353: hue angle of 49.23º 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 #A19353 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 83 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.37 |
| HSL | 49.23º | 0.32% | 0.48% | - |
| HSV(B) | 49.23º | 0.48% | 0.63% | - |
| XYZ | 26.69 | 29.07 | 12.39 | - |
| YUV | 143.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 83 | 0 | 0.09 | 0.48 | 0.37 | 49.23 | 0.32 | 0.48 |
| Hex | A1 | 93 | 53 | 0 | 9 | 30 | 25 | 31 | 20 | 30 |
| Octal | 241 | 223 | 123 | 0 | 11 | 60 | 45 | 61 | 40 | 60 |
| Binary | 10100001 | 10010011 | 1010011 | 0 | 1001 | 110000 | 100101 | 110001 | 100000 | 110000 |
Color Harmonies of #A19353
Complementary color
Monochromatic Colors of #A19353
Black with #A19353
Text Example
Text Example
White with #A19353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19353; }
p { color: rgb(161,147,83); }
H1.HeaderClassName
{
color: #A19353;
}
.AnyTagClassName
{
color: #A19353;
}
</style>
background-color css
<style>
a { background-color: #A19353; }
a { background-color: rgb(161,147,83); }
div.DivClassName
{
background-color: #A19353;
}
.BgClassName
{
background-color: #A19353;
}
</style>
border-color css
<style>
span { border-color: #A19353; }
span { border-color: rgb(161,147,83); }
td.TdClassName
{
border-color: #A19353;
}
.TagClassName
{
border-color: #A19353;
}
</style>