Shades of Gurkha #A39A63
Tints of Gurkha #A39A63
RGB
CMYK
RGB Variations
Color information
#A39A63 (or 0xA39A63) is known color: Gurkha. HEX triplet: A3, 9A and 63. RGB value is (163,154,99). Sum of RGB (Red+Green+Blue) = 163+154+99=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A63 is #5C659C. Grayscale: #969696. Windows color (decimal): -6055325 or 6527651. OLE color: 6527651.
HSL color Cylindrical-coordinate representation of color #A39A63: hue angle of 51.56º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A39A63 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 99 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.36 |
| HSL | 51.56º | 0.26% | 0.51% | - |
| HSV(B) | 51.56º | 0.39% | 0.64% | - |
| XYZ | 28.91 | 31.8 | 16.42 | - |
| YUV | 150.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 99 | 0 | 0.06 | 0.39 | 0.36 | 51.56 | 0.26 | 0.51 |
| Hex | A3 | 9A | 63 | 0 | 6 | 27 | 24 | 34 | 1A | 33 |
| Octal | 243 | 232 | 143 | 0 | 6 | 47 | 44 | 64 | 32 | 63 |
| Binary | 10100011 | 10011010 | 1100011 | 0 | 110 | 100111 | 100100 | 110100 | 11010 | 110011 |
Color Harmonies of #A39A63
Complementary color
Monochromatic Colors of #A39A63
Black with #A39A63
Text Example
Text Example
White with #A39A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A63; }
p { color: rgb(163,154,99); }
H1.HeaderClassName
{
color: #A39A63;
}
.AnyTagClassName
{
color: #A39A63;
}
</style>
background-color css
<style>
a { background-color: #A39A63; }
a { background-color: rgb(163,154,99); }
div.DivClassName
{
background-color: #A39A63;
}
.BgClassName
{
background-color: #A39A63;
}
</style>
border-color css
<style>
span { border-color: #A39A63; }
span { border-color: rgb(163,154,99); }
td.TdClassName
{
border-color: #A39A63;
}
.TagClassName
{
border-color: #A39A63;
}
</style>