Shades of Medium Wood #A67D6B
Tints of Medium Wood #A67D6B
RGB
CMYK
RGB Variations
Color information
#A67D6B (or 0xA67D6B) is known color: Medium Wood. HEX triplet: A6, 7D and 6B. RGB value is (166,125,107). Sum of RGB (Red+Green+Blue) = 166+125+107=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D6B is #598294. Grayscale: #878787. Windows color (decimal): -5866133 or 7044518. OLE color: 7044518.
HSL color Cylindrical-coordinate representation of color #A67D6B: hue angle of 18.31º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A67D6B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 125 | 107 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.35 |
| HSL | 18.31º | 0.25% | 0.54% | - |
| HSV(B) | 18.31º | 0.36% | 0.65% | - |
| XYZ | 25.71 | 23.84 | 17.16 | - |
| YUV | 135.21 | 112.08 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 107 | 0 | 0.25 | 0.36 | 0.35 | 18.31 | 0.25 | 0.54 |
| Hex | A6 | 7D | 6B | 0 | 19 | 24 | 23 | 12 | 19 | 36 |
| Octal | 246 | 175 | 153 | 0 | 31 | 44 | 43 | 22 | 31 | 66 |
| Binary | 10100110 | 1111101 | 1101011 | 0 | 11001 | 100100 | 100011 | 10010 | 11001 | 110110 |
Color Harmonies of #A67D6B
Complementary color
Monochromatic Colors of #A67D6B
Black with #A67D6B
Text Example
Text Example
White with #A67D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67D6B; }
p { color: rgb(166,125,107); }
H1.HeaderClassName
{
color: #A67D6B;
}
.AnyTagClassName
{
color: #A67D6B;
}
</style>
background-color css
<style>
a { background-color: #A67D6B; }
a { background-color: rgb(166,125,107); }
div.DivClassName
{
background-color: #A67D6B;
}
.BgClassName
{
background-color: #A67D6B;
}
</style>
border-color css
<style>
span { border-color: #A67D6B; }
span { border-color: rgb(166,125,107); }
td.TdClassName
{
border-color: #A67D6B;
}
.TagClassName
{
border-color: #A67D6B;
}
</style>