Shades of Gurkha #A39860
Tints of Gurkha #A39860
RGB
CMYK
RGB Variations
Color information
#A39860 (or 0xA39860) is known color: Gurkha. HEX triplet: A3, 98 and 60. RGB value is (163,152,96). Sum of RGB (Red+Green+Blue) = 163+152+96=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 96 (37.89% from 255 or 23.36% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A39860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39860 is #5C679F. Grayscale: #959595. Windows color (decimal): -6055840 or 6330531. OLE color: 6330531.
HSL color Cylindrical-coordinate representation of color #A39860: hue angle of 50.15º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A39860 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 152 | 96 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.36 |
| HSL | 50.15º | 0.27% | 0.51% | - |
| HSV(B) | 50.15º | 0.41% | 0.64% | - |
| XYZ | 28.44 | 31.09 | 15.57 | - |
| YUV | 148.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 152 | 96 | 0 | 0.07 | 0.41 | 0.36 | 50.15 | 0.27 | 0.51 |
| Hex | A3 | 98 | 60 | 0 | 7 | 29 | 24 | 32 | 1B | 33 |
| Octal | 243 | 230 | 140 | 0 | 7 | 51 | 44 | 62 | 33 | 63 |
| Binary | 10100011 | 10011000 | 1100000 | 0 | 111 | 101001 | 100100 | 110010 | 11011 | 110011 |
Color Harmonies of #A39860
Complementary color
Monochromatic Colors of #A39860
Black with #A39860
Text Example
Text Example
White with #A39860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39860; }
p { color: rgb(163,152,96); }
H1.HeaderClassName
{
color: #A39860;
}
.AnyTagClassName
{
color: #A39860;
}
</style>
background-color css
<style>
a { background-color: #A39860; }
a { background-color: rgb(163,152,96); }
div.DivClassName
{
background-color: #A39860;
}
.BgClassName
{
background-color: #A39860;
}
</style>
border-color css
<style>
span { border-color: #A39860; }
span { border-color: rgb(163,152,96); }
td.TdClassName
{
border-color: #A39860;
}
.TagClassName
{
border-color: #A39860;
}
</style>