Shades of Gurkha #A29865
Tints of Gurkha #A29865
RGB
CMYK
RGB Variations
Color information
#A29865 (or 0xA29865) is known color: Gurkha. HEX triplet: A2, 98 and 65. RGB value is (162,152,101). Sum of RGB (Red+Green+Blue) = 162+152+101=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A29865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29865 is #5D679A. Grayscale: #959595. Windows color (decimal): -6121371 or 6658210. OLE color: 6658210.
HSL color Cylindrical-coordinate representation of color #A29865: hue angle of 50.16º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29865 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 101 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.36 |
| HSL | 50.16º | 0.25% | 0.52% | - |
| HSV(B) | 50.16º | 0.38% | 0.64% | - |
| XYZ | 28.48 | 31.08 | 16.81 | - |
| YUV | 149.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 101 | 0 | 0.06 | 0.38 | 0.36 | 50.16 | 0.25 | 0.52 |
| Hex | A2 | 98 | 65 | 0 | 6 | 26 | 24 | 32 | 19 | 34 |
| Octal | 242 | 230 | 145 | 0 | 6 | 46 | 44 | 62 | 31 | 64 |
| Binary | 10100010 | 10011000 | 1100101 | 0 | 110 | 100110 | 100100 | 110010 | 11001 | 110100 |
Color Harmonies of #A29865
Complementary color
Monochromatic Colors of #A29865
Black with #A29865
Text Example
Text Example
White with #A29865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29865; }
p { color: rgb(162,152,101); }
H1.HeaderClassName
{
color: #A29865;
}
.AnyTagClassName
{
color: #A29865;
}
</style>
background-color css
<style>
a { background-color: #A29865; }
a { background-color: rgb(162,152,101); }
div.DivClassName
{
background-color: #A29865;
}
.BgClassName
{
background-color: #A29865;
}
</style>
border-color css
<style>
span { border-color: #A29865; }
span { border-color: rgb(162,152,101); }
td.TdClassName
{
border-color: #A29865;
}
.TagClassName
{
border-color: #A29865;
}
</style>