Shades of Gurkha #A0945C
Tints of Gurkha #A0945C
RGB
CMYK
RGB Variations
Color information
#A0945C (or 0xA0945C) is known color: Gurkha. HEX triplet: A0, 94 and 5C. RGB value is (160,148,92). Sum of RGB (Red+Green+Blue) = 160+148+92=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0945C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0945C is #5F6BA3. Grayscale: #919191. Windows color (decimal): -6253476 or 6067360. OLE color: 6067360.
HSL color Cylindrical-coordinate representation of color #A0945C: hue angle of 49.41º 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 #A0945C is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 148 | 92 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.37 |
| HSL | 49.41º | 0.27% | 0.49% | - |
| HSV(B) | 49.41º | 0.43% | 0.63% | - |
| XYZ | 27.02 | 29.43 | 14.38 | - |
| YUV | 145.2 | 97.98 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 148 | 92 | 0 | 0.07 | 0.43 | 0.37 | 49.41 | 0.27 | 0.49 |
| Hex | A0 | 94 | 5C | 0 | 7 | 2B | 25 | 31 | 1B | 31 |
| Octal | 240 | 224 | 134 | 0 | 7 | 53 | 45 | 61 | 33 | 61 |
| Binary | 10100000 | 10010100 | 1011100 | 0 | 111 | 101011 | 100101 | 110001 | 11011 | 110001 |
Color Harmonies of #A0945C
Complementary color
Monochromatic Colors of #A0945C
Black with #A0945C
Text Example
Text Example
White with #A0945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0945C; }
p { color: rgb(160,148,92); }
H1.HeaderClassName
{
color: #A0945C;
}
.AnyTagClassName
{
color: #A0945C;
}
</style>
background-color css
<style>
a { background-color: #A0945C; }
a { background-color: rgb(160,148,92); }
div.DivClassName
{
background-color: #A0945C;
}
.BgClassName
{
background-color: #A0945C;
}
</style>
border-color css
<style>
span { border-color: #A0945C; }
span { border-color: rgb(160,148,92); }
td.TdClassName
{
border-color: #A0945C;
}
.TagClassName
{
border-color: #A0945C;
}
</style>