Shades of Gurkha #A1956A
Tints of Gurkha #A1956A
RGB
CMYK
RGB Variations
Color information
#A1956A (or 0xA1956A) is known color: Gurkha. HEX triplet: A1, 95 and 6A. RGB value is (161,149,106). Sum of RGB (Red+Green+Blue) = 161+149+106=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A1956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1956A is #5E6A95. Grayscale: #939393. Windows color (decimal): -6187670 or 6985121. OLE color: 6985121.
HSL color Cylindrical-coordinate representation of color #A1956A: hue angle of 46.91º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1956A is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 106 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.37 |
| HSL | 46.91º | 0.23% | 0.52% | - |
| HSV(B) | 46.91º | 0.34% | 0.63% | - |
| XYZ | 28.05 | 30.11 | 17.97 | - |
| YUV | 147.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 106 | 0 | 0.07 | 0.34 | 0.37 | 46.91 | 0.23 | 0.52 |
| Hex | A1 | 95 | 6A | 0 | 7 | 22 | 25 | 2F | 17 | 34 |
| Octal | 241 | 225 | 152 | 0 | 7 | 42 | 45 | 57 | 27 | 64 |
| Binary | 10100001 | 10010101 | 1101010 | 0 | 111 | 100010 | 100101 | 101111 | 10111 | 110100 |
Color Harmonies of #A1956A
Complementary color
Monochromatic Colors of #A1956A
Black with #A1956A
Text Example
Text Example
White with #A1956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1956A; }
p { color: rgb(161,149,106); }
H1.HeaderClassName
{
color: #A1956A;
}
.AnyTagClassName
{
color: #A1956A;
}
</style>
background-color css
<style>
a { background-color: #A1956A; }
a { background-color: rgb(161,149,106); }
div.DivClassName
{
background-color: #A1956A;
}
.BgClassName
{
background-color: #A1956A;
}
</style>
border-color css
<style>
span { border-color: #A1956A; }
span { border-color: rgb(161,149,106); }
td.TdClassName
{
border-color: #A1956A;
}
.TagClassName
{
border-color: #A1956A;
}
</style>