Shades of Gurkha #A09268
Tints of Gurkha #A09268
RGB
CMYK
RGB Variations
Color information
#A09268 (or 0xA09268) is known color: Gurkha. HEX triplet: A0, 92 and 68. RGB value is (160,146,104). Sum of RGB (Red+Green+Blue) = 160+146+104=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A09268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09268 is #5F6D97. Grayscale: #919191. Windows color (decimal): -6253976 or 6853280. OLE color: 6853280.
HSL color Cylindrical-coordinate representation of color #A09268: hue angle of 45º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A09268 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 104 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.37 |
| HSL | 45º | 0.23% | 0.52% | - |
| HSV(B) | 45º | 0.35% | 0.63% | - |
| XYZ | 27.27 | 29.03 | 17.26 | - |
| YUV | 145.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 104 | 0 | 0.09 | 0.35 | 0.37 | 45 | 0.23 | 0.52 |
| Hex | A0 | 92 | 68 | 0 | 9 | 23 | 25 | 2D | 17 | 34 |
| Octal | 240 | 222 | 150 | 0 | 11 | 43 | 45 | 55 | 27 | 64 |
| Binary | 10100000 | 10010010 | 1101000 | 0 | 1001 | 100011 | 100101 | 101101 | 10111 | 110100 |
Color Harmonies of #A09268
Complementary color
Monochromatic Colors of #A09268
Black with #A09268
Text Example
Text Example
White with #A09268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09268; }
p { color: rgb(160,146,104); }
H1.HeaderClassName
{
color: #A09268;
}
.AnyTagClassName
{
color: #A09268;
}
</style>
background-color css
<style>
a { background-color: #A09268; }
a { background-color: rgb(160,146,104); }
div.DivClassName
{
background-color: #A09268;
}
.BgClassName
{
background-color: #A09268;
}
</style>
border-color css
<style>
span { border-color: #A09268; }
span { border-color: rgb(160,146,104); }
td.TdClassName
{
border-color: #A09268;
}
.TagClassName
{
border-color: #A09268;
}
</style>