Shades of Muddy Waters #A87748
Tints of Muddy Waters #A87748
RGB
CMYK
RGB Variations
Color information
#A87748 (or 0xA87748) is known color: Muddy Waters. HEX triplet: A8, 77 and 48. RGB value is (168,119,72). Sum of RGB (Red+Green+Blue) = 168+119+72=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A87748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87748 is #5788B7. Grayscale: #808080. Windows color (decimal): -5736632 or 4749224. OLE color: 4749224.
HSL color Cylindrical-coordinate representation of color #A87748: hue angle of 29.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A87748 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 119 | 72 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.34 |
| HSL | 29.38º | 0.4% | 0.47% | - |
| HSV(B) | 29.38º | 0.57% | 0.66% | - |
| XYZ | 23.91 | 21.99 | 9.11 | - |
| YUV | 128.29 | 96.23 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 72 | 0 | 0.29 | 0.57 | 0.34 | 29.38 | 0.4 | 0.47 |
| Hex | A8 | 77 | 48 | 0 | 1D | 39 | 22 | 1D | 28 | 2F |
| Octal | 250 | 167 | 110 | 0 | 35 | 71 | 42 | 35 | 50 | 57 |
| Binary | 10101000 | 1110111 | 1001000 | 0 | 11101 | 111001 | 100010 | 11101 | 101000 | 101111 |
Color Harmonies of #A87748
Complementary color
Monochromatic Colors of #A87748
Black with #A87748
Text Example
Text Example
White with #A87748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87748; }
p { color: rgb(168,119,72); }
H1.HeaderClassName
{
color: #A87748;
}
.AnyTagClassName
{
color: #A87748;
}
</style>
background-color css
<style>
a { background-color: #A87748; }
a { background-color: rgb(168,119,72); }
div.DivClassName
{
background-color: #A87748;
}
.BgClassName
{
background-color: #A87748;
}
</style>
border-color css
<style>
span { border-color: #A87748; }
span { border-color: rgb(168,119,72); }
td.TdClassName
{
border-color: #A87748;
}
.TagClassName
{
border-color: #A87748;
}
</style>