Shades of Husk #A19B4A
Tints of Husk #A19B4A
RGB
CMYK
RGB Variations
Color information
#A19B4A (or 0xA19B4A) is known color: Husk. HEX triplet: A1, 9B and 4A. RGB value is (161,155,74). Sum of RGB (Red+Green+Blue) = 161+155+74=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A19B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19B4A is #5E64B5. Grayscale: #939393. Windows color (decimal): -6186166 or 4889505. OLE color: 4889505.
HSL color Cylindrical-coordinate representation of color #A19B4A: hue angle of 55.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A19B4A is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 155 | 74 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.37 |
| HSL | 55.86º | 0.37% | 0.46% | - |
| HSV(B) | 55.86º | 0.54% | 0.63% | - |
| XYZ | 27.66 | 31.51 | 11.1 | - |
| YUV | 147.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 155 | 74 | 0 | 0.04 | 0.54 | 0.37 | 55.86 | 0.37 | 0.46 |
| Hex | A1 | 9B | 4A | 0 | 4 | 36 | 25 | 38 | 25 | 2E |
| Octal | 241 | 233 | 112 | 0 | 4 | 66 | 45 | 70 | 45 | 56 |
| Binary | 10100001 | 10011011 | 1001010 | 0 | 100 | 110110 | 100101 | 111000 | 100101 | 101110 |
Color Harmonies of #A19B4A
Complementary color
Monochromatic Colors of #A19B4A
Black with #A19B4A
Text Example
Text Example
White with #A19B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19B4A; }
p { color: rgb(161,155,74); }
H1.HeaderClassName
{
color: #A19B4A;
}
.AnyTagClassName
{
color: #A19B4A;
}
</style>
background-color css
<style>
a { background-color: #A19B4A; }
a { background-color: rgb(161,155,74); }
div.DivClassName
{
background-color: #A19B4A;
}
.BgClassName
{
background-color: #A19B4A;
}
</style>
border-color css
<style>
span { border-color: #A19B4A; }
span { border-color: rgb(161,155,74); }
td.TdClassName
{
border-color: #A19B4A;
}
.TagClassName
{
border-color: #A19B4A;
}
</style>