Shades of Gurkha #A1915F
Tints of Gurkha #A1915F
RGB
CMYK
RGB Variations
Color information
#A1915F (or 0xA1915F) is known color: Gurkha. HEX triplet: A1, 91 and 5F. RGB value is (161,145,95). Sum of RGB (Red+Green+Blue) = 161+145+95=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1915F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1915F is #5E6EA0. Grayscale: #909090. Windows color (decimal): -6188705 or 6263201. OLE color: 6263201.
HSL color Cylindrical-coordinate representation of color #A1915F: hue angle of 45.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A1915F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 145 | 95 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.37 |
| HSL | 45.45º | 0.26% | 0.5% | - |
| HSV(B) | 45.45º | 0.41% | 0.63% | - |
| XYZ | 26.89 | 28.65 | 14.94 | - |
| YUV | 144.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 95 | 0 | 0.10 | 0.41 | 0.37 | 45.45 | 0.26 | 0.5 |
| Hex | A1 | 91 | 5F | 0 | A | 29 | 25 | 2D | 1A | 32 |
| Octal | 241 | 221 | 137 | 0 | 12 | 51 | 45 | 55 | 32 | 62 |
| Binary | 10100001 | 10010001 | 1011111 | 0 | 1010 | 101001 | 100101 | 101101 | 11010 | 110010 |
Color Harmonies of #A1915F
Complementary color
Monochromatic Colors of #A1915F
Black with #A1915F
Text Example
Text Example
White with #A1915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1915F; }
p { color: rgb(161,145,95); }
H1.HeaderClassName
{
color: #A1915F;
}
.AnyTagClassName
{
color: #A1915F;
}
</style>
background-color css
<style>
a { background-color: #A1915F; }
a { background-color: rgb(161,145,95); }
div.DivClassName
{
background-color: #A1915F;
}
.BgClassName
{
background-color: #A1915F;
}
</style>
border-color css
<style>
span { border-color: #A1915F; }
span { border-color: rgb(161,145,95); }
td.TdClassName
{
border-color: #A1915F;
}
.TagClassName
{
border-color: #A1915F;
}
</style>