Shades of Gurkha #A0976D
Tints of Gurkha #A0976D
RGB
CMYK
RGB Variations
Color information
#A0976D (or 0xA0976D) is known color: Gurkha. HEX triplet: A0, 97 and 6D. RGB value is (160,151,109). Sum of RGB (Red+Green+Blue) = 160+151+109=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 160 - color contains mainly: red. Hex color #A0976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0976D is #5F6892. Grayscale: #959595. Windows color (decimal): -6252691 or 7182240. OLE color: 7182240.
HSL color Cylindrical-coordinate representation of color #A0976D: hue angle of 49.41º 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 #A0976D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 109 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.37 |
| HSL | 49.41º | 0.21% | 0.53% | - |
| HSV(B) | 49.41º | 0.32% | 0.63% | - |
| XYZ | 28.32 | 30.71 | 18.9 | - |
| YUV | 148.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 109 | 0 | 0.06 | 0.32 | 0.37 | 49.41 | 0.21 | 0.53 |
| Hex | A0 | 97 | 6D | 0 | 6 | 20 | 25 | 31 | 15 | 35 |
| Octal | 240 | 227 | 155 | 0 | 6 | 40 | 45 | 61 | 25 | 65 |
| Binary | 10100000 | 10010111 | 1101101 | 0 | 110 | 100000 | 100101 | 110001 | 10101 | 110101 |
Color Harmonies of #A0976D
Complementary color
Monochromatic Colors of #A0976D
Black with #A0976D
Text Example
Text Example
White with #A0976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0976D; }
p { color: rgb(160,151,109); }
H1.HeaderClassName
{
color: #A0976D;
}
.AnyTagClassName
{
color: #A0976D;
}
</style>
background-color css
<style>
a { background-color: #A0976D; }
a { background-color: rgb(160,151,109); }
div.DivClassName
{
background-color: #A0976D;
}
.BgClassName
{
background-color: #A0976D;
}
</style>
border-color css
<style>
span { border-color: #A0976D; }
span { border-color: rgb(160,151,109); }
td.TdClassName
{
border-color: #A0976D;
}
.TagClassName
{
border-color: #A0976D;
}
</style>