Shades of Gurkha #A19360
Tints of Gurkha #A19360
RGB
CMYK
RGB Variations
Color information
#A19360 (or 0xA19360) is known color: Gurkha. HEX triplet: A1, 93 and 60. RGB value is (161,147,96). Sum of RGB (Red+Green+Blue) = 161+147+96=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A19360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19360 is #5E6C9F. Grayscale: #919191. Windows color (decimal): -6188192 or 6329249. OLE color: 6329249.
HSL color Cylindrical-coordinate representation of color #A19360: hue angle of 47.08º 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 #A19360 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 96 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.37 |
| HSL | 47.08º | 0.26% | 0.5% | - |
| HSV(B) | 47.08º | 0.4% | 0.63% | - |
| XYZ | 27.24 | 29.29 | 15.28 | - |
| YUV | 145.37 | 100.14 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 96 | 0 | 0.09 | 0.40 | 0.37 | 47.08 | 0.26 | 0.5 |
| Hex | A1 | 93 | 60 | 0 | 9 | 28 | 25 | 2F | 1A | 32 |
| Octal | 241 | 223 | 140 | 0 | 11 | 50 | 45 | 57 | 32 | 62 |
| Binary | 10100001 | 10010011 | 1100000 | 0 | 1001 | 101000 | 100101 | 101111 | 11010 | 110010 |
Color Harmonies of #A19360
Complementary color
Monochromatic Colors of #A19360
Black with #A19360
Text Example
Text Example
White with #A19360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19360; }
p { color: rgb(161,147,96); }
H1.HeaderClassName
{
color: #A19360;
}
.AnyTagClassName
{
color: #A19360;
}
</style>
background-color css
<style>
a { background-color: #A19360; }
a { background-color: rgb(161,147,96); }
div.DivClassName
{
background-color: #A19360;
}
.BgClassName
{
background-color: #A19360;
}
</style>
border-color css
<style>
span { border-color: #A19360; }
span { border-color: rgb(161,147,96); }
td.TdClassName
{
border-color: #A19360;
}
.TagClassName
{
border-color: #A19360;
}
</style>