Shades of Medium Wood #A67B58
Tints of Medium Wood #A67B58
RGB
CMYK
RGB Variations
Color information
#A67B58 (or 0xA67B58) is known color: Medium Wood. HEX triplet: A6, 7B and 58. RGB value is (166,123,88). Sum of RGB (Red+Green+Blue) = 166+123+88=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B58 is #5984A7. Grayscale: #848484. Windows color (decimal): -5866664 or 5798822. OLE color: 5798822.
HSL color Cylindrical-coordinate representation of color #A67B58: hue angle of 26.92º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67B58 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 88 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.35 |
| HSL | 26.92º | 0.31% | 0.5% | - |
| HSV(B) | 26.92º | 0.47% | 0.65% | - |
| XYZ | 24.57 | 22.98 | 12.37 | - |
| YUV | 131.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 88 | 0 | 0.26 | 0.47 | 0.35 | 26.92 | 0.31 | 0.5 |
| Hex | A6 | 7B | 58 | 0 | 1A | 2F | 23 | 1B | 1F | 32 |
| Octal | 246 | 173 | 130 | 0 | 32 | 57 | 43 | 33 | 37 | 62 |
| Binary | 10100110 | 1111011 | 1011000 | 0 | 11010 | 101111 | 100011 | 11011 | 11111 | 110010 |
Color Harmonies of #A67B58
Complementary color
Monochromatic Colors of #A67B58
Black with #A67B58
Text Example
Text Example
White with #A67B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B58; }
p { color: rgb(166,123,88); }
H1.HeaderClassName
{
color: #A67B58;
}
.AnyTagClassName
{
color: #A67B58;
}
</style>
background-color css
<style>
a { background-color: #A67B58; }
a { background-color: rgb(166,123,88); }
div.DivClassName
{
background-color: #A67B58;
}
.BgClassName
{
background-color: #A67B58;
}
</style>
border-color css
<style>
span { border-color: #A67B58; }
span { border-color: rgb(166,123,88); }
td.TdClassName
{
border-color: #A67B58;
}
.TagClassName
{
border-color: #A67B58;
}
</style>