Shades of Gurkha #A59661
Tints of Gurkha #A59661
RGB
CMYK
RGB Variations
Color information
#A59661 (or 0xA59661) is known color: Gurkha. HEX triplet: A5, 96 and 61. RGB value is (165,150,97). Sum of RGB (Red+Green+Blue) = 165+150+97=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A59661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59661 is #5A699E. Grayscale: #949494. Windows color (decimal): -5925279 or 6395557. OLE color: 6395557.
HSL color Cylindrical-coordinate representation of color #A59661: hue angle of 46.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A59661 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 97 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.35 |
| HSL | 46.76º | 0.27% | 0.51% | - |
| HSV(B) | 46.76º | 0.41% | 0.65% | - |
| XYZ | 28.58 | 30.68 | 15.72 | - |
| YUV | 148.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 97 | 0 | 0.09 | 0.41 | 0.35 | 46.76 | 0.27 | 0.51 |
| Hex | A5 | 96 | 61 | 0 | 9 | 29 | 23 | 2F | 1B | 33 |
| Octal | 245 | 226 | 141 | 0 | 11 | 51 | 43 | 57 | 33 | 63 |
| Binary | 10100101 | 10010110 | 1100001 | 0 | 1001 | 101001 | 100011 | 101111 | 11011 | 110011 |
Color Harmonies of #A59661
Complementary color
Monochromatic Colors of #A59661
Black with #A59661
Text Example
Text Example
White with #A59661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59661; }
p { color: rgb(165,150,97); }
H1.HeaderClassName
{
color: #A59661;
}
.AnyTagClassName
{
color: #A59661;
}
</style>
background-color css
<style>
a { background-color: #A59661; }
a { background-color: rgb(165,150,97); }
div.DivClassName
{
background-color: #A59661;
}
.BgClassName
{
background-color: #A59661;
}
</style>
border-color css
<style>
span { border-color: #A59661; }
span { border-color: rgb(165,150,97); }
td.TdClassName
{
border-color: #A59661;
}
.TagClassName
{
border-color: #A59661;
}
</style>