Shades of Gurkha #A19660
Tints of Gurkha #A19660
RGB
CMYK
RGB Variations
Color information
#A19660 (or 0xA19660) is known color: Gurkha. HEX triplet: A1, 96 and 60. RGB value is (161,150,96). Sum of RGB (Red+Green+Blue) = 161+150+96=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A19660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19660 is #5E699F. Grayscale: #939393. Windows color (decimal): -6187424 or 6330017. OLE color: 6330017.
HSL color Cylindrical-coordinate representation of color #A19660: hue angle of 49.85º 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 #A19660 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 96 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.37 |
| HSL | 49.85º | 0.26% | 0.5% | - |
| HSV(B) | 49.85º | 0.4% | 0.63% | - |
| XYZ | 27.72 | 30.23 | 15.44 | - |
| YUV | 147.13 | 99.14 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 96 | 0 | 0.07 | 0.40 | 0.37 | 49.85 | 0.26 | 0.5 |
| Hex | A1 | 96 | 60 | 0 | 7 | 28 | 25 | 32 | 1A | 32 |
| Octal | 241 | 226 | 140 | 0 | 7 | 50 | 45 | 62 | 32 | 62 |
| Binary | 10100001 | 10010110 | 1100000 | 0 | 111 | 101000 | 100101 | 110010 | 11010 | 110010 |
Color Harmonies of #A19660
Complementary color
Monochromatic Colors of #A19660
Black with #A19660
Text Example
Text Example
White with #A19660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19660; }
p { color: rgb(161,150,96); }
H1.HeaderClassName
{
color: #A19660;
}
.AnyTagClassName
{
color: #A19660;
}
</style>
background-color css
<style>
a { background-color: #A19660; }
a { background-color: rgb(161,150,96); }
div.DivClassName
{
background-color: #A19660;
}
.BgClassName
{
background-color: #A19660;
}
</style>
border-color css
<style>
span { border-color: #A19660; }
span { border-color: rgb(161,150,96); }
td.TdClassName
{
border-color: #A19660;
}
.TagClassName
{
border-color: #A19660;
}
</style>