Shades of Gurkha #A19763
Tints of Gurkha #A19763
RGB
CMYK
RGB Variations
Color information
#A19763 (or 0xA19763) is known color: Gurkha. HEX triplet: A1, 97 and 63. RGB value is (161,151,99). Sum of RGB (Red+Green+Blue) = 161+151+99=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 161 - color contains mainly: red. Hex color #A19763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19763 is #5E689C. Grayscale: #949494. Windows color (decimal): -6187165 or 6526881. OLE color: 6526881.
HSL color Cylindrical-coordinate representation of color #A19763: hue angle of 50.32º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19763 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 99 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.37 |
| HSL | 50.32º | 0.25% | 0.51% | - |
| HSV(B) | 50.32º | 0.39% | 0.63% | - |
| XYZ | 28.02 | 30.61 | 16.24 | - |
| YUV | 148.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 99 | 0 | 0.06 | 0.39 | 0.37 | 50.32 | 0.25 | 0.51 |
| Hex | A1 | 97 | 63 | 0 | 6 | 27 | 25 | 32 | 19 | 33 |
| Octal | 241 | 227 | 143 | 0 | 6 | 47 | 45 | 62 | 31 | 63 |
| Binary | 10100001 | 10010111 | 1100011 | 0 | 110 | 100111 | 100101 | 110010 | 11001 | 110011 |
Color Harmonies of #A19763
Complementary color
Monochromatic Colors of #A19763
Black with #A19763
Text Example
Text Example
White with #A19763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19763; }
p { color: rgb(161,151,99); }
H1.HeaderClassName
{
color: #A19763;
}
.AnyTagClassName
{
color: #A19763;
}
</style>
background-color css
<style>
a { background-color: #A19763; }
a { background-color: rgb(161,151,99); }
div.DivClassName
{
background-color: #A19763;
}
.BgClassName
{
background-color: #A19763;
}
</style>
border-color css
<style>
span { border-color: #A19763; }
span { border-color: rgb(161,151,99); }
td.TdClassName
{
border-color: #A19763;
}
.TagClassName
{
border-color: #A19763;
}
</style>