Shades of Gurkha #A19266
Tints of Gurkha #A19266
RGB
CMYK
RGB Variations
Color information
#A19266 (or 0xA19266) is known color: Gurkha. HEX triplet: A1, 92 and 66. RGB value is (161,146,102). Sum of RGB (Red+Green+Blue) = 161+146+102=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 161 - color contains mainly: red. Hex color #A19266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19266 is #5E6D99. Grayscale: #919191. Windows color (decimal): -6188442 or 6722209. OLE color: 6722209.
HSL color Cylindrical-coordinate representation of color #A19266: hue angle of 44.75º 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 #A19266 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 146 | 102 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.37 |
| HSL | 44.75º | 0.24% | 0.52% | - |
| HSV(B) | 44.75º | 0.37% | 0.63% | - |
| XYZ | 27.38 | 29.09 | 16.74 | - |
| YUV | 145.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 146 | 102 | 0 | 0.09 | 0.37 | 0.37 | 44.75 | 0.24 | 0.52 |
| Hex | A1 | 92 | 66 | 0 | 9 | 25 | 25 | 2D | 18 | 34 |
| Octal | 241 | 222 | 146 | 0 | 11 | 45 | 45 | 55 | 30 | 64 |
| Binary | 10100001 | 10010010 | 1100110 | 0 | 1001 | 100101 | 100101 | 101101 | 11000 | 110100 |
Color Harmonies of #A19266
Complementary color
Monochromatic Colors of #A19266
Black with #A19266
Text Example
Text Example
White with #A19266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19266; }
p { color: rgb(161,146,102); }
H1.HeaderClassName
{
color: #A19266;
}
.AnyTagClassName
{
color: #A19266;
}
</style>
background-color css
<style>
a { background-color: #A19266; }
a { background-color: rgb(161,146,102); }
div.DivClassName
{
background-color: #A19266;
}
.BgClassName
{
background-color: #A19266;
}
</style>
border-color css
<style>
span { border-color: #A19266; }
span { border-color: rgb(161,146,102); }
td.TdClassName
{
border-color: #A19266;
}
.TagClassName
{
border-color: #A19266;
}
</style>