Shades of Gurkha #A09367
Tints of Gurkha #A09367
RGB
CMYK
RGB Variations
Color information
#A09367 (or 0xA09367) is known color: Gurkha. HEX triplet: A0, 93 and 67. RGB value is (160,147,103). Sum of RGB (Red+Green+Blue) = 160+147+103=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A09367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09367 is #5F6C98. Grayscale: #929292. Windows color (decimal): -6253721 or 6788000. OLE color: 6788000.
HSL color Cylindrical-coordinate representation of color #A09367: hue angle of 46.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09367 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 103 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.37 |
| HSL | 46.32º | 0.23% | 0.52% | - |
| HSV(B) | 46.32º | 0.36% | 0.63% | - |
| XYZ | 27.38 | 29.32 | 17.05 | - |
| YUV | 145.87 | 103.81 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 103 | 0 | 0.08 | 0.36 | 0.37 | 46.32 | 0.23 | 0.52 |
| Hex | A0 | 93 | 67 | 0 | 8 | 24 | 25 | 2E | 17 | 34 |
| Octal | 240 | 223 | 147 | 0 | 10 | 44 | 45 | 56 | 27 | 64 |
| Binary | 10100000 | 10010011 | 1100111 | 0 | 1000 | 100100 | 100101 | 101110 | 10111 | 110100 |
Color Harmonies of #A09367
Complementary color
Monochromatic Colors of #A09367
Black with #A09367
Text Example
Text Example
White with #A09367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09367; }
p { color: rgb(160,147,103); }
H1.HeaderClassName
{
color: #A09367;
}
.AnyTagClassName
{
color: #A09367;
}
</style>
background-color css
<style>
a { background-color: #A09367; }
a { background-color: rgb(160,147,103); }
div.DivClassName
{
background-color: #A09367;
}
.BgClassName
{
background-color: #A09367;
}
</style>
border-color css
<style>
span { border-color: #A09367; }
span { border-color: rgb(160,147,103); }
td.TdClassName
{
border-color: #A09367;
}
.TagClassName
{
border-color: #A09367;
}
</style>