Shades of Gurkha #A29969
Tints of Gurkha #A29969
RGB
CMYK
RGB Variations
Color information
#A29969 (or 0xA29969) is known color: Gurkha. HEX triplet: A2, 99 and 69. RGB value is (162,153,105). Sum of RGB (Red+Green+Blue) = 162+153+105=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 162 - color contains mainly: red. Hex color #A29969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29969 is #5D6696. Grayscale: #969696. Windows color (decimal): -6121111 or 6920610. OLE color: 6920610.
HSL color Cylindrical-coordinate representation of color #A29969: hue angle of 50.53º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A29969 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 153 | 105 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.36 |
| HSL | 50.53º | 0.23% | 0.52% | - |
| HSV(B) | 50.53º | 0.35% | 0.64% | - |
| XYZ | 28.84 | 31.48 | 17.92 | - |
| YUV | 150.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 153 | 105 | 0 | 0.06 | 0.35 | 0.36 | 50.53 | 0.23 | 0.52 |
| Hex | A2 | 99 | 69 | 0 | 6 | 23 | 24 | 33 | 17 | 34 |
| Octal | 242 | 231 | 151 | 0 | 6 | 43 | 44 | 63 | 27 | 64 |
| Binary | 10100010 | 10011001 | 1101001 | 0 | 110 | 100011 | 100100 | 110011 | 10111 | 110100 |
Color Harmonies of #A29969
Complementary color
Monochromatic Colors of #A29969
Black with #A29969
Text Example
Text Example
White with #A29969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29969; }
p { color: rgb(162,153,105); }
H1.HeaderClassName
{
color: #A29969;
}
.AnyTagClassName
{
color: #A29969;
}
</style>
background-color css
<style>
a { background-color: #A29969; }
a { background-color: rgb(162,153,105); }
div.DivClassName
{
background-color: #A29969;
}
.BgClassName
{
background-color: #A29969;
}
</style>
border-color css
<style>
span { border-color: #A29969; }
span { border-color: rgb(162,153,105); }
td.TdClassName
{
border-color: #A29969;
}
.TagClassName
{
border-color: #A29969;
}
</style>