Shades of Muddy Waters #A67D4F
Tints of Muddy Waters #A67D4F
RGB
CMYK
RGB Variations
Color information
#A67D4F (or 0xA67D4F) is known color: Muddy Waters. HEX triplet: A6, 7D and 4F. RGB value is (166,125,79). Sum of RGB (Red+Green+Blue) = 166+125+79=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A67D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67D4F is #5982B0. Grayscale: #848484. Windows color (decimal): -5866161 or 5209510. OLE color: 5209510.
HSL color Cylindrical-coordinate representation of color #A67D4F: hue angle of 31.72º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A67D4F is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 125 | 79 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.35 |
| HSL | 31.72º | 0.36% | 0.48% | - |
| HSV(B) | 31.72º | 0.52% | 0.65% | - |
| XYZ | 24.47 | 23.34 | 10.61 | - |
| YUV | 132.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 79 | 0 | 0.25 | 0.52 | 0.35 | 31.72 | 0.36 | 0.48 |
| Hex | A6 | 7D | 4F | 0 | 19 | 34 | 23 | 20 | 24 | 30 |
| Octal | 246 | 175 | 117 | 0 | 31 | 64 | 43 | 40 | 44 | 60 |
| Binary | 10100110 | 1111101 | 1001111 | 0 | 11001 | 110100 | 100011 | 100000 | 100100 | 110000 |
Color Harmonies of #A67D4F
Complementary color
Monochromatic Colors of #A67D4F
Black with #A67D4F
Text Example
Text Example
White with #A67D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67D4F; }
p { color: rgb(166,125,79); }
H1.HeaderClassName
{
color: #A67D4F;
}
.AnyTagClassName
{
color: #A67D4F;
}
</style>
background-color css
<style>
a { background-color: #A67D4F; }
a { background-color: rgb(166,125,79); }
div.DivClassName
{
background-color: #A67D4F;
}
.BgClassName
{
background-color: #A67D4F;
}
</style>
border-color css
<style>
span { border-color: #A67D4F; }
span { border-color: rgb(166,125,79); }
td.TdClassName
{
border-color: #A67D4F;
}
.TagClassName
{
border-color: #A67D4F;
}
</style>