Shades of Medium Wood #A67F60
Tints of Medium Wood #A67F60
RGB
CMYK
RGB Variations
Color information
#A67F60 (or 0xA67F60) is known color: Medium Wood. HEX triplet: A6, 7F and 60. RGB value is (166,127,96). Sum of RGB (Red+Green+Blue) = 166+127+96=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F60 is #59809F. Grayscale: #878787. Windows color (decimal): -5865632 or 6324134. OLE color: 6324134.
HSL color Cylindrical-coordinate representation of color #A67F60: hue angle of 26.57º 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 #A67F60 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 96 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.35 |
| HSL | 26.57º | 0.28% | 0.51% | - |
| HSV(B) | 26.57º | 0.42% | 0.65% | - |
| XYZ | 25.43 | 24.13 | 14.38 | - |
| YUV | 135.13 | 105.92 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 96 | 0 | 0.23 | 0.42 | 0.35 | 26.57 | 0.28 | 0.51 |
| Hex | A6 | 7F | 60 | 0 | 17 | 2A | 23 | 1B | 1C | 33 |
| Octal | 246 | 177 | 140 | 0 | 27 | 52 | 43 | 33 | 34 | 63 |
| Binary | 10100110 | 1111111 | 1100000 | 0 | 10111 | 101010 | 100011 | 11011 | 11100 | 110011 |
Color Harmonies of #A67F60
Complementary color
Monochromatic Colors of #A67F60
Black with #A67F60
Text Example
Text Example
White with #A67F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F60; }
p { color: rgb(166,127,96); }
H1.HeaderClassName
{
color: #A67F60;
}
.AnyTagClassName
{
color: #A67F60;
}
</style>
background-color css
<style>
a { background-color: #A67F60; }
a { background-color: rgb(166,127,96); }
div.DivClassName
{
background-color: #A67F60;
}
.BgClassName
{
background-color: #A67F60;
}
</style>
border-color css
<style>
span { border-color: #A67F60; }
span { border-color: rgb(166,127,96); }
td.TdClassName
{
border-color: #A67F60;
}
.TagClassName
{
border-color: #A67F60;
}
</style>