Shades of Gurkha #A19968
Tints of Gurkha #A19968
RGB
CMYK
RGB Variations
Color information
#A19968 (or 0xA19968) is known color: Gurkha. HEX triplet: A1, 99 and 68. RGB value is (161,153,104). Sum of RGB (Red+Green+Blue) = 161+153+104=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 161 - color contains mainly: red. Hex color #A19968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19968 is #5E6697. Grayscale: #969696. Windows color (decimal): -6186648 or 6855073. OLE color: 6855073.
HSL color Cylindrical-coordinate representation of color #A19968: hue angle of 51.58º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A19968 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 104 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.37 |
| HSL | 51.58º | 0.23% | 0.52% | - |
| HSV(B) | 51.58º | 0.35% | 0.63% | - |
| XYZ | 28.59 | 31.36 | 17.64 | - |
| YUV | 149.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 104 | 0 | 0.05 | 0.35 | 0.37 | 51.58 | 0.23 | 0.52 |
| Hex | A1 | 99 | 68 | 0 | 5 | 23 | 25 | 34 | 17 | 34 |
| Octal | 241 | 231 | 150 | 0 | 5 | 43 | 45 | 64 | 27 | 64 |
| Binary | 10100001 | 10011001 | 1101000 | 0 | 101 | 100011 | 100101 | 110100 | 10111 | 110100 |
Color Harmonies of #A19968
Complementary color
Monochromatic Colors of #A19968
Black with #A19968
Text Example
Text Example
White with #A19968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19968; }
p { color: rgb(161,153,104); }
H1.HeaderClassName
{
color: #A19968;
}
.AnyTagClassName
{
color: #A19968;
}
</style>
background-color css
<style>
a { background-color: #A19968; }
a { background-color: rgb(161,153,104); }
div.DivClassName
{
background-color: #A19968;
}
.BgClassName
{
background-color: #A19968;
}
</style>
border-color css
<style>
span { border-color: #A19968; }
span { border-color: rgb(161,153,104); }
td.TdClassName
{
border-color: #A19968;
}
.TagClassName
{
border-color: #A19968;
}
</style>