Shades of Gurkha #A09264
Tints of Gurkha #A09264
RGB
CMYK
RGB Variations
Color information
#A09264 (or 0xA09264) is known color: Gurkha. HEX triplet: A0, 92 and 64. RGB value is (160,146,100). Sum of RGB (Red+Green+Blue) = 160+146+100=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09264 is #5F6D9B. Grayscale: #919191. Windows color (decimal): -6253980 or 6591136. OLE color: 6591136.
HSL color Cylindrical-coordinate representation of color #A09264: hue angle of 46º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A09264 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 100 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.37 |
| HSL | 46º | 0.24% | 0.51% | - |
| HSV(B) | 46º | 0.38% | 0.63% | - |
| XYZ | 27.08 | 28.95 | 16.22 | - |
| YUV | 144.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 100 | 0 | 0.09 | 0.38 | 0.37 | 46 | 0.24 | 0.51 |
| Hex | A0 | 92 | 64 | 0 | 9 | 26 | 25 | 2E | 18 | 33 |
| Octal | 240 | 222 | 144 | 0 | 11 | 46 | 45 | 56 | 30 | 63 |
| Binary | 10100000 | 10010010 | 1100100 | 0 | 1001 | 100110 | 100101 | 101110 | 11000 | 110011 |
Color Harmonies of #A09264
Complementary color
Monochromatic Colors of #A09264
Black with #A09264
Text Example
Text Example
White with #A09264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09264; }
p { color: rgb(160,146,100); }
H1.HeaderClassName
{
color: #A09264;
}
.AnyTagClassName
{
color: #A09264;
}
</style>
background-color css
<style>
a { background-color: #A09264; }
a { background-color: rgb(160,146,100); }
div.DivClassName
{
background-color: #A09264;
}
.BgClassName
{
background-color: #A09264;
}
</style>
border-color css
<style>
span { border-color: #A09264; }
span { border-color: rgb(160,146,100); }
td.TdClassName
{
border-color: #A09264;
}
.TagClassName
{
border-color: #A09264;
}
</style>