Shades of Gurkha #A1945E
Tints of Gurkha #A1945E
RGB
CMYK
RGB Variations
Color information
#A1945E (or 0xA1945E) is known color: Gurkha. HEX triplet: A1, 94 and 5E. RGB value is (161,148,94). Sum of RGB (Red+Green+Blue) = 161+148+94=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1945E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1945E is #5E6BA1. Grayscale: #919191. Windows color (decimal): -6187938 or 6198433. OLE color: 6198433.
HSL color Cylindrical-coordinate representation of color #A1945E: hue angle of 48.36º 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 #A1945E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 148 | 94 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.37 |
| HSL | 48.36º | 0.26% | 0.5% | - |
| HSV(B) | 48.36º | 0.42% | 0.63% | - |
| XYZ | 27.31 | 29.57 | 14.86 | - |
| YUV | 145.73 | 98.81 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 94 | 0 | 0.08 | 0.42 | 0.37 | 48.36 | 0.26 | 0.5 |
| Hex | A1 | 94 | 5E | 0 | 8 | 2A | 25 | 30 | 1A | 32 |
| Octal | 241 | 224 | 136 | 0 | 10 | 52 | 45 | 60 | 32 | 62 |
| Binary | 10100001 | 10010100 | 1011110 | 0 | 1000 | 101010 | 100101 | 110000 | 11010 | 110010 |
Color Harmonies of #A1945E
Complementary color
Monochromatic Colors of #A1945E
Black with #A1945E
Text Example
Text Example
White with #A1945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1945E; }
p { color: rgb(161,148,94); }
H1.HeaderClassName
{
color: #A1945E;
}
.AnyTagClassName
{
color: #A1945E;
}
</style>
background-color css
<style>
a { background-color: #A1945E; }
a { background-color: rgb(161,148,94); }
div.DivClassName
{
background-color: #A1945E;
}
.BgClassName
{
background-color: #A1945E;
}
</style>
border-color css
<style>
span { border-color: #A1945E; }
span { border-color: rgb(161,148,94); }
td.TdClassName
{
border-color: #A1945E;
}
.TagClassName
{
border-color: #A1945E;
}
</style>