Shades of Gurkha #A09165
Tints of Gurkha #A09165
RGB
CMYK
RGB Variations
Color information
#A09165 (or 0xA09165) is known color: Gurkha. HEX triplet: A0, 91 and 65. RGB value is (160,145,101). Sum of RGB (Red+Green+Blue) = 160+145+101=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A09165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09165 is #5F6E9A. Grayscale: #909090. Windows color (decimal): -6254235 or 6656416. OLE color: 6656416.
HSL color Cylindrical-coordinate representation of color #A09165: hue angle of 44.75º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A09165 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 145 | 101 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.37 |
| HSL | 44.75º | 0.24% | 0.51% | - |
| HSV(B) | 44.75º | 0.37% | 0.63% | - |
| XYZ | 26.97 | 28.66 | 16.42 | - |
| YUV | 144.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 101 | 0 | 0.09 | 0.37 | 0.37 | 44.75 | 0.24 | 0.51 |
| Hex | A0 | 91 | 65 | 0 | 9 | 25 | 25 | 2D | 18 | 33 |
| Octal | 240 | 221 | 145 | 0 | 11 | 45 | 45 | 55 | 30 | 63 |
| Binary | 10100000 | 10010001 | 1100101 | 0 | 1001 | 100101 | 100101 | 101101 | 11000 | 110011 |
Color Harmonies of #A09165
Complementary color
Monochromatic Colors of #A09165
Black with #A09165
Text Example
Text Example
White with #A09165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09165; }
p { color: rgb(160,145,101); }
H1.HeaderClassName
{
color: #A09165;
}
.AnyTagClassName
{
color: #A09165;
}
</style>
background-color css
<style>
a { background-color: #A09165; }
a { background-color: rgb(160,145,101); }
div.DivClassName
{
background-color: #A09165;
}
.BgClassName
{
background-color: #A09165;
}
</style>
border-color css
<style>
span { border-color: #A09165; }
span { border-color: rgb(160,145,101); }
td.TdClassName
{
border-color: #A09165;
}
.TagClassName
{
border-color: #A09165;
}
</style>