Shades of Medium Wood #A67B64
Tints of Medium Wood #A67B64
RGB
CMYK
RGB Variations
Color information
#A67B64 (or 0xA67B64) is known color: Medium Wood. HEX triplet: A6, 7B and 64. RGB value is (166,123,100). Sum of RGB (Red+Green+Blue) = 166+123+100=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B64 is #59849B. Grayscale: #858585. Windows color (decimal): -5866652 or 6585254. OLE color: 6585254.
HSL color Cylindrical-coordinate representation of color #A67B64: hue angle of 20.91º 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 #A67B64 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 100 | - |
| CMYK | 0 | 0.26 | 0.40 | 0.35 |
| HSL | 20.91º | 0.27% | 0.52% | - |
| HSV(B) | 20.91º | 0.4% | 0.65% | - |
| XYZ | 25.11 | 23.19 | 15.21 | - |
| YUV | 133.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 100 | 0 | 0.26 | 0.40 | 0.35 | 20.91 | 0.27 | 0.52 |
| Hex | A6 | 7B | 64 | 0 | 1A | 28 | 23 | 15 | 1B | 34 |
| Octal | 246 | 173 | 144 | 0 | 32 | 50 | 43 | 25 | 33 | 64 |
| Binary | 10100110 | 1111011 | 1100100 | 0 | 11010 | 101000 | 100011 | 10101 | 11011 | 110100 |
Color Harmonies of #A67B64
Complementary color
Monochromatic Colors of #A67B64
Black with #A67B64
Text Example
Text Example
White with #A67B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B64; }
p { color: rgb(166,123,100); }
H1.HeaderClassName
{
color: #A67B64;
}
.AnyTagClassName
{
color: #A67B64;
}
</style>
background-color css
<style>
a { background-color: #A67B64; }
a { background-color: rgb(166,123,100); }
div.DivClassName
{
background-color: #A67B64;
}
.BgClassName
{
background-color: #A67B64;
}
</style>
border-color css
<style>
span { border-color: #A67B64; }
span { border-color: rgb(166,123,100); }
td.TdClassName
{
border-color: #A67B64;
}
.TagClassName
{
border-color: #A67B64;
}
</style>