Shades of Gurkha #A29864
Tints of Gurkha #A29864
RGB
CMYK
RGB Variations
Color information
#A29864 (or 0xA29864) is known color: Gurkha. HEX triplet: A2, 98 and 64. RGB value is (162,152,100). Sum of RGB (Red+Green+Blue) = 162+152+100=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A29864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29864 is #5D679B. Grayscale: #959595. Windows color (decimal): -6121372 or 6592674. OLE color: 6592674.
HSL color Cylindrical-coordinate representation of color #A29864: hue angle of 50.32º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A29864 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 100 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.36 |
| HSL | 50.32º | 0.25% | 0.51% | - |
| HSV(B) | 50.32º | 0.38% | 0.64% | - |
| XYZ | 28.43 | 31.06 | 16.55 | - |
| YUV | 149.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 100 | 0 | 0.06 | 0.38 | 0.36 | 50.32 | 0.25 | 0.51 |
| Hex | A2 | 98 | 64 | 0 | 6 | 26 | 24 | 32 | 19 | 33 |
| Octal | 242 | 230 | 144 | 0 | 6 | 46 | 44 | 62 | 31 | 63 |
| Binary | 10100010 | 10011000 | 1100100 | 0 | 110 | 100110 | 100100 | 110010 | 11001 | 110011 |
Color Harmonies of #A29864
Complementary color
Monochromatic Colors of #A29864
Black with #A29864
Text Example
Text Example
White with #A29864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29864; }
p { color: rgb(162,152,100); }
H1.HeaderClassName
{
color: #A29864;
}
.AnyTagClassName
{
color: #A29864;
}
</style>
background-color css
<style>
a { background-color: #A29864; }
a { background-color: rgb(162,152,100); }
div.DivClassName
{
background-color: #A29864;
}
.BgClassName
{
background-color: #A29864;
}
</style>
border-color css
<style>
span { border-color: #A29864; }
span { border-color: rgb(162,152,100); }
td.TdClassName
{
border-color: #A29864;
}
.TagClassName
{
border-color: #A29864;
}
</style>