Shades of Gurkha #A19764
Tints of Gurkha #A19764
RGB
CMYK
RGB Variations
Color information
#A19764 (or 0xA19764) is known color: Gurkha. HEX triplet: A1, 97 and 64. RGB value is (161,151,100). Sum of RGB (Red+Green+Blue) = 161+151+100=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19764 is #5E689B. Grayscale: #949494. Windows color (decimal): -6187164 or 6592417. OLE color: 6592417.
HSL color Cylindrical-coordinate representation of color #A19764: hue angle of 50.16º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A19764 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 100 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.37 |
| HSL | 50.16º | 0.24% | 0.51% | - |
| HSV(B) | 50.16º | 0.38% | 0.63% | - |
| XYZ | 28.06 | 30.63 | 16.49 | - |
| YUV | 148.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 100 | 0 | 0.06 | 0.38 | 0.37 | 50.16 | 0.24 | 0.51 |
| Hex | A1 | 97 | 64 | 0 | 6 | 26 | 25 | 32 | 18 | 33 |
| Octal | 241 | 227 | 144 | 0 | 6 | 46 | 45 | 62 | 30 | 63 |
| Binary | 10100001 | 10010111 | 1100100 | 0 | 110 | 100110 | 100101 | 110010 | 11000 | 110011 |
Color Harmonies of #A19764
Complementary color
Monochromatic Colors of #A19764
Black with #A19764
Text Example
Text Example
White with #A19764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19764; }
p { color: rgb(161,151,100); }
H1.HeaderClassName
{
color: #A19764;
}
.AnyTagClassName
{
color: #A19764;
}
</style>
background-color css
<style>
a { background-color: #A19764; }
a { background-color: rgb(161,151,100); }
div.DivClassName
{
background-color: #A19764;
}
.BgClassName
{
background-color: #A19764;
}
</style>
border-color css
<style>
span { border-color: #A19764; }
span { border-color: rgb(161,151,100); }
td.TdClassName
{
border-color: #A19764;
}
.TagClassName
{
border-color: #A19764;
}
</style>