Shades of Gurkha #A1955E
Tints of Gurkha #A1955E
RGB
CMYK
RGB Variations
Color information
#A1955E (or 0xA1955E) is known color: Gurkha. HEX triplet: A1, 95 and 5E. RGB value is (161,149,94). Sum of RGB (Red+Green+Blue) = 161+149+94=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1955E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1955E is #5E6AA1. Grayscale: #929292. Windows color (decimal): -6187682 or 6198689. OLE color: 6198689.
HSL color Cylindrical-coordinate representation of color #A1955E: hue angle of 49.25º degrees, saturation: 0.26, 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 #A1955E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 94 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.37 |
| HSL | 49.25º | 0.26% | 0.5% | - |
| HSV(B) | 49.25º | 0.42% | 0.63% | - |
| XYZ | 27.47 | 29.88 | 14.91 | - |
| YUV | 146.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 94 | 0 | 0.07 | 0.42 | 0.37 | 49.25 | 0.26 | 0.5 |
| Hex | A1 | 95 | 5E | 0 | 7 | 2A | 25 | 31 | 1A | 32 |
| Octal | 241 | 225 | 136 | 0 | 7 | 52 | 45 | 61 | 32 | 62 |
| Binary | 10100001 | 10010101 | 1011110 | 0 | 111 | 101010 | 100101 | 110001 | 11010 | 110010 |
Color Harmonies of #A1955E
Complementary color
Monochromatic Colors of #A1955E
Black with #A1955E
Text Example
Text Example
White with #A1955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1955E; }
p { color: rgb(161,149,94); }
H1.HeaderClassName
{
color: #A1955E;
}
.AnyTagClassName
{
color: #A1955E;
}
</style>
background-color css
<style>
a { background-color: #A1955E; }
a { background-color: rgb(161,149,94); }
div.DivClassName
{
background-color: #A1955E;
}
.BgClassName
{
background-color: #A1955E;
}
</style>
border-color css
<style>
span { border-color: #A1955E; }
span { border-color: rgb(161,149,94); }
td.TdClassName
{
border-color: #A1955E;
}
.TagClassName
{
border-color: #A1955E;
}
</style>