Shades of Gurkha #A09160
Tints of Gurkha #A09160
RGB
CMYK
RGB Variations
Color information
#A09160 (or 0xA09160) is known color: Gurkha. HEX triplet: A0, 91 and 60. RGB value is (160,145,96). Sum of RGB (Red+Green+Blue) = 160+145+96=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A09160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09160 is #5F6E9F. Grayscale: #909090. Windows color (decimal): -6254240 or 6328736. OLE color: 6328736.
HSL color Cylindrical-coordinate representation of color #A09160: hue angle of 45.94º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A09160 is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 96 | - |
| CMYK | 0 | 0.09 | 0.4 | 0.37 |
| HSL | 45.94º | 0.25% | 0.5% | - |
| HSV(B) | 45.94º | 0.4% | 0.63% | - |
| XYZ | 26.73 | 28.57 | 15.17 | - |
| YUV | 143.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 96 | 0 | 0.09 | 0.4 | 0.37 | 45.94 | 0.25 | 0.5 |
| Hex | A0 | 91 | 60 | 0 | 9 | 28 | 25 | 2E | 19 | 32 |
| Octal | 240 | 221 | 140 | 0 | 11 | 50 | 45 | 56 | 31 | 62 |
| Binary | 10100000 | 10010001 | 1100000 | 0 | 1001 | 101000 | 100101 | 101110 | 11001 | 110010 |
Color Harmonies of #A09160
Complementary color
Monochromatic Colors of #A09160
Black with #A09160
Text Example
Text Example
White with #A09160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09160; }
p { color: rgb(160,145,96); }
H1.HeaderClassName
{
color: #A09160;
}
.AnyTagClassName
{
color: #A09160;
}
</style>
background-color css
<style>
a { background-color: #A09160; }
a { background-color: rgb(160,145,96); }
div.DivClassName
{
background-color: #A09160;
}
.BgClassName
{
background-color: #A09160;
}
</style>
border-color css
<style>
span { border-color: #A09160; }
span { border-color: rgb(160,145,96); }
td.TdClassName
{
border-color: #A09160;
}
.TagClassName
{
border-color: #A09160;
}
</style>