Shades of Gurkha #A09360
Tints of Gurkha #A09360
RGB
CMYK
RGB Variations
Color information
#A09360 (or 0xA09360) is known color: Gurkha. HEX triplet: A0, 93 and 60. RGB value is (160,147,96). Sum of RGB (Red+Green+Blue) = 160+147+96=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A09360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09360 is #5F6C9F. Grayscale: #919191. Windows color (decimal): -6253728 or 6329248. OLE color: 6329248.
HSL color Cylindrical-coordinate representation of color #A09360: hue angle of 47.81º 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 #A09360 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 96 | - |
| CMYK | 0 | 0.08 | 0.4 | 0.37 |
| HSL | 47.81º | 0.25% | 0.5% | - |
| HSV(B) | 47.81º | 0.4% | 0.63% | - |
| XYZ | 27.04 | 29.19 | 15.27 | - |
| YUV | 145.07 | 100.31 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 96 | 0 | 0.08 | 0.4 | 0.37 | 47.81 | 0.25 | 0.5 |
| Hex | A0 | 93 | 60 | 0 | 8 | 28 | 25 | 30 | 19 | 32 |
| Octal | 240 | 223 | 140 | 0 | 10 | 50 | 45 | 60 | 31 | 62 |
| Binary | 10100000 | 10010011 | 1100000 | 0 | 1000 | 101000 | 100101 | 110000 | 11001 | 110010 |
Color Harmonies of #A09360
Complementary color
Monochromatic Colors of #A09360
Black with #A09360
Text Example
Text Example
White with #A09360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09360; }
p { color: rgb(160,147,96); }
H1.HeaderClassName
{
color: #A09360;
}
.AnyTagClassName
{
color: #A09360;
}
</style>
background-color css
<style>
a { background-color: #A09360; }
a { background-color: rgb(160,147,96); }
div.DivClassName
{
background-color: #A09360;
}
.BgClassName
{
background-color: #A09360;
}
</style>
border-color css
<style>
span { border-color: #A09360; }
span { border-color: rgb(160,147,96); }
td.TdClassName
{
border-color: #A09360;
}
.TagClassName
{
border-color: #A09360;
}
</style>