Shades of Gurkha #A29568
Tints of Gurkha #A29568
RGB
CMYK
RGB Variations
Color information
#A29568 (or 0xA29568) is known color: Gurkha. HEX triplet: A2, 95 and 68. RGB value is (162,149,104). Sum of RGB (Red+Green+Blue) = 162+149+104=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A29568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29568 is #5D6A97. Grayscale: #939393. Windows color (decimal): -6122136 or 6854050. OLE color: 6854050.
HSL color Cylindrical-coordinate representation of color #A29568: hue angle of 46.55º 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 #A29568 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 104 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.36 |
| HSL | 46.55º | 0.24% | 0.52% | - |
| HSV(B) | 46.55º | 0.36% | 0.64% | - |
| XYZ | 28.15 | 30.18 | 17.44 | - |
| YUV | 147.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 104 | 0 | 0.08 | 0.36 | 0.36 | 46.55 | 0.24 | 0.52 |
| Hex | A2 | 95 | 68 | 0 | 8 | 24 | 24 | 2F | 18 | 34 |
| Octal | 242 | 225 | 150 | 0 | 10 | 44 | 44 | 57 | 30 | 64 |
| Binary | 10100010 | 10010101 | 1101000 | 0 | 1000 | 100100 | 100100 | 101111 | 11000 | 110100 |
Color Harmonies of #A29568
Complementary color
Monochromatic Colors of #A29568
Black with #A29568
Text Example
Text Example
White with #A29568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29568; }
p { color: rgb(162,149,104); }
H1.HeaderClassName
{
color: #A29568;
}
.AnyTagClassName
{
color: #A29568;
}
</style>
background-color css
<style>
a { background-color: #A29568; }
a { background-color: rgb(162,149,104); }
div.DivClassName
{
background-color: #A29568;
}
.BgClassName
{
background-color: #A29568;
}
</style>
border-color css
<style>
span { border-color: #A29568; }
span { border-color: rgb(162,149,104); }
td.TdClassName
{
border-color: #A29568;
}
.TagClassName
{
border-color: #A29568;
}
</style>