Shades of Gurkha #9A9170
Tints of Gurkha #9A9170
RGB
CMYK
RGB Variations
Color information
#9A9170 (or 0x9A9170) is known color: Gurkha. HEX triplet: 9A, 91 and 70. RGB value is (154,145,112). Sum of RGB (Red+Green+Blue) = 154+145+112=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9170 is #656E8F. Grayscale: #909090. Windows color (decimal): -6647440 or 7377306. OLE color: 7377306.
HSL color Cylindrical-coordinate representation of color #9A9170: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A9170 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 145 | 112 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.40 |
| HSL | 47.14º | 0.17% | 0.52% | - |
| HSV(B) | 47.14º | 0.27% | 0.6% | - |
| XYZ | 26.38 | 28.29 | 19.4 | - |
| YUV | 143.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 112 | 0 | 0.06 | 0.27 | 0.40 | 47.14 | 0.17 | 0.52 |
| Hex | 9A | 91 | 70 | 0 | 6 | 1B | 28 | 2F | 11 | 34 |
| Octal | 232 | 221 | 160 | 0 | 6 | 33 | 50 | 57 | 21 | 64 |
| Binary | 10011010 | 10010001 | 1110000 | 0 | 110 | 11011 | 101000 | 101111 | 10001 | 110100 |
Color Harmonies of #9A9170
Complementary color
Monochromatic Colors of #9A9170
Black with #9A9170
Text Example
Text Example
White with #9A9170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9170; }
p { color: rgb(154,145,112); }
H1.HeaderClassName
{
color: #9A9170;
}
.AnyTagClassName
{
color: #9A9170;
}
</style>
background-color css
<style>
a { background-color: #9A9170; }
a { background-color: rgb(154,145,112); }
div.DivClassName
{
background-color: #9A9170;
}
.BgClassName
{
background-color: #9A9170;
}
</style>
border-color css
<style>
span { border-color: #9A9170; }
span { border-color: rgb(154,145,112); }
td.TdClassName
{
border-color: #9A9170;
}
.TagClassName
{
border-color: #9A9170;
}
</style>