Shades of Medium Wood #A68460
Tints of Medium Wood #A68460
RGB
CMYK
RGB Variations
Color information
#A68460 (or 0xA68460) is known color: Medium Wood. HEX triplet: A6, 84 and 60. RGB value is (166,132,96). Sum of RGB (Red+Green+Blue) = 166+132+96=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68460 is #597B9F. Grayscale: #8A8A8A. Windows color (decimal): -5864352 or 6325414. OLE color: 6325414.
HSL color Cylindrical-coordinate representation of color #A68460: hue angle of 30.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A68460 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 96 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.35 |
| HSL | 30.86º | 0.28% | 0.51% | - |
| HSV(B) | 30.86º | 0.42% | 0.65% | - |
| XYZ | 26.09 | 25.45 | 14.6 | - |
| YUV | 138.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 96 | 0 | 0.20 | 0.42 | 0.35 | 30.86 | 0.28 | 0.51 |
| Hex | A6 | 84 | 60 | 0 | 14 | 2A | 23 | 1F | 1C | 33 |
| Octal | 246 | 204 | 140 | 0 | 24 | 52 | 43 | 37 | 34 | 63 |
| Binary | 10100110 | 10000100 | 1100000 | 0 | 10100 | 101010 | 100011 | 11111 | 11100 | 110011 |
Color Harmonies of #A68460
Complementary color
Monochromatic Colors of #A68460
Black with #A68460
Text Example
Text Example
White with #A68460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68460; }
p { color: rgb(166,132,96); }
H1.HeaderClassName
{
color: #A68460;
}
.AnyTagClassName
{
color: #A68460;
}
</style>
background-color css
<style>
a { background-color: #A68460; }
a { background-color: rgb(166,132,96); }
div.DivClassName
{
background-color: #A68460;
}
.BgClassName
{
background-color: #A68460;
}
</style>
border-color css
<style>
span { border-color: #A68460; }
span { border-color: rgb(166,132,96); }
td.TdClassName
{
border-color: #A68460;
}
.TagClassName
{
border-color: #A68460;
}
</style>