Shades of Medium Wood #A68064
Tints of Medium Wood #A68064
RGB
CMYK
RGB Variations
Color information
#A68064 (or 0xA68064) is known color: Medium Wood. HEX triplet: A6, 80 and 64. RGB value is (166,128,100). Sum of RGB (Red+Green+Blue) = 166+128+100=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A68064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68064 is #597F9B. Grayscale: #888888. Windows color (decimal): -5865372 or 6586534. OLE color: 6586534.
HSL color Cylindrical-coordinate representation of color #A68064: hue angle of 25.45º 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 #A68064 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 100 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.35 |
| HSL | 25.45º | 0.27% | 0.52% | - |
| HSV(B) | 25.45º | 0.4% | 0.65% | - |
| XYZ | 25.75 | 24.47 | 15.42 | - |
| YUV | 136.17 | 107.59 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 100 | 0 | 0.23 | 0.40 | 0.35 | 25.45 | 0.27 | 0.52 |
| Hex | A6 | 80 | 64 | 0 | 17 | 28 | 23 | 19 | 1B | 34 |
| Octal | 246 | 200 | 144 | 0 | 27 | 50 | 43 | 31 | 33 | 64 |
| Binary | 10100110 | 10000000 | 1100100 | 0 | 10111 | 101000 | 100011 | 11001 | 11011 | 110100 |
Color Harmonies of #A68064
Complementary color
Monochromatic Colors of #A68064
Black with #A68064
Text Example
Text Example
White with #A68064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68064; }
p { color: rgb(166,128,100); }
H1.HeaderClassName
{
color: #A68064;
}
.AnyTagClassName
{
color: #A68064;
}
</style>
background-color css
<style>
a { background-color: #A68064; }
a { background-color: rgb(166,128,100); }
div.DivClassName
{
background-color: #A68064;
}
.BgClassName
{
background-color: #A68064;
}
</style>
border-color css
<style>
span { border-color: #A68064; }
span { border-color: rgb(166,128,100); }
td.TdClassName
{
border-color: #A68064;
}
.TagClassName
{
border-color: #A68064;
}
</style>