Shades of Muddy Waters #A48455
Tints of Muddy Waters #A48455
RGB
CMYK
RGB Variations
Color information
#A48455 (or 0xA48455) is known color: Muddy Waters. HEX triplet: A4, 84 and 55. RGB value is (164,132,85). Sum of RGB (Red+Green+Blue) = 164+132+85=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A48455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48455 is #5B7BAA. Grayscale: #888888. Windows color (decimal): -5995435 or 5604516. OLE color: 5604516.
HSL color Cylindrical-coordinate representation of color #A48455: hue angle of 35.7º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A48455 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 85 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.36 |
| HSL | 35.7º | 0.32% | 0.49% | - |
| HSV(B) | 35.7º | 0.48% | 0.64% | - |
| XYZ | 25.2 | 25.05 | 12.1 | - |
| YUV | 136.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 85 | 0 | 0.20 | 0.48 | 0.36 | 35.7 | 0.32 | 0.49 |
| Hex | A4 | 84 | 55 | 0 | 14 | 30 | 24 | 24 | 20 | 31 |
| Octal | 244 | 204 | 125 | 0 | 24 | 60 | 44 | 44 | 40 | 61 |
| Binary | 10100100 | 10000100 | 1010101 | 0 | 10100 | 110000 | 100100 | 100100 | 100000 | 110001 |
Color Harmonies of #A48455
Complementary color
Monochromatic Colors of #A48455
Black with #A48455
Text Example
Text Example
White with #A48455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48455; }
p { color: rgb(164,132,85); }
H1.HeaderClassName
{
color: #A48455;
}
.AnyTagClassName
{
color: #A48455;
}
</style>
background-color css
<style>
a { background-color: #A48455; }
a { background-color: rgb(164,132,85); }
div.DivClassName
{
background-color: #A48455;
}
.BgClassName
{
background-color: #A48455;
}
</style>
border-color css
<style>
span { border-color: #A48455; }
span { border-color: rgb(164,132,85); }
td.TdClassName
{
border-color: #A48455;
}
.TagClassName
{
border-color: #A48455;
}
</style>