Shades of Gurkha #A19060
Tints of Gurkha #A19060
RGB
CMYK
RGB Variations
Color information
#A19060 (or 0xA19060) is known color: Gurkha. HEX triplet: A1, 90 and 60. RGB value is (161,144,96). Sum of RGB (Red+Green+Blue) = 161+144+96=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A19060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19060 is #5E6F9F. Grayscale: #8F8F8F. Windows color (decimal): -6188960 or 6328481. OLE color: 6328481.
HSL color Cylindrical-coordinate representation of color #A19060: hue angle of 44.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19060 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 144 | 96 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.37 |
| HSL | 44.31º | 0.26% | 0.5% | - |
| HSV(B) | 44.31º | 0.4% | 0.63% | - |
| XYZ | 26.78 | 28.37 | 15.13 | - |
| YUV | 143.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 96 | 0 | 0.11 | 0.40 | 0.37 | 44.31 | 0.26 | 0.5 |
| Hex | A1 | 90 | 60 | 0 | B | 28 | 25 | 2C | 1A | 32 |
| Octal | 241 | 220 | 140 | 0 | 13 | 50 | 45 | 54 | 32 | 62 |
| Binary | 10100001 | 10010000 | 1100000 | 0 | 1011 | 101000 | 100101 | 101100 | 11010 | 110010 |
Color Harmonies of #A19060
Complementary color
Monochromatic Colors of #A19060
Black with #A19060
Text Example
Text Example
White with #A19060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19060; }
p { color: rgb(161,144,96); }
H1.HeaderClassName
{
color: #A19060;
}
.AnyTagClassName
{
color: #A19060;
}
</style>
background-color css
<style>
a { background-color: #A19060; }
a { background-color: rgb(161,144,96); }
div.DivClassName
{
background-color: #A19060;
}
.BgClassName
{
background-color: #A19060;
}
</style>
border-color css
<style>
span { border-color: #A19060; }
span { border-color: rgb(161,144,96); }
td.TdClassName
{
border-color: #A19060;
}
.TagClassName
{
border-color: #A19060;
}
</style>