Shades of Gurkha #A19966
Tints of Gurkha #A19966
RGB
CMYK
RGB Variations
Color information
#A19966 (or 0xA19966) is known color: Gurkha. HEX triplet: A1, 99 and 66. RGB value is (161,153,102). Sum of RGB (Red+Green+Blue) = 161+153+102=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A19966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19966 is #5E6699. Grayscale: #959595. Windows color (decimal): -6186650 or 6724001. OLE color: 6724001.
HSL color Cylindrical-coordinate representation of color #A19966: hue angle of 51.86º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19966 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 102 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.37 |
| HSL | 51.86º | 0.24% | 0.52% | - |
| HSV(B) | 51.86º | 0.37% | 0.63% | - |
| XYZ | 28.49 | 31.32 | 17.11 | - |
| YUV | 149.58 | 101.15 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 102 | 0 | 0.05 | 0.37 | 0.37 | 51.86 | 0.24 | 0.52 |
| Hex | A1 | 99 | 66 | 0 | 5 | 25 | 25 | 34 | 18 | 34 |
| Octal | 241 | 231 | 146 | 0 | 5 | 45 | 45 | 64 | 30 | 64 |
| Binary | 10100001 | 10011001 | 1100110 | 0 | 101 | 100101 | 100101 | 110100 | 11000 | 110100 |
Color Harmonies of #A19966
Complementary color
Monochromatic Colors of #A19966
Black with #A19966
Text Example
Text Example
White with #A19966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19966; }
p { color: rgb(161,153,102); }
H1.HeaderClassName
{
color: #A19966;
}
.AnyTagClassName
{
color: #A19966;
}
</style>
background-color css
<style>
a { background-color: #A19966; }
a { background-color: rgb(161,153,102); }
div.DivClassName
{
background-color: #A19966;
}
.BgClassName
{
background-color: #A19966;
}
</style>
border-color css
<style>
span { border-color: #A19966; }
span { border-color: rgb(161,153,102); }
td.TdClassName
{
border-color: #A19966;
}
.TagClassName
{
border-color: #A19966;
}
</style>