Shades of Gurkha #A49962
Tints of Gurkha #A49962
RGB
CMYK
RGB Variations
Color information
#A49962 (or 0xA49962) is known color: Gurkha. HEX triplet: A4, 99 and 62. RGB value is (164,153,98). Sum of RGB (Red+Green+Blue) = 164+153+98=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 98 (38.67% from 255 or 23.61% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A49962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49962 is #5B669D. Grayscale: #969696. Windows color (decimal): -5990046 or 6461860. OLE color: 6461860.
HSL color Cylindrical-coordinate representation of color #A49962: hue angle of 50º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A49962 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 153 | 98 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.36 |
| HSL | 50º | 0.27% | 0.51% | - |
| HSV(B) | 50º | 0.4% | 0.64% | - |
| XYZ | 28.91 | 31.56 | 16.12 | - |
| YUV | 150.02 | 98.64 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 153 | 98 | 0 | 0.07 | 0.40 | 0.36 | 50 | 0.27 | 0.51 |
| Hex | A4 | 99 | 62 | 0 | 7 | 28 | 24 | 32 | 1B | 33 |
| Octal | 244 | 231 | 142 | 0 | 7 | 50 | 44 | 62 | 33 | 63 |
| Binary | 10100100 | 10011001 | 1100010 | 0 | 111 | 101000 | 100100 | 110010 | 11011 | 110011 |
Color Harmonies of #A49962
Complementary color
Monochromatic Colors of #A49962
Black with #A49962
Text Example
Text Example
White with #A49962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49962; }
p { color: rgb(164,153,98); }
H1.HeaderClassName
{
color: #A49962;
}
.AnyTagClassName
{
color: #A49962;
}
</style>
background-color css
<style>
a { background-color: #A49962; }
a { background-color: rgb(164,153,98); }
div.DivClassName
{
background-color: #A49962;
}
.BgClassName
{
background-color: #A49962;
}
</style>
border-color css
<style>
span { border-color: #A49962; }
span { border-color: rgb(164,153,98); }
td.TdClassName
{
border-color: #A49962;
}
.TagClassName
{
border-color: #A49962;
}
</style>