Shades of Gurkha #A19866
Tints of Gurkha #A19866
RGB
CMYK
RGB Variations
Color information
#A19866 (or 0xA19866) is known color: Gurkha. HEX triplet: A1, 98 and 66. RGB value is (161,152,102). Sum of RGB (Red+Green+Blue) = 161+152+102=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 161 - color contains mainly: red. Hex color #A19866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19866 is #5E6799. Grayscale: #959595. Windows color (decimal): -6186906 or 6723745. OLE color: 6723745.
HSL color Cylindrical-coordinate representation of color #A19866: hue angle of 50.85º 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 #A19866 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 102 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.37 |
| HSL | 50.85º | 0.24% | 0.52% | - |
| HSV(B) | 50.85º | 0.37% | 0.63% | - |
| XYZ | 28.32 | 30.99 | 17.06 | - |
| YUV | 148.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 102 | 0 | 0.06 | 0.37 | 0.37 | 50.85 | 0.24 | 0.52 |
| Hex | A1 | 98 | 66 | 0 | 6 | 25 | 25 | 33 | 18 | 34 |
| Octal | 241 | 230 | 146 | 0 | 6 | 45 | 45 | 63 | 30 | 64 |
| Binary | 10100001 | 10011000 | 1100110 | 0 | 110 | 100101 | 100101 | 110011 | 11000 | 110100 |
Color Harmonies of #A19866
Complementary color
Monochromatic Colors of #A19866
Black with #A19866
Text Example
Text Example
White with #A19866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19866; }
p { color: rgb(161,152,102); }
H1.HeaderClassName
{
color: #A19866;
}
.AnyTagClassName
{
color: #A19866;
}
</style>
background-color css
<style>
a { background-color: #A19866; }
a { background-color: rgb(161,152,102); }
div.DivClassName
{
background-color: #A19866;
}
.BgClassName
{
background-color: #A19866;
}
</style>
border-color css
<style>
span { border-color: #A19866; }
span { border-color: rgb(161,152,102); }
td.TdClassName
{
border-color: #A19866;
}
.TagClassName
{
border-color: #A19866;
}
</style>