Shades of Muddy Waters #A8884C
Tints of Muddy Waters #A8884C
RGB
CMYK
RGB Variations
Color information
#A8884C (or 0xA8884C) is known color: Muddy Waters. HEX triplet: A8, 88 and 4C. RGB value is (168,136,76). Sum of RGB (Red+Green+Blue) = 168+136+76=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8884C is #5777B3. Grayscale: #8B8B8B. Windows color (decimal): -5732276 or 5015720. OLE color: 5015720.
HSL color Cylindrical-coordinate representation of color #A8884C: hue angle of 39.13º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8884C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 76 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.34 |
| HSL | 39.13º | 0.38% | 0.48% | - |
| HSV(B) | 39.13º | 0.55% | 0.66% | - |
| XYZ | 26.26 | 26.45 | 10.56 | - |
| YUV | 138.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 76 | 0 | 0.19 | 0.55 | 0.34 | 39.13 | 0.38 | 0.48 |
| Hex | A8 | 88 | 4C | 0 | 13 | 37 | 22 | 27 | 26 | 30 |
| Octal | 250 | 210 | 114 | 0 | 23 | 67 | 42 | 47 | 46 | 60 |
| Binary | 10101000 | 10001000 | 1001100 | 0 | 10011 | 110111 | 100010 | 100111 | 100110 | 110000 |
Color Harmonies of #A8884C
Complementary color
Monochromatic Colors of #A8884C
Black with #A8884C
Text Example
Text Example
White with #A8884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8884C; }
p { color: rgb(168,136,76); }
H1.HeaderClassName
{
color: #A8884C;
}
.AnyTagClassName
{
color: #A8884C;
}
</style>
background-color css
<style>
a { background-color: #A8884C; }
a { background-color: rgb(168,136,76); }
div.DivClassName
{
background-color: #A8884C;
}
.BgClassName
{
background-color: #A8884C;
}
</style>
border-color css
<style>
span { border-color: #A8884C; }
span { border-color: rgb(168,136,76); }
td.TdClassName
{
border-color: #A8884C;
}
.TagClassName
{
border-color: #A8884C;
}
</style>