Shades of Gurkha #A1955D
Tints of Gurkha #A1955D
RGB
CMYK
RGB Variations
Color information
#A1955D (or 0xA1955D) is known color: Gurkha. HEX triplet: A1, 95 and 5D. RGB value is (161,149,93). Sum of RGB (Red+Green+Blue) = 161+149+93=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A1955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1955D is #5E6AA2. Grayscale: #929292. Windows color (decimal): -6187683 or 6133153. OLE color: 6133153.
HSL color Cylindrical-coordinate representation of color #A1955D: hue angle of 49.41º degrees, saturation: 0.27, 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 #A1955D is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 149 | 93 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.37 |
| HSL | 49.41º | 0.27% | 0.5% | - |
| HSV(B) | 49.41º | 0.42% | 0.63% | - |
| XYZ | 27.42 | 29.86 | 14.67 | - |
| YUV | 146.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 93 | 0 | 0.07 | 0.42 | 0.37 | 49.41 | 0.27 | 0.5 |
| Hex | A1 | 95 | 5D | 0 | 7 | 2A | 25 | 31 | 1B | 32 |
| Octal | 241 | 225 | 135 | 0 | 7 | 52 | 45 | 61 | 33 | 62 |
| Binary | 10100001 | 10010101 | 1011101 | 0 | 111 | 101010 | 100101 | 110001 | 11011 | 110010 |
Color Harmonies of #A1955D
Complementary color
Monochromatic Colors of #A1955D
Black with #A1955D
Text Example
Text Example
White with #A1955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1955D; }
p { color: rgb(161,149,93); }
H1.HeaderClassName
{
color: #A1955D;
}
.AnyTagClassName
{
color: #A1955D;
}
</style>
background-color css
<style>
a { background-color: #A1955D; }
a { background-color: rgb(161,149,93); }
div.DivClassName
{
background-color: #A1955D;
}
.BgClassName
{
background-color: #A1955D;
}
</style>
border-color css
<style>
span { border-color: #A1955D; }
span { border-color: rgb(161,149,93); }
td.TdClassName
{
border-color: #A1955D;
}
.TagClassName
{
border-color: #A1955D;
}
</style>