Shades of Medium Wood #A67D69
Tints of Medium Wood #A67D69
RGB
CMYK
RGB Variations
Color information
#A67D69 (or 0xA67D69) is known color: Medium Wood. HEX triplet: A6, 7D and 69. RGB value is (166,125,105). Sum of RGB (Red+Green+Blue) = 166+125+105=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D69 is #598296. Grayscale: #878787. Windows color (decimal): -5866135 or 6913446. OLE color: 6913446.
HSL color Cylindrical-coordinate representation of color #A67D69: hue angle of 19.67º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67D69 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 125 | 105 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.35 |
| HSL | 19.67º | 0.26% | 0.53% | - |
| HSV(B) | 19.67º | 0.37% | 0.65% | - |
| XYZ | 25.61 | 23.79 | 16.61 | - |
| YUV | 134.98 | 111.08 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 105 | 0 | 0.25 | 0.37 | 0.35 | 19.67 | 0.26 | 0.53 |
| Hex | A6 | 7D | 69 | 0 | 19 | 25 | 23 | 14 | 1A | 35 |
| Octal | 246 | 175 | 151 | 0 | 31 | 45 | 43 | 24 | 32 | 65 |
| Binary | 10100110 | 1111101 | 1101001 | 0 | 11001 | 100101 | 100011 | 10100 | 11010 | 110101 |
Color Harmonies of #A67D69
Complementary color
Monochromatic Colors of #A67D69
Black with #A67D69
Text Example
Text Example
White with #A67D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67D69; }
p { color: rgb(166,125,105); }
H1.HeaderClassName
{
color: #A67D69;
}
.AnyTagClassName
{
color: #A67D69;
}
</style>
background-color css
<style>
a { background-color: #A67D69; }
a { background-color: rgb(166,125,105); }
div.DivClassName
{
background-color: #A67D69;
}
.BgClassName
{
background-color: #A67D69;
}
</style>
border-color css
<style>
span { border-color: #A67D69; }
span { border-color: rgb(166,125,105); }
td.TdClassName
{
border-color: #A67D69;
}
.TagClassName
{
border-color: #A67D69;
}
</style>