Shades of Gurkha #A19264
Tints of Gurkha #A19264
RGB
CMYK
RGB Variations
Color information
#A19264 (or 0xA19264) is known color: Gurkha. HEX triplet: A1, 92 and 64. RGB value is (161,146,100). Sum of RGB (Red+Green+Blue) = 161+146+100=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 161 - color contains mainly: red. Hex color #A19264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19264 is #5E6D9B. Grayscale: #919191. Windows color (decimal): -6188444 or 6591137. OLE color: 6591137.
HSL color Cylindrical-coordinate representation of color #A19264: hue angle of 45.25º 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 #A19264 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 100 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.37 |
| HSL | 45.25º | 0.24% | 0.51% | - |
| HSV(B) | 45.25º | 0.38% | 0.63% | - |
| XYZ | 27.28 | 29.05 | 16.23 | - |
| YUV | 145.24 | 102.47 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 100 | 0 | 0.09 | 0.38 | 0.37 | 45.25 | 0.24 | 0.51 |
| Hex | A1 | 92 | 64 | 0 | 9 | 26 | 25 | 2D | 18 | 33 |
| Octal | 241 | 222 | 144 | 0 | 11 | 46 | 45 | 55 | 30 | 63 |
| Binary | 10100001 | 10010010 | 1100100 | 0 | 1001 | 100110 | 100101 | 101101 | 11000 | 110011 |
Color Harmonies of #A19264
Complementary color
Monochromatic Colors of #A19264
Black with #A19264
Text Example
Text Example
White with #A19264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19264; }
p { color: rgb(161,146,100); }
H1.HeaderClassName
{
color: #A19264;
}
.AnyTagClassName
{
color: #A19264;
}
</style>
background-color css
<style>
a { background-color: #A19264; }
a { background-color: rgb(161,146,100); }
div.DivClassName
{
background-color: #A19264;
}
.BgClassName
{
background-color: #A19264;
}
</style>
border-color css
<style>
span { border-color: #A19264; }
span { border-color: rgb(161,146,100); }
td.TdClassName
{
border-color: #A19264;
}
.TagClassName
{
border-color: #A19264;
}
</style>