Shades of Medium Wood #A67B6A
Tints of Medium Wood #A67B6A
RGB
CMYK
RGB Variations
Color information
#A67B6A (or 0xA67B6A) is known color: Medium Wood. HEX triplet: A6, 7B and 6A. RGB value is (166,123,106). Sum of RGB (Red+Green+Blue) = 166+123+106=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B6A is #598495. Grayscale: #868686. Windows color (decimal): -5866646 or 6978470. OLE color: 6978470.
HSL color Cylindrical-coordinate representation of color #A67B6A: hue angle of 17º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A67B6A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 106 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.35 |
| HSL | 17º | 0.25% | 0.53% | - |
| HSV(B) | 17º | 0.36% | 0.65% | - |
| XYZ | 25.41 | 23.31 | 16.8 | - |
| YUV | 133.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 106 | 0 | 0.26 | 0.36 | 0.35 | 17 | 0.25 | 0.53 |
| Hex | A6 | 7B | 6A | 0 | 1A | 24 | 23 | 11 | 19 | 35 |
| Octal | 246 | 173 | 152 | 0 | 32 | 44 | 43 | 21 | 31 | 65 |
| Binary | 10100110 | 1111011 | 1101010 | 0 | 11010 | 100100 | 100011 | 10001 | 11001 | 110101 |
Color Harmonies of #A67B6A
Complementary color
Monochromatic Colors of #A67B6A
Black with #A67B6A
Text Example
Text Example
White with #A67B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B6A; }
p { color: rgb(166,123,106); }
H1.HeaderClassName
{
color: #A67B6A;
}
.AnyTagClassName
{
color: #A67B6A;
}
</style>
background-color css
<style>
a { background-color: #A67B6A; }
a { background-color: rgb(166,123,106); }
div.DivClassName
{
background-color: #A67B6A;
}
.BgClassName
{
background-color: #A67B6A;
}
</style>
border-color css
<style>
span { border-color: #A67B6A; }
span { border-color: rgb(166,123,106); }
td.TdClassName
{
border-color: #A67B6A;
}
.TagClassName
{
border-color: #A67B6A;
}
</style>