Shades of Gurkha #A19663
Tints of Gurkha #A19663
RGB
CMYK
RGB Variations
Color information
#A19663 (or 0xA19663) is known color: Gurkha. HEX triplet: A1, 96 and 63. RGB value is (161,150,99). Sum of RGB (Red+Green+Blue) = 161+150+99=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 99 (39.06% from 255 or 24.15% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A19663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19663 is #5E699C. Grayscale: #939393. Windows color (decimal): -6187421 or 6526625. OLE color: 6526625.
HSL color Cylindrical-coordinate representation of color #A19663: hue angle of 49.35º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19663 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 99 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.37 |
| HSL | 49.35º | 0.25% | 0.51% | - |
| HSV(B) | 49.35º | 0.39% | 0.63% | - |
| XYZ | 27.86 | 30.29 | 16.18 | - |
| YUV | 147.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 99 | 0 | 0.07 | 0.39 | 0.37 | 49.35 | 0.25 | 0.51 |
| Hex | A1 | 96 | 63 | 0 | 7 | 27 | 25 | 31 | 19 | 33 |
| Octal | 241 | 226 | 143 | 0 | 7 | 47 | 45 | 61 | 31 | 63 |
| Binary | 10100001 | 10010110 | 1100011 | 0 | 111 | 100111 | 100101 | 110001 | 11001 | 110011 |
Color Harmonies of #A19663
Complementary color
Monochromatic Colors of #A19663
Black with #A19663
Text Example
Text Example
White with #A19663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19663; }
p { color: rgb(161,150,99); }
H1.HeaderClassName
{
color: #A19663;
}
.AnyTagClassName
{
color: #A19663;
}
</style>
background-color css
<style>
a { background-color: #A19663; }
a { background-color: rgb(161,150,99); }
div.DivClassName
{
background-color: #A19663;
}
.BgClassName
{
background-color: #A19663;
}
</style>
border-color css
<style>
span { border-color: #A19663; }
span { border-color: rgb(161,150,99); }
td.TdClassName
{
border-color: #A19663;
}
.TagClassName
{
border-color: #A19663;
}
</style>