Shades of Gurkha #A29868
Tints of Gurkha #A29868
RGB
CMYK
RGB Variations
Color information
#A29868 (or 0xA29868) is known color: Gurkha. HEX triplet: A2, 98 and 68. RGB value is (162,152,104). Sum of RGB (Red+Green+Blue) = 162+152+104=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A29868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29868 is #5D6797. Grayscale: #959595. Windows color (decimal): -6121368 or 6854818. OLE color: 6854818.
HSL color Cylindrical-coordinate representation of color #A29868: hue angle of 49.66º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A29868 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 152 | 104 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.36 |
| HSL | 49.66º | 0.24% | 0.52% | - |
| HSV(B) | 49.66º | 0.36% | 0.64% | - |
| XYZ | 28.63 | 31.14 | 17.6 | - |
| YUV | 149.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 152 | 104 | 0 | 0.06 | 0.36 | 0.36 | 49.66 | 0.24 | 0.52 |
| Hex | A2 | 98 | 68 | 0 | 6 | 24 | 24 | 32 | 18 | 34 |
| Octal | 242 | 230 | 150 | 0 | 6 | 44 | 44 | 62 | 30 | 64 |
| Binary | 10100010 | 10011000 | 1101000 | 0 | 110 | 100100 | 100100 | 110010 | 11000 | 110100 |
Color Harmonies of #A29868
Complementary color
Monochromatic Colors of #A29868
Black with #A29868
Text Example
Text Example
White with #A29868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29868; }
p { color: rgb(162,152,104); }
H1.HeaderClassName
{
color: #A29868;
}
.AnyTagClassName
{
color: #A29868;
}
</style>
background-color css
<style>
a { background-color: #A29868; }
a { background-color: rgb(162,152,104); }
div.DivClassName
{
background-color: #A29868;
}
.BgClassName
{
background-color: #A29868;
}
</style>
border-color css
<style>
span { border-color: #A29868; }
span { border-color: rgb(162,152,104); }
td.TdClassName
{
border-color: #A29868;
}
.TagClassName
{
border-color: #A29868;
}
</style>