Shades of Medium Wood #A67A67
Tints of Medium Wood #A67A67
RGB
CMYK
RGB Variations
Color information
#A67A67 (or 0xA67A67) is known color: Medium Wood. HEX triplet: A6, 7A and 67. RGB value is (166,122,103). Sum of RGB (Red+Green+Blue) = 166+122+103=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A67 is #598598. Grayscale: #858585. Windows color (decimal): -5866905 or 6781606. OLE color: 6781606.
HSL color Cylindrical-coordinate representation of color #A67A67: hue angle of 18.1º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A67A67 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 103 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.35 |
| HSL | 18.1º | 0.26% | 0.53% | - |
| HSV(B) | 18.1º | 0.38% | 0.65% | - |
| XYZ | 25.13 | 23.01 | 15.95 | - |
| YUV | 132.99 | 111.08 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 103 | 0 | 0.27 | 0.38 | 0.35 | 18.1 | 0.26 | 0.53 |
| Hex | A6 | 7A | 67 | 0 | 1B | 26 | 23 | 12 | 1A | 35 |
| Octal | 246 | 172 | 147 | 0 | 33 | 46 | 43 | 22 | 32 | 65 |
| Binary | 10100110 | 1111010 | 1100111 | 0 | 11011 | 100110 | 100011 | 10010 | 11010 | 110101 |
Color Harmonies of #A67A67
Complementary color
Monochromatic Colors of #A67A67
Black with #A67A67
Text Example
Text Example
White with #A67A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A67; }
p { color: rgb(166,122,103); }
H1.HeaderClassName
{
color: #A67A67;
}
.AnyTagClassName
{
color: #A67A67;
}
</style>
background-color css
<style>
a { background-color: #A67A67; }
a { background-color: rgb(166,122,103); }
div.DivClassName
{
background-color: #A67A67;
}
.BgClassName
{
background-color: #A67A67;
}
</style>
border-color css
<style>
span { border-color: #A67A67; }
span { border-color: rgb(166,122,103); }
td.TdClassName
{
border-color: #A67A67;
}
.TagClassName
{
border-color: #A67A67;
}
</style>