Shades of Gurkha #A29566
Tints of Gurkha #A29566
RGB
CMYK
RGB Variations
Color information
#A29566 (or 0xA29566) is known color: Gurkha. HEX triplet: A2, 95 and 66. RGB value is (162,149,102). Sum of RGB (Red+Green+Blue) = 162+149+102=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A29566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29566 is #5D6A99. Grayscale: #939393. Windows color (decimal): -6122138 or 6722978. OLE color: 6722978.
HSL color Cylindrical-coordinate representation of color #A29566: hue angle of 47º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A29566 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 149 | 102 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.36 |
| HSL | 47º | 0.24% | 0.52% | - |
| HSV(B) | 47º | 0.37% | 0.64% | - |
| XYZ | 28.05 | 30.14 | 16.91 | - |
| YUV | 147.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 149 | 102 | 0 | 0.08 | 0.37 | 0.36 | 47 | 0.24 | 0.52 |
| Hex | A2 | 95 | 66 | 0 | 8 | 25 | 24 | 2F | 18 | 34 |
| Octal | 242 | 225 | 146 | 0 | 10 | 45 | 44 | 57 | 30 | 64 |
| Binary | 10100010 | 10010101 | 1100110 | 0 | 1000 | 100101 | 100100 | 101111 | 11000 | 110100 |
Color Harmonies of #A29566
Complementary color
Monochromatic Colors of #A29566
Black with #A29566
Text Example
Text Example
White with #A29566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29566; }
p { color: rgb(162,149,102); }
H1.HeaderClassName
{
color: #A29566;
}
.AnyTagClassName
{
color: #A29566;
}
</style>
background-color css
<style>
a { background-color: #A29566; }
a { background-color: rgb(162,149,102); }
div.DivClassName
{
background-color: #A29566;
}
.BgClassName
{
background-color: #A29566;
}
</style>
border-color css
<style>
span { border-color: #A29566; }
span { border-color: rgb(162,149,102); }
td.TdClassName
{
border-color: #A29566;
}
.TagClassName
{
border-color: #A29566;
}
</style>