Shades of Gurkha #A09668
Tints of Gurkha #A09668
RGB
CMYK
RGB Variations
Color information
#A09668 (or 0xA09668) is known color: Gurkha. HEX triplet: A0, 96 and 68. RGB value is (160,150,104). Sum of RGB (Red+Green+Blue) = 160+150+104=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 160 - color contains mainly: red. Hex color #A09668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09668 is #5F6997. Grayscale: #939393. Windows color (decimal): -6252952 or 6854304. OLE color: 6854304.
HSL color Cylindrical-coordinate representation of color #A09668: hue angle of 49.29º 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 #A09668 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 150 | 104 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.37 |
| HSL | 49.29º | 0.23% | 0.52% | - |
| HSV(B) | 49.29º | 0.35% | 0.63% | - |
| XYZ | 27.9 | 30.29 | 17.47 | - |
| YUV | 147.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 104 | 0 | 0.06 | 0.35 | 0.37 | 49.29 | 0.23 | 0.52 |
| Hex | A0 | 96 | 68 | 0 | 6 | 23 | 25 | 31 | 17 | 34 |
| Octal | 240 | 226 | 150 | 0 | 6 | 43 | 45 | 61 | 27 | 64 |
| Binary | 10100000 | 10010110 | 1101000 | 0 | 110 | 100011 | 100101 | 110001 | 10111 | 110100 |
Color Harmonies of #A09668
Complementary color
Monochromatic Colors of #A09668
Black with #A09668
Text Example
Text Example
White with #A09668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09668; }
p { color: rgb(160,150,104); }
H1.HeaderClassName
{
color: #A09668;
}
.AnyTagClassName
{
color: #A09668;
}
</style>
background-color css
<style>
a { background-color: #A09668; }
a { background-color: rgb(160,150,104); }
div.DivClassName
{
background-color: #A09668;
}
.BgClassName
{
background-color: #A09668;
}
</style>
border-color css
<style>
span { border-color: #A09668; }
span { border-color: rgb(160,150,104); }
td.TdClassName
{
border-color: #A09668;
}
.TagClassName
{
border-color: #A09668;
}
</style>