Shades of Gurkha #A19261
Tints of Gurkha #A19261
RGB
CMYK
RGB Variations
Color information
#A19261 (or 0xA19261) is known color: Gurkha. HEX triplet: A1, 92 and 61. RGB value is (161,146,97). Sum of RGB (Red+Green+Blue) = 161+146+97=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A19261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19261 is #5E6D9E. Grayscale: #919191. Windows color (decimal): -6188447 or 6394529. OLE color: 6394529.
HSL color Cylindrical-coordinate representation of color #A19261: hue angle of 45.94º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A19261 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 97 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.37 |
| HSL | 45.94º | 0.25% | 0.51% | - |
| HSV(B) | 45.94º | 0.4% | 0.63% | - |
| XYZ | 27.13 | 29 | 15.48 | - |
| YUV | 144.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 97 | 0 | 0.09 | 0.40 | 0.37 | 45.94 | 0.25 | 0.51 |
| Hex | A1 | 92 | 61 | 0 | 9 | 28 | 25 | 2E | 19 | 33 |
| Octal | 241 | 222 | 141 | 0 | 11 | 50 | 45 | 56 | 31 | 63 |
| Binary | 10100001 | 10010010 | 1100001 | 0 | 1001 | 101000 | 100101 | 101110 | 11001 | 110011 |
Color Harmonies of #A19261
Complementary color
Monochromatic Colors of #A19261
Black with #A19261
Text Example
Text Example
White with #A19261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19261; }
p { color: rgb(161,146,97); }
H1.HeaderClassName
{
color: #A19261;
}
.AnyTagClassName
{
color: #A19261;
}
</style>
background-color css
<style>
a { background-color: #A19261; }
a { background-color: rgb(161,146,97); }
div.DivClassName
{
background-color: #A19261;
}
.BgClassName
{
background-color: #A19261;
}
</style>
border-color css
<style>
span { border-color: #A19261; }
span { border-color: rgb(161,146,97); }
td.TdClassName
{
border-color: #A19261;
}
.TagClassName
{
border-color: #A19261;
}
</style>