Shades of Husk #A19251
Tints of Husk #A19251
RGB
CMYK
RGB Variations
Color information
#A19251 (or 0xA19251) is known color: Husk. HEX triplet: A1, 92 and 51. RGB value is (161,146,81). Sum of RGB (Red+Green+Blue) = 161+146+81=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A19251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19251 is #5E6DAE. Grayscale: #8F8F8F. Windows color (decimal): -6188463 or 5345953. OLE color: 5345953.
HSL color Cylindrical-coordinate representation of color #A19251: hue angle of 48.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A19251 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 81 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.37 |
| HSL | 48.75º | 0.33% | 0.47% | - |
| HSV(B) | 48.75º | 0.5% | 0.63% | - |
| XYZ | 26.46 | 28.73 | 11.94 | - |
| YUV | 143.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 81 | 0 | 0.09 | 0.50 | 0.37 | 48.75 | 0.33 | 0.47 |
| Hex | A1 | 92 | 51 | 0 | 9 | 32 | 25 | 31 | 21 | 2F |
| Octal | 241 | 222 | 121 | 0 | 11 | 62 | 45 | 61 | 41 | 57 |
| Binary | 10100001 | 10010010 | 1010001 | 0 | 1001 | 110010 | 100101 | 110001 | 100001 | 101111 |
Color Harmonies of #A19251
Complementary color
Monochromatic Colors of #A19251
Black with #A19251
Text Example
Text Example
White with #A19251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19251; }
p { color: rgb(161,146,81); }
H1.HeaderClassName
{
color: #A19251;
}
.AnyTagClassName
{
color: #A19251;
}
</style>
background-color css
<style>
a { background-color: #A19251; }
a { background-color: rgb(161,146,81); }
div.DivClassName
{
background-color: #A19251;
}
.BgClassName
{
background-color: #A19251;
}
</style>
border-color css
<style>
span { border-color: #A19251; }
span { border-color: rgb(161,146,81); }
td.TdClassName
{
border-color: #A19251;
}
.TagClassName
{
border-color: #A19251;
}
</style>