Shades of Gurkha #A39B66
Tints of Gurkha #A39B66
RGB
CMYK
RGB Variations
Color information
#A39B66 (or 0xA39B66) is known color: Gurkha. HEX triplet: A3, 9B and 66. RGB value is (163,155,102). Sum of RGB (Red+Green+Blue) = 163+155+102=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39B66 is #5C6499. Grayscale: #979797. Windows color (decimal): -6055066 or 6724515. OLE color: 6724515.
HSL color Cylindrical-coordinate representation of color #A39B66: hue angle of 52.13º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A39B66 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 155 | 102 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.36 |
| HSL | 52.13º | 0.25% | 0.52% | - |
| HSV(B) | 52.13º | 0.37% | 0.64% | - |
| XYZ | 29.22 | 32.19 | 17.24 | - |
| YUV | 151.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 155 | 102 | 0 | 0.05 | 0.37 | 0.36 | 52.13 | 0.25 | 0.52 |
| Hex | A3 | 9B | 66 | 0 | 5 | 25 | 24 | 34 | 19 | 34 |
| Octal | 243 | 233 | 146 | 0 | 5 | 45 | 44 | 64 | 31 | 64 |
| Binary | 10100011 | 10011011 | 1100110 | 0 | 101 | 100101 | 100100 | 110100 | 11001 | 110100 |
Color Harmonies of #A39B66
Complementary color
Monochromatic Colors of #A39B66
Black with #A39B66
Text Example
Text Example
White with #A39B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39B66; }
p { color: rgb(163,155,102); }
H1.HeaderClassName
{
color: #A39B66;
}
.AnyTagClassName
{
color: #A39B66;
}
</style>
background-color css
<style>
a { background-color: #A39B66; }
a { background-color: rgb(163,155,102); }
div.DivClassName
{
background-color: #A39B66;
}
.BgClassName
{
background-color: #A39B66;
}
</style>
border-color css
<style>
span { border-color: #A39B66; }
span { border-color: rgb(163,155,102); }
td.TdClassName
{
border-color: #A39B66;
}
.TagClassName
{
border-color: #A39B66;
}
</style>