Shades of Muddy Waters #A67E51
Tints of Muddy Waters #A67E51
RGB
CMYK
RGB Variations
Color information
#A67E51 (or 0xA67E51) is known color: Muddy Waters. HEX triplet: A6, 7E and 51. RGB value is (166,126,81). Sum of RGB (Red+Green+Blue) = 166+126+81=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E51 is #5981AE. Grayscale: #858585. Windows color (decimal): -5865903 or 5340838. OLE color: 5340838.
HSL color Cylindrical-coordinate representation of color #A67E51: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67E51 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 126 | 81 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.35 |
| HSL | 31.76º | 0.34% | 0.48% | - |
| HSV(B) | 31.76º | 0.51% | 0.65% | - |
| XYZ | 24.67 | 23.62 | 11.04 | - |
| YUV | 132.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 81 | 0 | 0.24 | 0.51 | 0.35 | 31.76 | 0.34 | 0.48 |
| Hex | A6 | 7E | 51 | 0 | 18 | 33 | 23 | 20 | 22 | 30 |
| Octal | 246 | 176 | 121 | 0 | 30 | 63 | 43 | 40 | 42 | 60 |
| Binary | 10100110 | 1111110 | 1010001 | 0 | 11000 | 110011 | 100011 | 100000 | 100010 | 110000 |
Color Harmonies of #A67E51
Complementary color
Monochromatic Colors of #A67E51
Black with #A67E51
Text Example
Text Example
White with #A67E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67E51; }
p { color: rgb(166,126,81); }
H1.HeaderClassName
{
color: #A67E51;
}
.AnyTagClassName
{
color: #A67E51;
}
</style>
background-color css
<style>
a { background-color: #A67E51; }
a { background-color: rgb(166,126,81); }
div.DivClassName
{
background-color: #A67E51;
}
.BgClassName
{
background-color: #A67E51;
}
</style>
border-color css
<style>
span { border-color: #A67E51; }
span { border-color: rgb(166,126,81); }
td.TdClassName
{
border-color: #A67E51;
}
.TagClassName
{
border-color: #A67E51;
}
</style>