Shades of Medium Wood #A68464
Tints of Medium Wood #A68464
RGB
CMYK
RGB Variations
Color information
#A68464 (or 0xA68464) is known color: Medium Wood. HEX triplet: A6, 84 and 64. RGB value is (166,132,100). Sum of RGB (Red+Green+Blue) = 166+132+100=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A68464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68464 is #597B9B. Grayscale: #8A8A8A. Windows color (decimal): -5864348 or 6587558. OLE color: 6587558.
HSL color Cylindrical-coordinate representation of color #A68464: hue angle of 29.09º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A68464 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 100 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.35 |
| HSL | 29.09º | 0.27% | 0.52% | - |
| HSV(B) | 29.09º | 0.4% | 0.65% | - |
| XYZ | 26.28 | 25.53 | 15.6 | - |
| YUV | 138.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 100 | 0 | 0.20 | 0.40 | 0.35 | 29.09 | 0.27 | 0.52 |
| Hex | A6 | 84 | 64 | 0 | 14 | 28 | 23 | 1D | 1B | 34 |
| Octal | 246 | 204 | 144 | 0 | 24 | 50 | 43 | 35 | 33 | 64 |
| Binary | 10100110 | 10000100 | 1100100 | 0 | 10100 | 101000 | 100011 | 11101 | 11011 | 110100 |
Color Harmonies of #A68464
Complementary color
Monochromatic Colors of #A68464
Black with #A68464
Text Example
Text Example
White with #A68464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68464; }
p { color: rgb(166,132,100); }
H1.HeaderClassName
{
color: #A68464;
}
.AnyTagClassName
{
color: #A68464;
}
</style>
background-color css
<style>
a { background-color: #A68464; }
a { background-color: rgb(166,132,100); }
div.DivClassName
{
background-color: #A68464;
}
.BgClassName
{
background-color: #A68464;
}
</style>
border-color css
<style>
span { border-color: #A68464; }
span { border-color: rgb(166,132,100); }
td.TdClassName
{
border-color: #A68464;
}
.TagClassName
{
border-color: #A68464;
}
</style>