Shades of Gurkha #A1945F
Tints of Gurkha #A1945F
RGB
CMYK
RGB Variations
Color information
#A1945F (or 0xA1945F) is known color: Gurkha. HEX triplet: A1, 94 and 5F. RGB value is (161,148,95). Sum of RGB (Red+Green+Blue) = 161+148+95=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 161 - color contains mainly: red. Hex color #A1945F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1945F is #5E6BA0. Grayscale: #929292. Windows color (decimal): -6187937 or 6263969. OLE color: 6263969.
HSL color Cylindrical-coordinate representation of color #A1945F: hue angle of 48.18º 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 #A1945F is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 95 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.37 |
| HSL | 48.18º | 0.26% | 0.5% | - |
| HSV(B) | 48.18º | 0.41% | 0.63% | - |
| XYZ | 27.35 | 29.58 | 15.09 | - |
| YUV | 145.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 95 | 0 | 0.08 | 0.41 | 0.37 | 48.18 | 0.26 | 0.5 |
| Hex | A1 | 94 | 5F | 0 | 8 | 29 | 25 | 30 | 1A | 32 |
| Octal | 241 | 224 | 137 | 0 | 10 | 51 | 45 | 60 | 32 | 62 |
| Binary | 10100001 | 10010100 | 1011111 | 0 | 1000 | 101001 | 100101 | 110000 | 11010 | 110010 |
Color Harmonies of #A1945F
Complementary color
Monochromatic Colors of #A1945F
Black with #A1945F
Text Example
Text Example
White with #A1945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1945F; }
p { color: rgb(161,148,95); }
H1.HeaderClassName
{
color: #A1945F;
}
.AnyTagClassName
{
color: #A1945F;
}
</style>
background-color css
<style>
a { background-color: #A1945F; }
a { background-color: rgb(161,148,95); }
div.DivClassName
{
background-color: #A1945F;
}
.BgClassName
{
background-color: #A1945F;
}
</style>
border-color css
<style>
span { border-color: #A1945F; }
span { border-color: rgb(161,148,95); }
td.TdClassName
{
border-color: #A1945F;
}
.TagClassName
{
border-color: #A1945F;
}
</style>