Shades of Gurkha #A19969
Tints of Gurkha #A19969
RGB
CMYK
RGB Variations
Color information
#A19969 (or 0xA19969) is known color: Gurkha. HEX triplet: A1, 99 and 69. RGB value is (161,153,105). Sum of RGB (Red+Green+Blue) = 161+153+105=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 161 - color contains mainly: red. Hex color #A19969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19969 is #5E6696. Grayscale: #969696. Windows color (decimal): -6186647 or 6920609. OLE color: 6920609.
HSL color Cylindrical-coordinate representation of color #A19969: hue angle of 51.43º 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 #A19969 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 105 | - |
| CMYK | 0 | 0.05 | 0.35 | 0.37 |
| HSL | 51.43º | 0.23% | 0.52% | - |
| HSV(B) | 51.43º | 0.35% | 0.63% | - |
| XYZ | 28.64 | 31.38 | 17.91 | - |
| YUV | 149.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 105 | 0 | 0.05 | 0.35 | 0.37 | 51.43 | 0.23 | 0.52 |
| Hex | A1 | 99 | 69 | 0 | 5 | 23 | 25 | 33 | 17 | 34 |
| Octal | 241 | 231 | 151 | 0 | 5 | 43 | 45 | 63 | 27 | 64 |
| Binary | 10100001 | 10011001 | 1101001 | 0 | 101 | 100011 | 100101 | 110011 | 10111 | 110100 |
Color Harmonies of #A19969
Complementary color
Monochromatic Colors of #A19969
Black with #A19969
Text Example
Text Example
White with #A19969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19969; }
p { color: rgb(161,153,105); }
H1.HeaderClassName
{
color: #A19969;
}
.AnyTagClassName
{
color: #A19969;
}
</style>
background-color css
<style>
a { background-color: #A19969; }
a { background-color: rgb(161,153,105); }
div.DivClassName
{
background-color: #A19969;
}
.BgClassName
{
background-color: #A19969;
}
</style>
border-color css
<style>
span { border-color: #A19969; }
span { border-color: rgb(161,153,105); }
td.TdClassName
{
border-color: #A19969;
}
.TagClassName
{
border-color: #A19969;
}
</style>