Shades of Gurkha #A09266
Tints of Gurkha #A09266
RGB
CMYK
RGB Variations
Color information
#A09266 (or 0xA09266) is known color: Gurkha. HEX triplet: A0, 92 and 66. RGB value is (160,146,102). Sum of RGB (Red+Green+Blue) = 160+146+102=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A09266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09266 is #5F6D99. Grayscale: #919191. Windows color (decimal): -6253978 or 6722208. OLE color: 6722208.
HSL color Cylindrical-coordinate representation of color #A09266: hue angle of 45.52º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09266 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 102 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.37 |
| HSL | 45.52º | 0.23% | 0.51% | - |
| HSV(B) | 45.52º | 0.36% | 0.63% | - |
| XYZ | 27.17 | 28.99 | 16.73 | - |
| YUV | 145.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 102 | 0 | 0.09 | 0.36 | 0.37 | 45.52 | 0.23 | 0.51 |
| Hex | A0 | 92 | 66 | 0 | 9 | 24 | 25 | 2E | 17 | 33 |
| Octal | 240 | 222 | 146 | 0 | 11 | 44 | 45 | 56 | 27 | 63 |
| Binary | 10100000 | 10010010 | 1100110 | 0 | 1001 | 100100 | 100101 | 101110 | 10111 | 110011 |
Color Harmonies of #A09266
Complementary color
Monochromatic Colors of #A09266
Black with #A09266
Text Example
Text Example
White with #A09266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09266; }
p { color: rgb(160,146,102); }
H1.HeaderClassName
{
color: #A09266;
}
.AnyTagClassName
{
color: #A09266;
}
</style>
background-color css
<style>
a { background-color: #A09266; }
a { background-color: rgb(160,146,102); }
div.DivClassName
{
background-color: #A09266;
}
.BgClassName
{
background-color: #A09266;
}
</style>
border-color css
<style>
span { border-color: #A09266; }
span { border-color: rgb(160,146,102); }
td.TdClassName
{
border-color: #A09266;
}
.TagClassName
{
border-color: #A09266;
}
</style>