Shades of Gurkha #A49462
Tints of Gurkha #A49462
RGB
CMYK
RGB Variations
Color information
#A49462 (or 0xA49462) is known color: Gurkha. HEX triplet: A4, 94 and 62. RGB value is (164,148,98). Sum of RGB (Red+Green+Blue) = 164+148+98=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A49462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49462 is #5B6B9D. Grayscale: #939393. Windows color (decimal): -5991326 or 6460580. OLE color: 6460580.
HSL color Cylindrical-coordinate representation of color #A49462: hue angle of 45.45º 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 #A49462 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 148 | 98 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.36 |
| HSL | 45.45º | 0.27% | 0.51% | - |
| HSV(B) | 45.45º | 0.4% | 0.64% | - |
| XYZ | 28.1 | 29.95 | 15.86 | - |
| YUV | 147.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 98 | 0 | 0.10 | 0.40 | 0.36 | 45.45 | 0.27 | 0.51 |
| Hex | A4 | 94 | 62 | 0 | A | 28 | 24 | 2D | 1B | 33 |
| Octal | 244 | 224 | 142 | 0 | 12 | 50 | 44 | 55 | 33 | 63 |
| Binary | 10100100 | 10010100 | 1100010 | 0 | 1010 | 101000 | 100100 | 101101 | 11011 | 110011 |
Color Harmonies of #A49462
Complementary color
Monochromatic Colors of #A49462
Black with #A49462
Text Example
Text Example
White with #A49462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49462; }
p { color: rgb(164,148,98); }
H1.HeaderClassName
{
color: #A49462;
}
.AnyTagClassName
{
color: #A49462;
}
</style>
background-color css
<style>
a { background-color: #A49462; }
a { background-color: rgb(164,148,98); }
div.DivClassName
{
background-color: #A49462;
}
.BgClassName
{
background-color: #A49462;
}
</style>
border-color css
<style>
span { border-color: #A49462; }
span { border-color: rgb(164,148,98); }
td.TdClassName
{
border-color: #A49462;
}
.TagClassName
{
border-color: #A49462;
}
</style>