Shades of Muddy Waters #A47E48
Tints of Muddy Waters #A47E48
RGB
CMYK
RGB Variations
Color information
#A47E48 (or 0xA47E48) is known color: Muddy Waters. HEX triplet: A4, 7E and 48. RGB value is (164,126,72). Sum of RGB (Red+Green+Blue) = 164+126+72=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A47E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47E48 is #5B81B7. Grayscale: #838383. Windows color (decimal): -5996984 or 4751012. OLE color: 4751012.
HSL color Cylindrical-coordinate representation of color #A47E48: hue angle of 35.22º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A47E48 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 126 | 72 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.36 |
| HSL | 35.22º | 0.39% | 0.46% | - |
| HSV(B) | 35.22º | 0.56% | 0.64% | - |
| XYZ | 23.94 | 23.28 | 9.36 | - |
| YUV | 131.21 | 94.59 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 126 | 72 | 0 | 0.23 | 0.56 | 0.36 | 35.22 | 0.39 | 0.46 |
| Hex | A4 | 7E | 48 | 0 | 17 | 38 | 24 | 23 | 27 | 2E |
| Octal | 244 | 176 | 110 | 0 | 27 | 70 | 44 | 43 | 47 | 56 |
| Binary | 10100100 | 1111110 | 1001000 | 0 | 10111 | 111000 | 100100 | 100011 | 100111 | 101110 |
Color Harmonies of #A47E48
Complementary color
Monochromatic Colors of #A47E48
Black with #A47E48
Text Example
Text Example
White with #A47E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47E48; }
p { color: rgb(164,126,72); }
H1.HeaderClassName
{
color: #A47E48;
}
.AnyTagClassName
{
color: #A47E48;
}
</style>
background-color css
<style>
a { background-color: #A47E48; }
a { background-color: rgb(164,126,72); }
div.DivClassName
{
background-color: #A47E48;
}
.BgClassName
{
background-color: #A47E48;
}
</style>
border-color css
<style>
span { border-color: #A47E48; }
span { border-color: rgb(164,126,72); }
td.TdClassName
{
border-color: #A47E48;
}
.TagClassName
{
border-color: #A47E48;
}
</style>