Shades of Husk #A19C51
Tints of Husk #A19C51
RGB
CMYK
RGB Variations
Color information
#A19C51 (or 0xA19C51) is known color: Husk. HEX triplet: A1, 9C and 51. RGB value is (161,156,81). Sum of RGB (Red+Green+Blue) = 161+156+81=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19C51 is #5E63AE. Grayscale: #959595. Windows color (decimal): -6185903 or 5348513. OLE color: 5348513.
HSL color Cylindrical-coordinate representation of color #A19C51: hue angle of 56.25º 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 #A19C51 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 156 | 81 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.37 |
| HSL | 56.25º | 0.33% | 0.47% | - |
| HSV(B) | 56.25º | 0.5% | 0.63% | - |
| XYZ | 28.07 | 31.95 | 12.47 | - |
| YUV | 148.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 156 | 81 | 0 | 0.03 | 0.50 | 0.37 | 56.25 | 0.33 | 0.47 |
| Hex | A1 | 9C | 51 | 0 | 3 | 32 | 25 | 38 | 21 | 2F |
| Octal | 241 | 234 | 121 | 0 | 3 | 62 | 45 | 70 | 41 | 57 |
| Binary | 10100001 | 10011100 | 1010001 | 0 | 11 | 110010 | 100101 | 111000 | 100001 | 101111 |
Color Harmonies of #A19C51
Complementary color
Monochromatic Colors of #A19C51
Black with #A19C51
Text Example
Text Example
White with #A19C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19C51; }
p { color: rgb(161,156,81); }
H1.HeaderClassName
{
color: #A19C51;
}
.AnyTagClassName
{
color: #A19C51;
}
</style>
background-color css
<style>
a { background-color: #A19C51; }
a { background-color: rgb(161,156,81); }
div.DivClassName
{
background-color: #A19C51;
}
.BgClassName
{
background-color: #A19C51;
}
</style>
border-color css
<style>
span { border-color: #A19C51; }
span { border-color: rgb(161,156,81); }
td.TdClassName
{
border-color: #A19C51;
}
.TagClassName
{
border-color: #A19C51;
}
</style>