Shades of Muddy Waters #A2834C
Tints of Muddy Waters #A2834C
RGB
CMYK
RGB Variations
Color information
#A2834C (or 0xA2834C) is known color: Muddy Waters. HEX triplet: A2, 83 and 4C. RGB value is (162,131,76). Sum of RGB (Red+Green+Blue) = 162+131+76=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2834C is #5D7CB3. Grayscale: #868686. Windows color (decimal): -6126772 or 5014434. OLE color: 5014434.
HSL color Cylindrical-coordinate representation of color #A2834C: hue angle of 38.37º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2834C is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 76 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.36 |
| HSL | 38.37º | 0.36% | 0.47% | - |
| HSV(B) | 38.37º | 0.53% | 0.64% | - |
| XYZ | 24.32 | 24.44 | 10.27 | - |
| YUV | 134 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 76 | 0 | 0.19 | 0.53 | 0.36 | 38.37 | 0.36 | 0.47 |
| Hex | A2 | 83 | 4C | 0 | 13 | 35 | 24 | 26 | 24 | 2F |
| Octal | 242 | 203 | 114 | 0 | 23 | 65 | 44 | 46 | 44 | 57 |
| Binary | 10100010 | 10000011 | 1001100 | 0 | 10011 | 110101 | 100100 | 100110 | 100100 | 101111 |
Color Harmonies of #A2834C
Complementary color
Monochromatic Colors of #A2834C
Black with #A2834C
Text Example
Text Example
White with #A2834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2834C; }
p { color: rgb(162,131,76); }
H1.HeaderClassName
{
color: #A2834C;
}
.AnyTagClassName
{
color: #A2834C;
}
</style>
background-color css
<style>
a { background-color: #A2834C; }
a { background-color: rgb(162,131,76); }
div.DivClassName
{
background-color: #A2834C;
}
.BgClassName
{
background-color: #A2834C;
}
</style>
border-color css
<style>
span { border-color: #A2834C; }
span { border-color: rgb(162,131,76); }
td.TdClassName
{
border-color: #A2834C;
}
.TagClassName
{
border-color: #A2834C;
}
</style>