Shades of Gurkha #A3955E
Tints of Gurkha #A3955E
RGB
CMYK
RGB Variations
Color information
#A3955E (or 0xA3955E) is known color: Gurkha. HEX triplet: A3, 95 and 5E. RGB value is (163,149,94). Sum of RGB (Red+Green+Blue) = 163+149+94=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 163 - color contains mainly: red. Hex color #A3955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3955E is #5C6AA1. Grayscale: #939393. Windows color (decimal): -6056610 or 6198691. OLE color: 6198691.
HSL color Cylindrical-coordinate representation of color #A3955E: hue angle of 47.83º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3955E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 149 | 94 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.36 |
| HSL | 47.83º | 0.27% | 0.5% | - |
| HSV(B) | 47.83º | 0.42% | 0.64% | - |
| XYZ | 27.87 | 30.09 | 14.93 | - |
| YUV | 146.92 | 98.14 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 149 | 94 | 0 | 0.09 | 0.42 | 0.36 | 47.83 | 0.27 | 0.5 |
| Hex | A3 | 95 | 5E | 0 | 9 | 2A | 24 | 30 | 1B | 32 |
| Octal | 243 | 225 | 136 | 0 | 11 | 52 | 44 | 60 | 33 | 62 |
| Binary | 10100011 | 10010101 | 1011110 | 0 | 1001 | 101010 | 100100 | 110000 | 11011 | 110010 |
Color Harmonies of #A3955E
Complementary color
Monochromatic Colors of #A3955E
Black with #A3955E
Text Example
Text Example
White with #A3955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3955E; }
p { color: rgb(163,149,94); }
H1.HeaderClassName
{
color: #A3955E;
}
.AnyTagClassName
{
color: #A3955E;
}
</style>
background-color css
<style>
a { background-color: #A3955E; }
a { background-color: rgb(163,149,94); }
div.DivClassName
{
background-color: #A3955E;
}
.BgClassName
{
background-color: #A3955E;
}
</style>
border-color css
<style>
span { border-color: #A3955E; }
span { border-color: rgb(163,149,94); }
td.TdClassName
{
border-color: #A3955E;
}
.TagClassName
{
border-color: #A3955E;
}
</style>