Shades of Gurkha #A19967
Tints of Gurkha #A19967
RGB
CMYK
RGB Variations
Color information
#A19967 (or 0xA19967) is known color: Gurkha. HEX triplet: A1, 99 and 67. RGB value is (161,153,103). Sum of RGB (Red+Green+Blue) = 161+153+103=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 103 (40.62% from 255 or 24.70% from 417); Max value from RGB is 161 - color contains mainly: red. Hex color #A19967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19967 is #5E6698. Grayscale: #959595. Windows color (decimal): -6186649 or 6789537. OLE color: 6789537.
HSL color Cylindrical-coordinate representation of color #A19967: hue angle of 51.72º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A19967 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 153 | 103 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.37 |
| HSL | 51.72º | 0.24% | 0.52% | - |
| HSV(B) | 51.72º | 0.36% | 0.63% | - |
| XYZ | 28.54 | 31.34 | 17.38 | - |
| YUV | 149.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 153 | 103 | 0 | 0.05 | 0.36 | 0.37 | 51.72 | 0.24 | 0.52 |
| Hex | A1 | 99 | 67 | 0 | 5 | 24 | 25 | 34 | 18 | 34 |
| Octal | 241 | 231 | 147 | 0 | 5 | 44 | 45 | 64 | 30 | 64 |
| Binary | 10100001 | 10011001 | 1100111 | 0 | 101 | 100100 | 100101 | 110100 | 11000 | 110100 |
Color Harmonies of #A19967
Complementary color
Monochromatic Colors of #A19967
Black with #A19967
Text Example
Text Example
White with #A19967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19967; }
p { color: rgb(161,153,103); }
H1.HeaderClassName
{
color: #A19967;
}
.AnyTagClassName
{
color: #A19967;
}
</style>
background-color css
<style>
a { background-color: #A19967; }
a { background-color: rgb(161,153,103); }
div.DivClassName
{
background-color: #A19967;
}
.BgClassName
{
background-color: #A19967;
}
</style>
border-color css
<style>
span { border-color: #A19967; }
span { border-color: rgb(161,153,103); }
td.TdClassName
{
border-color: #A19967;
}
.TagClassName
{
border-color: #A19967;
}
</style>