Shades of Muddy Waters #A1854E
Tints of Muddy Waters #A1854E
RGB
CMYK
RGB Variations
Color information
#A1854E (or 0xA1854E) is known color: Muddy Waters. HEX triplet: A1, 85 and 4E. RGB value is (161,133,78). Sum of RGB (Red+Green+Blue) = 161+133+78=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 161 - color contains mainly: red. Hex color #A1854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1854E is #5E7AB1. Grayscale: #878787. Windows color (decimal): -6191794 or 5146017. OLE color: 5146017.
HSL color Cylindrical-coordinate representation of color #A1854E: hue angle of 39.76º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1854E is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 133 | 78 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.37 |
| HSL | 39.76º | 0.35% | 0.47% | - |
| HSV(B) | 39.76º | 0.52% | 0.63% | - |
| XYZ | 24.46 | 24.9 | 10.73 | - |
| YUV | 135.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 133 | 78 | 0 | 0.17 | 0.52 | 0.37 | 39.76 | 0.35 | 0.47 |
| Hex | A1 | 85 | 4E | 0 | 11 | 34 | 25 | 28 | 23 | 2F |
| Octal | 241 | 205 | 116 | 0 | 21 | 64 | 45 | 50 | 43 | 57 |
| Binary | 10100001 | 10000101 | 1001110 | 0 | 10001 | 110100 | 100101 | 101000 | 100011 | 101111 |
Color Harmonies of #A1854E
Complementary color
Monochromatic Colors of #A1854E
Black with #A1854E
Text Example
Text Example
White with #A1854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1854E; }
p { color: rgb(161,133,78); }
H1.HeaderClassName
{
color: #A1854E;
}
.AnyTagClassName
{
color: #A1854E;
}
</style>
background-color css
<style>
a { background-color: #A1854E; }
a { background-color: rgb(161,133,78); }
div.DivClassName
{
background-color: #A1854E;
}
.BgClassName
{
background-color: #A1854E;
}
</style>
border-color css
<style>
span { border-color: #A1854E; }
span { border-color: rgb(161,133,78); }
td.TdClassName
{
border-color: #A1854E;
}
.TagClassName
{
border-color: #A1854E;
}
</style>