Shades of Gurkha #A39A65
Tints of Gurkha #A39A65
RGB
CMYK
RGB Variations
Color information
#A39A65 (or 0xA39A65) is known color: Gurkha. HEX triplet: A3, 9A and 65. RGB value is (163,154,101). Sum of RGB (Red+Green+Blue) = 163+154+101=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39A65 is #5C659A. Grayscale: #969696. Windows color (decimal): -6055323 or 6658723. OLE color: 6658723.
HSL color Cylindrical-coordinate representation of color #A39A65: hue angle of 51.29º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A39A65 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 154 | 101 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.36 |
| HSL | 51.29º | 0.25% | 0.52% | - |
| HSV(B) | 51.29º | 0.38% | 0.64% | - |
| XYZ | 29.01 | 31.84 | 16.93 | - |
| YUV | 150.65 | 99.98 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 154 | 101 | 0 | 0.06 | 0.38 | 0.36 | 51.29 | 0.25 | 0.52 |
| Hex | A3 | 9A | 65 | 0 | 6 | 26 | 24 | 33 | 19 | 34 |
| Octal | 243 | 232 | 145 | 0 | 6 | 46 | 44 | 63 | 31 | 64 |
| Binary | 10100011 | 10011010 | 1100101 | 0 | 110 | 100110 | 100100 | 110011 | 11001 | 110100 |
Color Harmonies of #A39A65
Complementary color
Monochromatic Colors of #A39A65
Black with #A39A65
Text Example
Text Example
White with #A39A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39A65; }
p { color: rgb(163,154,101); }
H1.HeaderClassName
{
color: #A39A65;
}
.AnyTagClassName
{
color: #A39A65;
}
</style>
background-color css
<style>
a { background-color: #A39A65; }
a { background-color: rgb(163,154,101); }
div.DivClassName
{
background-color: #A39A65;
}
.BgClassName
{
background-color: #A39A65;
}
</style>
border-color css
<style>
span { border-color: #A39A65; }
span { border-color: rgb(163,154,101); }
td.TdClassName
{
border-color: #A39A65;
}
.TagClassName
{
border-color: #A39A65;
}
</style>