Shades of Gurkha #A09366
Tints of Gurkha #A09366
RGB
CMYK
RGB Variations
Color information
#A09366 (or 0xA09366) is known color: Gurkha. HEX triplet: A0, 93 and 66. RGB value is (160,147,102). Sum of RGB (Red+Green+Blue) = 160+147+102=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09366 is #5F6C99. Grayscale: #919191. Windows color (decimal): -6253722 or 6722464. OLE color: 6722464.
HSL color Cylindrical-coordinate representation of color #A09366: hue angle of 46.55º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A09366 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 102 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.37 |
| HSL | 46.55º | 0.23% | 0.51% | - |
| HSV(B) | 46.55º | 0.36% | 0.63% | - |
| XYZ | 27.33 | 29.3 | 16.79 | - |
| YUV | 145.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 102 | 0 | 0.08 | 0.36 | 0.37 | 46.55 | 0.23 | 0.51 |
| Hex | A0 | 93 | 66 | 0 | 8 | 24 | 25 | 2F | 17 | 33 |
| Octal | 240 | 223 | 146 | 0 | 10 | 44 | 45 | 57 | 27 | 63 |
| Binary | 10100000 | 10010011 | 1100110 | 0 | 1000 | 100100 | 100101 | 101111 | 10111 | 110011 |
Color Harmonies of #A09366
Complementary color
Monochromatic Colors of #A09366
Black with #A09366
Text Example
Text Example
White with #A09366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09366; }
p { color: rgb(160,147,102); }
H1.HeaderClassName
{
color: #A09366;
}
.AnyTagClassName
{
color: #A09366;
}
</style>
background-color css
<style>
a { background-color: #A09366; }
a { background-color: rgb(160,147,102); }
div.DivClassName
{
background-color: #A09366;
}
.BgClassName
{
background-color: #A09366;
}
</style>
border-color css
<style>
span { border-color: #A09366; }
span { border-color: rgb(160,147,102); }
td.TdClassName
{
border-color: #A09366;
}
.TagClassName
{
border-color: #A09366;
}
</style>