Shades of Muddy Waters #A47F48
Tints of Muddy Waters #A47F48
RGB
CMYK
RGB Variations
Color information
#A47F48 (or 0xA47F48) is known color: Muddy Waters. HEX triplet: A4, 7F and 48. RGB value is (164,127,72). Sum of RGB (Red+Green+Blue) = 164+127+72=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F48 is #5B80B7. Grayscale: #848484. Windows color (decimal): -5996728 or 4751268. OLE color: 4751268.
HSL color Cylindrical-coordinate representation of color #A47F48: hue angle of 35.87º 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 #A47F48 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 127 | 72 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.36 |
| HSL | 35.87º | 0.39% | 0.46% | - |
| HSV(B) | 35.87º | 0.56% | 0.64% | - |
| XYZ | 24.07 | 23.54 | 9.41 | - |
| YUV | 131.79 | 94.26 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 72 | 0 | 0.23 | 0.56 | 0.36 | 35.87 | 0.39 | 0.46 |
| Hex | A4 | 7F | 48 | 0 | 17 | 38 | 24 | 24 | 27 | 2E |
| Octal | 244 | 177 | 110 | 0 | 27 | 70 | 44 | 44 | 47 | 56 |
| Binary | 10100100 | 1111111 | 1001000 | 0 | 10111 | 111000 | 100100 | 100100 | 100111 | 101110 |
Color Harmonies of #A47F48
Complementary color
Monochromatic Colors of #A47F48
Black with #A47F48
Text Example
Text Example
White with #A47F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47F48; }
p { color: rgb(164,127,72); }
H1.HeaderClassName
{
color: #A47F48;
}
.AnyTagClassName
{
color: #A47F48;
}
</style>
background-color css
<style>
a { background-color: #A47F48; }
a { background-color: rgb(164,127,72); }
div.DivClassName
{
background-color: #A47F48;
}
.BgClassName
{
background-color: #A47F48;
}
</style>
border-color css
<style>
span { border-color: #A47F48; }
span { border-color: rgb(164,127,72); }
td.TdClassName
{
border-color: #A47F48;
}
.TagClassName
{
border-color: #A47F48;
}
</style>