Shades of Gurkha #A1955B
Tints of Gurkha #A1955B
RGB
CMYK
RGB Variations
Color information
#A1955B (or 0xA1955B) is known color: Gurkha. HEX triplet: A1, 95 and 5B. RGB value is (161,149,91). Sum of RGB (Red+Green+Blue) = 161+149+91=401 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.15% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 161 - color contains mainly: red. Hex color #A1955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1955B is #5E6AA4. Grayscale: #929292. Windows color (decimal): -6187685 or 6002081. OLE color: 6002081.
HSL color Cylindrical-coordinate representation of color #A1955B: hue angle of 49.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1955B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 91 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.37 |
| HSL | 49.71º | 0.28% | 0.49% | - |
| HSV(B) | 49.71º | 0.43% | 0.63% | - |
| XYZ | 27.33 | 29.83 | 14.21 | - |
| YUV | 145.98 | 96.98 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 91 | 0 | 0.07 | 0.43 | 0.37 | 49.71 | 0.28 | 0.49 |
| Hex | A1 | 95 | 5B | 0 | 7 | 2B | 25 | 32 | 1C | 31 |
| Octal | 241 | 225 | 133 | 0 | 7 | 53 | 45 | 62 | 34 | 61 |
| Binary | 10100001 | 10010101 | 1011011 | 0 | 111 | 101011 | 100101 | 110010 | 11100 | 110001 |
Color Harmonies of #A1955B
Complementary color
Monochromatic Colors of #A1955B
Black with #A1955B
Text Example
Text Example
White with #A1955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1955B; }
p { color: rgb(161,149,91); }
H1.HeaderClassName
{
color: #A1955B;
}
.AnyTagClassName
{
color: #A1955B;
}
</style>
background-color css
<style>
a { background-color: #A1955B; }
a { background-color: rgb(161,149,91); }
div.DivClassName
{
background-color: #A1955B;
}
.BgClassName
{
background-color: #A1955B;
}
</style>
border-color css
<style>
span { border-color: #A1955B; }
span { border-color: rgb(161,149,91); }
td.TdClassName
{
border-color: #A1955B;
}
.TagClassName
{
border-color: #A1955B;
}
</style>