Shades of Gurkha #A0955A
Tints of Gurkha #A0955A
RGB
CMYK
RGB Variations
Color information
#A0955A (or 0xA0955A) is known color: Gurkha. HEX triplet: A0, 95 and 5A. RGB value is (160,149,90). Sum of RGB (Red+Green+Blue) = 160+149+90=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0955A is #5F6AA5. Grayscale: #919191. Windows color (decimal): -6253222 or 5936544. OLE color: 5936544.
HSL color Cylindrical-coordinate representation of color #A0955A: hue angle of 50.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0955A is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 149 | 90 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.37 |
| HSL | 50.57º | 0.28% | 0.49% | - |
| HSV(B) | 50.57º | 0.44% | 0.63% | - |
| XYZ | 27.09 | 29.71 | 13.98 | - |
| YUV | 145.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 149 | 90 | 0 | 0.07 | 0.44 | 0.37 | 50.57 | 0.28 | 0.49 |
| Hex | A0 | 95 | 5A | 0 | 7 | 2C | 25 | 33 | 1C | 31 |
| Octal | 240 | 225 | 132 | 0 | 7 | 54 | 45 | 63 | 34 | 61 |
| Binary | 10100000 | 10010101 | 1011010 | 0 | 111 | 101100 | 100101 | 110011 | 11100 | 110001 |
Color Harmonies of #A0955A
Complementary color
Monochromatic Colors of #A0955A
Black with #A0955A
Text Example
Text Example
White with #A0955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0955A; }
p { color: rgb(160,149,90); }
H1.HeaderClassName
{
color: #A0955A;
}
.AnyTagClassName
{
color: #A0955A;
}
</style>
background-color css
<style>
a { background-color: #A0955A; }
a { background-color: rgb(160,149,90); }
div.DivClassName
{
background-color: #A0955A;
}
.BgClassName
{
background-color: #A0955A;
}
</style>
border-color css
<style>
span { border-color: #A0955A; }
span { border-color: rgb(160,149,90); }
td.TdClassName
{
border-color: #A0955A;
}
.TagClassName
{
border-color: #A0955A;
}
</style>