Shades of Gurkha #A59562
Tints of Gurkha #A59562
RGB
CMYK
RGB Variations
Color information
#A59562 (or 0xA59562) is known color: Gurkha. HEX triplet: A5, 95 and 62. RGB value is (165,149,98). Sum of RGB (Red+Green+Blue) = 165+149+98=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A59562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59562 is #5A6A9D. Grayscale: #949494. Windows color (decimal): -5925534 or 6460837. OLE color: 6460837.
HSL color Cylindrical-coordinate representation of color #A59562: hue angle of 45.67º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A59562 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 149 | 98 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.35 |
| HSL | 45.67º | 0.27% | 0.52% | - |
| HSV(B) | 45.67º | 0.41% | 0.65% | - |
| XYZ | 28.47 | 30.38 | 15.92 | - |
| YUV | 147.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 149 | 98 | 0 | 0.10 | 0.41 | 0.35 | 45.67 | 0.27 | 0.52 |
| Hex | A5 | 95 | 62 | 0 | A | 29 | 23 | 2E | 1B | 34 |
| Octal | 245 | 225 | 142 | 0 | 12 | 51 | 43 | 56 | 33 | 64 |
| Binary | 10100101 | 10010101 | 1100010 | 0 | 1010 | 101001 | 100011 | 101110 | 11011 | 110100 |
Color Harmonies of #A59562
Complementary color
Monochromatic Colors of #A59562
Black with #A59562
Text Example
Text Example
White with #A59562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59562; }
p { color: rgb(165,149,98); }
H1.HeaderClassName
{
color: #A59562;
}
.AnyTagClassName
{
color: #A59562;
}
</style>
background-color css
<style>
a { background-color: #A59562; }
a { background-color: rgb(165,149,98); }
div.DivClassName
{
background-color: #A59562;
}
.BgClassName
{
background-color: #A59562;
}
</style>
border-color css
<style>
span { border-color: #A59562; }
span { border-color: rgb(165,149,98); }
td.TdClassName
{
border-color: #A59562;
}
.TagClassName
{
border-color: #A59562;
}
</style>