Shades of Medium Wood #A67A61
Tints of Medium Wood #A67A61
RGB
CMYK
RGB Variations
Color information
#A67A61 (or 0xA67A61) is known color: Medium Wood. HEX triplet: A6, 7A and 61. RGB value is (166,122,97). Sum of RGB (Red+Green+Blue) = 166+122+97=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A61 is #59859E. Grayscale: #848484. Windows color (decimal): -5866911 or 6388390. OLE color: 6388390.
HSL color Cylindrical-coordinate representation of color #A67A61: hue angle of 21.74º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67A61 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 97 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.35 |
| HSL | 21.74º | 0.28% | 0.52% | - |
| HSV(B) | 21.74º | 0.42% | 0.65% | - |
| XYZ | 24.84 | 22.89 | 14.42 | - |
| YUV | 132.31 | 108.08 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 97 | 0 | 0.27 | 0.42 | 0.35 | 21.74 | 0.28 | 0.52 |
| Hex | A6 | 7A | 61 | 0 | 1B | 2A | 23 | 16 | 1C | 34 |
| Octal | 246 | 172 | 141 | 0 | 33 | 52 | 43 | 26 | 34 | 64 |
| Binary | 10100110 | 1111010 | 1100001 | 0 | 11011 | 101010 | 100011 | 10110 | 11100 | 110100 |
Color Harmonies of #A67A61
Complementary color
Monochromatic Colors of #A67A61
Black with #A67A61
Text Example
Text Example
White with #A67A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A61; }
p { color: rgb(166,122,97); }
H1.HeaderClassName
{
color: #A67A61;
}
.AnyTagClassName
{
color: #A67A61;
}
</style>
background-color css
<style>
a { background-color: #A67A61; }
a { background-color: rgb(166,122,97); }
div.DivClassName
{
background-color: #A67A61;
}
.BgClassName
{
background-color: #A67A61;
}
</style>
border-color css
<style>
span { border-color: #A67A61; }
span { border-color: rgb(166,122,97); }
td.TdClassName
{
border-color: #A67A61;
}
.TagClassName
{
border-color: #A67A61;
}
</style>