Shades of Gurkha #A3935F
Tints of Gurkha #A3935F
RGB
CMYK
RGB Variations
Color information
#A3935F (or 0xA3935F) is known color: Gurkha. HEX triplet: A3, 93 and 5F. RGB value is (163,147,95). Sum of RGB (Red+Green+Blue) = 163+147+95=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3935F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3935F is #5C6CA0. Grayscale: #929292. Windows color (decimal): -6057121 or 6263715. OLE color: 6263715.
HSL color Cylindrical-coordinate representation of color #A3935F: hue angle of 45.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A3935F is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 147 | 95 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.36 |
| HSL | 45.88º | 0.27% | 0.51% | - |
| HSV(B) | 45.88º | 0.42% | 0.64% | - |
| XYZ | 27.6 | 29.48 | 15.06 | - |
| YUV | 145.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 95 | 0 | 0.10 | 0.42 | 0.36 | 45.88 | 0.27 | 0.51 |
| Hex | A3 | 93 | 5F | 0 | A | 2A | 24 | 2E | 1B | 33 |
| Octal | 243 | 223 | 137 | 0 | 12 | 52 | 44 | 56 | 33 | 63 |
| Binary | 10100011 | 10010011 | 1011111 | 0 | 1010 | 101010 | 100100 | 101110 | 11011 | 110011 |
Color Harmonies of #A3935F
Complementary color
Monochromatic Colors of #A3935F
Black with #A3935F
Text Example
Text Example
White with #A3935F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3935F; }
p { color: rgb(163,147,95); }
H1.HeaderClassName
{
color: #A3935F;
}
.AnyTagClassName
{
color: #A3935F;
}
</style>
background-color css
<style>
a { background-color: #A3935F; }
a { background-color: rgb(163,147,95); }
div.DivClassName
{
background-color: #A3935F;
}
.BgClassName
{
background-color: #A3935F;
}
</style>
border-color css
<style>
span { border-color: #A3935F; }
span { border-color: rgb(163,147,95); }
td.TdClassName
{
border-color: #A3935F;
}
.TagClassName
{
border-color: #A3935F;
}
</style>