Shades of Gurkha #A39965
Tints of Gurkha #A39965
RGB
CMYK
RGB Variations
Color information
#A39965 (or 0xA39965) is known color: Gurkha. HEX triplet: A3, 99 and 65. RGB value is (163,153,101). Sum of RGB (Red+Green+Blue) = 163+153+101=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A39965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39965 is #5C669A. Grayscale: #969696. Windows color (decimal): -6055579 or 6658467. OLE color: 6658467.
HSL color Cylindrical-coordinate representation of color #A39965: hue angle of 50.32º 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 #A39965 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 101 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.36 |
| HSL | 50.32º | 0.25% | 0.52% | - |
| HSV(B) | 50.32º | 0.38% | 0.64% | - |
| XYZ | 28.84 | 31.51 | 16.87 | - |
| YUV | 150.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 101 | 0 | 0.06 | 0.38 | 0.36 | 50.32 | 0.25 | 0.52 |
| Hex | A3 | 99 | 65 | 0 | 6 | 26 | 24 | 32 | 19 | 34 |
| Octal | 243 | 231 | 145 | 0 | 6 | 46 | 44 | 62 | 31 | 64 |
| Binary | 10100011 | 10011001 | 1100101 | 0 | 110 | 100110 | 100100 | 110010 | 11001 | 110100 |
Color Harmonies of #A39965
Complementary color
Monochromatic Colors of #A39965
Black with #A39965
Text Example
Text Example
White with #A39965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39965; }
p { color: rgb(163,153,101); }
H1.HeaderClassName
{
color: #A39965;
}
.AnyTagClassName
{
color: #A39965;
}
</style>
background-color css
<style>
a { background-color: #A39965; }
a { background-color: rgb(163,153,101); }
div.DivClassName
{
background-color: #A39965;
}
.BgClassName
{
background-color: #A39965;
}
</style>
border-color css
<style>
span { border-color: #A39965; }
span { border-color: rgb(163,153,101); }
td.TdClassName
{
border-color: #A39965;
}
.TagClassName
{
border-color: #A39965;
}
</style>