Shades of Muddy Waters #A2844E
Tints of Muddy Waters #A2844E
RGB
CMYK
RGB Variations
Color information
#A2844E (or 0xA2844E) is known color: Muddy Waters. HEX triplet: A2, 84 and 4E. RGB value is (162,132,78). Sum of RGB (Red+Green+Blue) = 162+132+78=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2844E is #5D7BB1. Grayscale: #878787. Windows color (decimal): -6126514 or 5145762. OLE color: 5145762.
HSL color Cylindrical-coordinate representation of color #A2844E: hue angle of 38.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2844E is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 78 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.36 |
| HSL | 38.57º | 0.35% | 0.47% | - |
| HSV(B) | 38.57º | 0.52% | 0.64% | - |
| XYZ | 24.53 | 24.73 | 10.69 | - |
| YUV | 134.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 78 | 0 | 0.19 | 0.52 | 0.36 | 38.57 | 0.35 | 0.47 |
| Hex | A2 | 84 | 4E | 0 | 13 | 34 | 24 | 27 | 23 | 2F |
| Octal | 242 | 204 | 116 | 0 | 23 | 64 | 44 | 47 | 43 | 57 |
| Binary | 10100010 | 10000100 | 1001110 | 0 | 10011 | 110100 | 100100 | 100111 | 100011 | 101111 |
Color Harmonies of #A2844E
Complementary color
Monochromatic Colors of #A2844E
Black with #A2844E
Text Example
Text Example
White with #A2844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2844E; }
p { color: rgb(162,132,78); }
H1.HeaderClassName
{
color: #A2844E;
}
.AnyTagClassName
{
color: #A2844E;
}
</style>
background-color css
<style>
a { background-color: #A2844E; }
a { background-color: rgb(162,132,78); }
div.DivClassName
{
background-color: #A2844E;
}
.BgClassName
{
background-color: #A2844E;
}
</style>
border-color css
<style>
span { border-color: #A2844E; }
span { border-color: rgb(162,132,78); }
td.TdClassName
{
border-color: #A2844E;
}
.TagClassName
{
border-color: #A2844E;
}
</style>