Shades of Gurkha #A29462
Tints of Gurkha #A29462
RGB
CMYK
RGB Variations
Color information
#A29462 (or 0xA29462) is known color: Gurkha. HEX triplet: A2, 94 and 62. RGB value is (162,148,98). Sum of RGB (Red+Green+Blue) = 162+148+98=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 162 - color contains mainly: red. Hex color #A29462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29462 is #5D6B9D. Grayscale: #929292. Windows color (decimal): -6122398 or 6460578. OLE color: 6460578.
HSL color Cylindrical-coordinate representation of color #A29462: hue angle of 46.88º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A29462 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 148 | 98 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.36 |
| HSL | 46.88º | 0.26% | 0.51% | - |
| HSV(B) | 46.88º | 0.4% | 0.64% | - |
| XYZ | 27.69 | 29.74 | 15.84 | - |
| YUV | 146.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 148 | 98 | 0 | 0.09 | 0.40 | 0.36 | 46.88 | 0.26 | 0.51 |
| Hex | A2 | 94 | 62 | 0 | 9 | 28 | 24 | 2F | 1A | 33 |
| Octal | 242 | 224 | 142 | 0 | 11 | 50 | 44 | 57 | 32 | 63 |
| Binary | 10100010 | 10010100 | 1100010 | 0 | 1001 | 101000 | 100100 | 101111 | 11010 | 110011 |
Color Harmonies of #A29462
Complementary color
Monochromatic Colors of #A29462
Black with #A29462
Text Example
Text Example
White with #A29462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29462; }
p { color: rgb(162,148,98); }
H1.HeaderClassName
{
color: #A29462;
}
.AnyTagClassName
{
color: #A29462;
}
</style>
background-color css
<style>
a { background-color: #A29462; }
a { background-color: rgb(162,148,98); }
div.DivClassName
{
background-color: #A29462;
}
.BgClassName
{
background-color: #A29462;
}
</style>
border-color css
<style>
span { border-color: #A29462; }
span { border-color: rgb(162,148,98); }
td.TdClassName
{
border-color: #A29462;
}
.TagClassName
{
border-color: #A29462;
}
</style>