Shades of Gurkha #A3995E
Tints of Gurkha #A3995E
RGB
CMYK
RGB Variations
Color information
#A3995E (or 0xA3995E) is known color: Gurkha. HEX triplet: A3, 99 and 5E. RGB value is (163,153,94). Sum of RGB (Red+Green+Blue) = 163+153+94=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A3995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3995E is #5C66A1. Grayscale: #959595. Windows color (decimal): -6055586 or 6199715. OLE color: 6199715.
HSL color Cylindrical-coordinate representation of color #A3995E: hue angle of 51.3º 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 #A3995E is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 153 | 94 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.36 |
| HSL | 51.3º | 0.27% | 0.5% | - |
| HSV(B) | 51.3º | 0.42% | 0.64% | - |
| XYZ | 28.52 | 31.38 | 15.14 | - |
| YUV | 149.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 153 | 94 | 0 | 0.06 | 0.42 | 0.36 | 51.3 | 0.27 | 0.5 |
| Hex | A3 | 99 | 5E | 0 | 6 | 2A | 24 | 33 | 1B | 32 |
| Octal | 243 | 231 | 136 | 0 | 6 | 52 | 44 | 63 | 33 | 62 |
| Binary | 10100011 | 10011001 | 1011110 | 0 | 110 | 101010 | 100100 | 110011 | 11011 | 110010 |
Color Harmonies of #A3995E
Complementary color
Monochromatic Colors of #A3995E
Black with #A3995E
Text Example
Text Example
White with #A3995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3995E; }
p { color: rgb(163,153,94); }
H1.HeaderClassName
{
color: #A3995E;
}
.AnyTagClassName
{
color: #A3995E;
}
</style>
background-color css
<style>
a { background-color: #A3995E; }
a { background-color: rgb(163,153,94); }
div.DivClassName
{
background-color: #A3995E;
}
.BgClassName
{
background-color: #A3995E;
}
</style>
border-color css
<style>
span { border-color: #A3995E; }
span { border-color: rgb(163,153,94); }
td.TdClassName
{
border-color: #A3995E;
}
.TagClassName
{
border-color: #A3995E;
}
</style>