Shades of Gurkha #A0996A
Tints of Gurkha #A0996A
RGB
CMYK
RGB Variations
Color information
#A0996A (or 0xA0996A) is known color: Gurkha. HEX triplet: A0, 99 and 6A. RGB value is (160,153,106). Sum of RGB (Red+Green+Blue) = 160+153+106=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A0996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0996A is #5F6695. Grayscale: #959595. Windows color (decimal): -6252182 or 6986144. OLE color: 6986144.
HSL color Cylindrical-coordinate representation of color #A0996A: hue angle of 52.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0996A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 106 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.37 |
| HSL | 52.22º | 0.22% | 0.52% | - |
| HSV(B) | 52.22º | 0.34% | 0.63% | - |
| XYZ | 28.49 | 31.3 | 18.17 | - |
| YUV | 149.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 106 | 0 | 0.04 | 0.34 | 0.37 | 52.22 | 0.22 | 0.52 |
| Hex | A0 | 99 | 6A | 0 | 4 | 22 | 25 | 34 | 16 | 34 |
| Octal | 240 | 231 | 152 | 0 | 4 | 42 | 45 | 64 | 26 | 64 |
| Binary | 10100000 | 10011001 | 1101010 | 0 | 100 | 100010 | 100101 | 110100 | 10110 | 110100 |
Color Harmonies of #A0996A
Complementary color
Monochromatic Colors of #A0996A
Black with #A0996A
Text Example
Text Example
White with #A0996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0996A; }
p { color: rgb(160,153,106); }
H1.HeaderClassName
{
color: #A0996A;
}
.AnyTagClassName
{
color: #A0996A;
}
</style>
background-color css
<style>
a { background-color: #A0996A; }
a { background-color: rgb(160,153,106); }
div.DivClassName
{
background-color: #A0996A;
}
.BgClassName
{
background-color: #A0996A;
}
</style>
border-color css
<style>
span { border-color: #A0996A; }
span { border-color: rgb(160,153,106); }
td.TdClassName
{
border-color: #A0996A;
}
.TagClassName
{
border-color: #A0996A;
}
</style>