Shades of Gurkha #A0936D
Tints of Gurkha #A0936D
RGB
CMYK
RGB Variations
Color information
#A0936D (or 0xA0936D) is known color: Gurkha. HEX triplet: A0, 93 and 6D. RGB value is (160,147,109). Sum of RGB (Red+Green+Blue) = 160+147+109=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A0936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0936D is #5F6C92. Grayscale: #929292. Windows color (decimal): -6253715 or 7181216. OLE color: 7181216.
HSL color Cylindrical-coordinate representation of color #A0936D: hue angle of 44.71º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0936D is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 109 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.37 |
| HSL | 44.71º | 0.21% | 0.53% | - |
| HSV(B) | 44.71º | 0.32% | 0.63% | - |
| XYZ | 27.69 | 29.45 | 18.69 | - |
| YUV | 146.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 109 | 0 | 0.08 | 0.32 | 0.37 | 44.71 | 0.21 | 0.53 |
| Hex | A0 | 93 | 6D | 0 | 8 | 20 | 25 | 2D | 15 | 35 |
| Octal | 240 | 223 | 155 | 0 | 10 | 40 | 45 | 55 | 25 | 65 |
| Binary | 10100000 | 10010011 | 1101101 | 0 | 1000 | 100000 | 100101 | 101101 | 10101 | 110101 |
Color Harmonies of #A0936D
Complementary color
Monochromatic Colors of #A0936D
Black with #A0936D
Text Example
Text Example
White with #A0936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0936D; }
p { color: rgb(160,147,109); }
H1.HeaderClassName
{
color: #A0936D;
}
.AnyTagClassName
{
color: #A0936D;
}
</style>
background-color css
<style>
a { background-color: #A0936D; }
a { background-color: rgb(160,147,109); }
div.DivClassName
{
background-color: #A0936D;
}
.BgClassName
{
background-color: #A0936D;
}
</style>
border-color css
<style>
span { border-color: #A0936D; }
span { border-color: rgb(160,147,109); }
td.TdClassName
{
border-color: #A0936D;
}
.TagClassName
{
border-color: #A0936D;
}
</style>