Shades of Gurkha #A0935C
Tints of Gurkha #A0935C
RGB
CMYK
RGB Variations
Color information
#A0935C (or 0xA0935C) is known color: Gurkha. HEX triplet: A0, 93 and 5C. RGB value is (160,147,92). Sum of RGB (Red+Green+Blue) = 160+147+92=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A0935C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0935C is #5F6CA3. Grayscale: #909090. Windows color (decimal): -6253732 or 6067104. OLE color: 6067104.
HSL color Cylindrical-coordinate representation of color #A0935C: hue angle of 48.53º degrees, saturation: 0.27, 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 #A0935C is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 92 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.37 |
| HSL | 48.53º | 0.27% | 0.49% | - |
| HSV(B) | 48.53º | 0.43% | 0.63% | - |
| XYZ | 26.86 | 29.11 | 14.33 | - |
| YUV | 144.62 | 98.31 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 92 | 0 | 0.08 | 0.43 | 0.37 | 48.53 | 0.27 | 0.49 |
| Hex | A0 | 93 | 5C | 0 | 8 | 2B | 25 | 31 | 1B | 31 |
| Octal | 240 | 223 | 134 | 0 | 10 | 53 | 45 | 61 | 33 | 61 |
| Binary | 10100000 | 10010011 | 1011100 | 0 | 1000 | 101011 | 100101 | 110001 | 11011 | 110001 |
Color Harmonies of #A0935C
Complementary color
Monochromatic Colors of #A0935C
Black with #A0935C
Text Example
Text Example
White with #A0935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0935C; }
p { color: rgb(160,147,92); }
H1.HeaderClassName
{
color: #A0935C;
}
.AnyTagClassName
{
color: #A0935C;
}
</style>
background-color css
<style>
a { background-color: #A0935C; }
a { background-color: rgb(160,147,92); }
div.DivClassName
{
background-color: #A0935C;
}
.BgClassName
{
background-color: #A0935C;
}
</style>
border-color css
<style>
span { border-color: #A0935C; }
span { border-color: rgb(160,147,92); }
td.TdClassName
{
border-color: #A0935C;
}
.TagClassName
{
border-color: #A0935C;
}
</style>