Shades of Gurkha #A09967
Tints of Gurkha #A09967
RGB
CMYK
RGB Variations
Color information
#A09967 (or 0xA09967) is known color: Gurkha. HEX triplet: A0, 99 and 67. RGB value is (160,153,103). Sum of RGB (Red+Green+Blue) = 160+153+103=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 160 - color contains mainly: red. Hex color #A09967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09967 is #5F6698. Grayscale: #959595. Windows color (decimal): -6252185 or 6789536. OLE color: 6789536.
HSL color Cylindrical-coordinate representation of color #A09967: hue angle of 52.63º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09967 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 103 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.37 |
| HSL | 52.63º | 0.23% | 0.52% | - |
| HSV(B) | 52.63º | 0.36% | 0.63% | - |
| XYZ | 28.34 | 31.24 | 17.37 | - |
| YUV | 149.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 103 | 0 | 0.04 | 0.36 | 0.37 | 52.63 | 0.23 | 0.52 |
| Hex | A0 | 99 | 67 | 0 | 4 | 24 | 25 | 35 | 17 | 34 |
| Octal | 240 | 231 | 147 | 0 | 4 | 44 | 45 | 65 | 27 | 64 |
| Binary | 10100000 | 10011001 | 1100111 | 0 | 100 | 100100 | 100101 | 110101 | 10111 | 110100 |
Color Harmonies of #A09967
Complementary color
Monochromatic Colors of #A09967
Black with #A09967
Text Example
Text Example
White with #A09967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09967; }
p { color: rgb(160,153,103); }
H1.HeaderClassName
{
color: #A09967;
}
.AnyTagClassName
{
color: #A09967;
}
</style>
background-color css
<style>
a { background-color: #A09967; }
a { background-color: rgb(160,153,103); }
div.DivClassName
{
background-color: #A09967;
}
.BgClassName
{
background-color: #A09967;
}
</style>
border-color css
<style>
span { border-color: #A09967; }
span { border-color: rgb(160,153,103); }
td.TdClassName
{
border-color: #A09967;
}
.TagClassName
{
border-color: #A09967;
}
</style>