Shades of Gurkha #A1985D
Tints of Gurkha #A1985D
RGB
CMYK
RGB Variations
Color information
#A1985D (or 0xA1985D) is known color: Gurkha. HEX triplet: A1, 98 and 5D. RGB value is (161,152,93). Sum of RGB (Red+Green+Blue) = 161+152+93=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 161 - color contains mainly: red. Hex color #A1985D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1985D is #5E67A2. Grayscale: #949494. Windows color (decimal): -6186915 or 6133921. OLE color: 6133921.
HSL color Cylindrical-coordinate representation of color #A1985D: hue angle of 52.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1985D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 93 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.37 |
| HSL | 52.06º | 0.27% | 0.5% | - |
| HSV(B) | 52.06º | 0.42% | 0.63% | - |
| XYZ | 27.9 | 30.82 | 14.83 | - |
| YUV | 147.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 93 | 0 | 0.06 | 0.42 | 0.37 | 52.06 | 0.27 | 0.5 |
| Hex | A1 | 98 | 5D | 0 | 6 | 2A | 25 | 34 | 1B | 32 |
| Octal | 241 | 230 | 135 | 0 | 6 | 52 | 45 | 64 | 33 | 62 |
| Binary | 10100001 | 10011000 | 1011101 | 0 | 110 | 101010 | 100101 | 110100 | 11011 | 110010 |
Color Harmonies of #A1985D
Complementary color
Monochromatic Colors of #A1985D
Black with #A1985D
Text Example
Text Example
White with #A1985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1985D; }
p { color: rgb(161,152,93); }
H1.HeaderClassName
{
color: #A1985D;
}
.AnyTagClassName
{
color: #A1985D;
}
</style>
background-color css
<style>
a { background-color: #A1985D; }
a { background-color: rgb(161,152,93); }
div.DivClassName
{
background-color: #A1985D;
}
.BgClassName
{
background-color: #A1985D;
}
</style>
border-color css
<style>
span { border-color: #A1985D; }
span { border-color: rgb(161,152,93); }
td.TdClassName
{
border-color: #A1985D;
}
.TagClassName
{
border-color: #A1985D;
}
</style>