Shades of Gurkha #A29960
Tints of Gurkha #A29960
RGB
CMYK
RGB Variations
Color information
#A29960 (or 0xA29960) is known color: Gurkha. HEX triplet: A2, 99 and 60. RGB value is (162,153,96). Sum of RGB (Red+Green+Blue) = 162+153+96=411 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.42% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 162 - color contains mainly: red. Hex color #A29960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29960 is #5D669F. Grayscale: #959595. Windows color (decimal): -6121120 or 6330786. OLE color: 6330786.
HSL color Cylindrical-coordinate representation of color #A29960: hue angle of 51.82º 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 #A29960 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 96 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.36 |
| HSL | 51.82º | 0.26% | 0.51% | - |
| HSV(B) | 51.82º | 0.41% | 0.64% | - |
| XYZ | 28.4 | 31.31 | 15.61 | - |
| YUV | 149.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 96 | 0 | 0.06 | 0.41 | 0.36 | 51.82 | 0.26 | 0.51 |
| Hex | A2 | 99 | 60 | 0 | 6 | 29 | 24 | 34 | 1A | 33 |
| Octal | 242 | 231 | 140 | 0 | 6 | 51 | 44 | 64 | 32 | 63 |
| Binary | 10100010 | 10011001 | 1100000 | 0 | 110 | 101001 | 100100 | 110100 | 11010 | 110011 |
Color Harmonies of #A29960
Complementary color
Monochromatic Colors of #A29960
Black with #A29960
Text Example
Text Example
White with #A29960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29960; }
p { color: rgb(162,153,96); }
H1.HeaderClassName
{
color: #A29960;
}
.AnyTagClassName
{
color: #A29960;
}
</style>
background-color css
<style>
a { background-color: #A29960; }
a { background-color: rgb(162,153,96); }
div.DivClassName
{
background-color: #A29960;
}
.BgClassName
{
background-color: #A29960;
}
</style>
border-color css
<style>
span { border-color: #A29960; }
span { border-color: rgb(162,153,96); }
td.TdClassName
{
border-color: #A29960;
}
.TagClassName
{
border-color: #A29960;
}
</style>