Shades of Gurkha #A59960
Tints of Gurkha #A59960
RGB
CMYK
RGB Variations
Color information
#A59960 (or 0xA59960) is known color: Gurkha. HEX triplet: A5, 99 and 60. RGB value is (165,153,96). Sum of RGB (Red+Green+Blue) = 165+153+96=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A59960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59960 is #5A669F. Grayscale: #969696. Windows color (decimal): -5924512 or 6330789. OLE color: 6330789.
HSL color Cylindrical-coordinate representation of color #A59960: hue angle of 49.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59960 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 153 | 96 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.35 |
| HSL | 49.57º | 0.28% | 0.51% | - |
| HSV(B) | 49.57º | 0.42% | 0.65% | - |
| XYZ | 29.02 | 31.63 | 15.64 | - |
| YUV | 150.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 153 | 96 | 0 | 0.07 | 0.42 | 0.35 | 49.57 | 0.28 | 0.51 |
| Hex | A5 | 99 | 60 | 0 | 7 | 2A | 23 | 32 | 1C | 33 |
| Octal | 245 | 231 | 140 | 0 | 7 | 52 | 43 | 62 | 34 | 63 |
| Binary | 10100101 | 10011001 | 1100000 | 0 | 111 | 101010 | 100011 | 110010 | 11100 | 110011 |
Color Harmonies of #A59960
Complementary color
Monochromatic Colors of #A59960
Black with #A59960
Text Example
Text Example
White with #A59960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59960; }
p { color: rgb(165,153,96); }
H1.HeaderClassName
{
color: #A59960;
}
.AnyTagClassName
{
color: #A59960;
}
</style>
background-color css
<style>
a { background-color: #A59960; }
a { background-color: rgb(165,153,96); }
div.DivClassName
{
background-color: #A59960;
}
.BgClassName
{
background-color: #A59960;
}
</style>
border-color css
<style>
span { border-color: #A59960; }
span { border-color: rgb(165,153,96); }
td.TdClassName
{
border-color: #A59960;
}
.TagClassName
{
border-color: #A59960;
}
</style>