Shades of Gurkha #A19A68
Tints of Gurkha #A19A68
RGB
CMYK
RGB Variations
Color information
#A19A68 (or 0xA19A68) is known color: Gurkha. HEX triplet: A1, 9A and 68. RGB value is (161,154,104). Sum of RGB (Red+Green+Blue) = 161+154+104=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19A68 is #5E6597. Grayscale: #969696. Windows color (decimal): -6186392 or 6855329. OLE color: 6855329.
HSL color Cylindrical-coordinate representation of color #A19A68: hue angle of 52.63º 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 #A19A68 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 104 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.37 |
| HSL | 52.63º | 0.23% | 0.52% | - |
| HSV(B) | 52.63º | 0.35% | 0.63% | - |
| XYZ | 28.75 | 31.69 | 17.7 | - |
| YUV | 150.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 104 | 0 | 0.04 | 0.35 | 0.37 | 52.63 | 0.23 | 0.52 |
| Hex | A1 | 9A | 68 | 0 | 4 | 23 | 25 | 35 | 17 | 34 |
| Octal | 241 | 232 | 150 | 0 | 4 | 43 | 45 | 65 | 27 | 64 |
| Binary | 10100001 | 10011010 | 1101000 | 0 | 100 | 100011 | 100101 | 110101 | 10111 | 110100 |
Color Harmonies of #A19A68
Complementary color
Monochromatic Colors of #A19A68
Black with #A19A68
Text Example
Text Example
White with #A19A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A68; }
p { color: rgb(161,154,104); }
H1.HeaderClassName
{
color: #A19A68;
}
.AnyTagClassName
{
color: #A19A68;
}
</style>
background-color css
<style>
a { background-color: #A19A68; }
a { background-color: rgb(161,154,104); }
div.DivClassName
{
background-color: #A19A68;
}
.BgClassName
{
background-color: #A19A68;
}
</style>
border-color css
<style>
span { border-color: #A19A68; }
span { border-color: rgb(161,154,104); }
td.TdClassName
{
border-color: #A19A68;
}
.TagClassName
{
border-color: #A19A68;
}
</style>