Shades of Gurkha #A0935B
Tints of Gurkha #A0935B
RGB
CMYK
RGB Variations
Color information
#A0935B (or 0xA0935B) is known color: Gurkha. HEX triplet: A0, 93 and 5B. RGB value is (160,147,91). Sum of RGB (Red+Green+Blue) = 160+147+91=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0935B is #5F6CA4. Grayscale: #909090. Windows color (decimal): -6253733 or 6001568. OLE color: 6001568.
HSL color Cylindrical-coordinate representation of color #A0935B: hue angle of 48.7º 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 #A0935B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 91 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.37 |
| HSL | 48.7º | 0.27% | 0.49% | - |
| HSV(B) | 48.7º | 0.43% | 0.63% | - |
| XYZ | 26.82 | 29.1 | 14.1 | - |
| YUV | 144.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 91 | 0 | 0.08 | 0.43 | 0.37 | 48.7 | 0.27 | 0.49 |
| Hex | A0 | 93 | 5B | 0 | 8 | 2B | 25 | 31 | 1B | 31 |
| Octal | 240 | 223 | 133 | 0 | 10 | 53 | 45 | 61 | 33 | 61 |
| Binary | 10100000 | 10010011 | 1011011 | 0 | 1000 | 101011 | 100101 | 110001 | 11011 | 110001 |
Color Harmonies of #A0935B
Complementary color
Monochromatic Colors of #A0935B
Black with #A0935B
Text Example
Text Example
White with #A0935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0935B; }
p { color: rgb(160,147,91); }
H1.HeaderClassName
{
color: #A0935B;
}
.AnyTagClassName
{
color: #A0935B;
}
</style>
background-color css
<style>
a { background-color: #A0935B; }
a { background-color: rgb(160,147,91); }
div.DivClassName
{
background-color: #A0935B;
}
.BgClassName
{
background-color: #A0935B;
}
</style>
border-color css
<style>
span { border-color: #A0935B; }
span { border-color: rgb(160,147,91); }
td.TdClassName
{
border-color: #A0935B;
}
.TagClassName
{
border-color: #A0935B;
}
</style>