Shades of Gurkha #A09260
Tints of Gurkha #A09260
RGB
CMYK
RGB Variations
Color information
#A09260 (or 0xA09260) is known color: Gurkha. HEX triplet: A0, 92 and 60. RGB value is (160,146,96). Sum of RGB (Red+Green+Blue) = 160+146+96=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 96 (37.89% from 255 or 23.88% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A09260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09260 is #5F6D9F. Grayscale: #909090. Windows color (decimal): -6253984 or 6328992. OLE color: 6328992.
HSL color Cylindrical-coordinate representation of color #A09260: hue angle of 46.88º 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 #A09260 is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 96 | - |
| CMYK | 0 | 0.09 | 0.4 | 0.37 |
| HSL | 46.88º | 0.25% | 0.5% | - |
| HSV(B) | 46.88º | 0.4% | 0.63% | - |
| XYZ | 26.89 | 28.88 | 15.22 | - |
| YUV | 144.49 | 100.64 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 96 | 0 | 0.09 | 0.4 | 0.37 | 46.88 | 0.25 | 0.5 |
| Hex | A0 | 92 | 60 | 0 | 9 | 28 | 25 | 2F | 19 | 32 |
| Octal | 240 | 222 | 140 | 0 | 11 | 50 | 45 | 57 | 31 | 62 |
| Binary | 10100000 | 10010010 | 1100000 | 0 | 1001 | 101000 | 100101 | 101111 | 11001 | 110010 |
Color Harmonies of #A09260
Complementary color
Monochromatic Colors of #A09260
Black with #A09260
Text Example
Text Example
White with #A09260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09260; }
p { color: rgb(160,146,96); }
H1.HeaderClassName
{
color: #A09260;
}
.AnyTagClassName
{
color: #A09260;
}
</style>
background-color css
<style>
a { background-color: #A09260; }
a { background-color: rgb(160,146,96); }
div.DivClassName
{
background-color: #A09260;
}
.BgClassName
{
background-color: #A09260;
}
</style>
border-color css
<style>
span { border-color: #A09260; }
span { border-color: rgb(160,146,96); }
td.TdClassName
{
border-color: #A09260;
}
.TagClassName
{
border-color: #A09260;
}
</style>