Shades of Gurkha #A19665
Tints of Gurkha #A19665
RGB
CMYK
RGB Variations
Color information
#A19665 (or 0xA19665) is known color: Gurkha. HEX triplet: A1, 96 and 65. RGB value is (161,150,101). Sum of RGB (Red+Green+Blue) = 161+150+101=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 161 - color contains mainly: red. Hex color #A19665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19665 is #5E699A. Grayscale: #939393. Windows color (decimal): -6187419 or 6657697. OLE color: 6657697.
HSL color Cylindrical-coordinate representation of color #A19665: hue angle of 49º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19665 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 101 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.37 |
| HSL | 49º | 0.24% | 0.51% | - |
| HSV(B) | 49º | 0.37% | 0.63% | - |
| XYZ | 27.95 | 30.33 | 16.69 | - |
| YUV | 147.7 | 101.64 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 101 | 0 | 0.07 | 0.37 | 0.37 | 49 | 0.24 | 0.51 |
| Hex | A1 | 96 | 65 | 0 | 7 | 25 | 25 | 31 | 18 | 33 |
| Octal | 241 | 226 | 145 | 0 | 7 | 45 | 45 | 61 | 30 | 63 |
| Binary | 10100001 | 10010110 | 1100101 | 0 | 111 | 100101 | 100101 | 110001 | 11000 | 110011 |
Color Harmonies of #A19665
Complementary color
Monochromatic Colors of #A19665
Black with #A19665
Text Example
Text Example
White with #A19665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19665; }
p { color: rgb(161,150,101); }
H1.HeaderClassName
{
color: #A19665;
}
.AnyTagClassName
{
color: #A19665;
}
</style>
background-color css
<style>
a { background-color: #A19665; }
a { background-color: rgb(161,150,101); }
div.DivClassName
{
background-color: #A19665;
}
.BgClassName
{
background-color: #A19665;
}
</style>
border-color css
<style>
span { border-color: #A19665; }
span { border-color: rgb(161,150,101); }
td.TdClassName
{
border-color: #A19665;
}
.TagClassName
{
border-color: #A19665;
}
</style>