Shades of Gurkha #A39964
Tints of Gurkha #A39964
RGB
CMYK
RGB Variations
Color information
#A39964 (or 0xA39964) is known color: Gurkha. HEX triplet: A3, 99 and 64. RGB value is (163,153,100). Sum of RGB (Red+Green+Blue) = 163+153+100=416 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.18% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 163 - color contains mainly: red. Hex color #A39964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39964 is #5C669B. Grayscale: #969696. Windows color (decimal): -6055580 or 6592931. OLE color: 6592931.
HSL color Cylindrical-coordinate representation of color #A39964: hue angle of 50.48º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A39964 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 100 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.36 |
| HSL | 50.48º | 0.26% | 0.52% | - |
| HSV(B) | 50.48º | 0.39% | 0.64% | - |
| XYZ | 28.8 | 31.49 | 16.62 | - |
| YUV | 149.95 | 99.81 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 100 | 0 | 0.06 | 0.39 | 0.36 | 50.48 | 0.26 | 0.52 |
| Hex | A3 | 99 | 64 | 0 | 6 | 27 | 24 | 32 | 1A | 34 |
| Octal | 243 | 231 | 144 | 0 | 6 | 47 | 44 | 62 | 32 | 64 |
| Binary | 10100011 | 10011001 | 1100100 | 0 | 110 | 100111 | 100100 | 110010 | 11010 | 110100 |
Color Harmonies of #A39964
Complementary color
Monochromatic Colors of #A39964
Black with #A39964
Text Example
Text Example
White with #A39964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A39964; }
p { color: rgb(163,153,100); }
H1.HeaderClassName
{
color: #A39964;
}
.AnyTagClassName
{
color: #A39964;
}
</style>
background-color css
<style>
a { background-color: #A39964; }
a { background-color: rgb(163,153,100); }
div.DivClassName
{
background-color: #A39964;
}
.BgClassName
{
background-color: #A39964;
}
</style>
border-color css
<style>
span { border-color: #A39964; }
span { border-color: rgb(163,153,100); }
td.TdClassName
{
border-color: #A39964;
}
.TagClassName
{
border-color: #A39964;
}
</style>