Shades of Gurkha #A29860
Tints of Gurkha #A29860
RGB
CMYK
RGB Variations
Color information
#A29860 (or 0xA29860) is known color: Gurkha. HEX triplet: A2, 98 and 60. RGB value is (162,152,96). Sum of RGB (Red+Green+Blue) = 162+152+96=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 96 (37.89% from 255 or 23.41% from 410); Max value from RGB is 162 - color contains mainly: red. Hex color #A29860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29860 is #5D679F. Grayscale: #949494. Windows color (decimal): -6121376 or 6330530. OLE color: 6330530.
HSL color Cylindrical-coordinate representation of color #A29860: hue angle of 50.91º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A29860 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 96 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.36 |
| HSL | 50.91º | 0.26% | 0.51% | - |
| HSV(B) | 50.91º | 0.41% | 0.64% | - |
| XYZ | 28.24 | 30.98 | 15.56 | - |
| YUV | 148.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 96 | 0 | 0.06 | 0.41 | 0.36 | 50.91 | 0.26 | 0.51 |
| Hex | A2 | 98 | 60 | 0 | 6 | 29 | 24 | 33 | 1A | 33 |
| Octal | 242 | 230 | 140 | 0 | 6 | 51 | 44 | 63 | 32 | 63 |
| Binary | 10100010 | 10011000 | 1100000 | 0 | 110 | 101001 | 100100 | 110011 | 11010 | 110011 |
Color Harmonies of #A29860
Complementary color
Monochromatic Colors of #A29860
Black with #A29860
Text Example
Text Example
White with #A29860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29860; }
p { color: rgb(162,152,96); }
H1.HeaderClassName
{
color: #A29860;
}
.AnyTagClassName
{
color: #A29860;
}
</style>
background-color css
<style>
a { background-color: #A29860; }
a { background-color: rgb(162,152,96); }
div.DivClassName
{
background-color: #A29860;
}
.BgClassName
{
background-color: #A29860;
}
</style>
border-color css
<style>
span { border-color: #A29860; }
span { border-color: rgb(162,152,96); }
td.TdClassName
{
border-color: #A29860;
}
.TagClassName
{
border-color: #A29860;
}
</style>