Shades of Muddy Waters #A2814A
Tints of Muddy Waters #A2814A
RGB
CMYK
RGB Variations
Color information
#A2814A (or 0xA2814A) is known color: Muddy Waters. HEX triplet: A2, 81 and 4A. RGB value is (162,129,74). Sum of RGB (Red+Green+Blue) = 162+129+74=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A2814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2814A is #5D7EB5. Grayscale: #848484. Windows color (decimal): -6127286 or 4882850. OLE color: 4882850.
HSL color Cylindrical-coordinate representation of color #A2814A: hue angle of 37.5º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2814A is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 74 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.36 |
| HSL | 37.5º | 0.37% | 0.46% | - |
| HSV(B) | 37.5º | 0.54% | 0.64% | - |
| XYZ | 23.99 | 23.88 | 9.82 | - |
| YUV | 132.6 | 94.93 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 74 | 0 | 0.20 | 0.54 | 0.36 | 37.5 | 0.37 | 0.46 |
| Hex | A2 | 81 | 4A | 0 | 14 | 36 | 24 | 26 | 25 | 2E |
| Octal | 242 | 201 | 112 | 0 | 24 | 66 | 44 | 46 | 45 | 56 |
| Binary | 10100010 | 10000001 | 1001010 | 0 | 10100 | 110110 | 100100 | 100110 | 100101 | 101110 |
Color Harmonies of #A2814A
Complementary color
Monochromatic Colors of #A2814A
Black with #A2814A
Text Example
Text Example
White with #A2814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2814A; }
p { color: rgb(162,129,74); }
H1.HeaderClassName
{
color: #A2814A;
}
.AnyTagClassName
{
color: #A2814A;
}
</style>
background-color css
<style>
a { background-color: #A2814A; }
a { background-color: rgb(162,129,74); }
div.DivClassName
{
background-color: #A2814A;
}
.BgClassName
{
background-color: #A2814A;
}
</style>
border-color css
<style>
span { border-color: #A2814A; }
span { border-color: rgb(162,129,74); }
td.TdClassName
{
border-color: #A2814A;
}
.TagClassName
{
border-color: #A2814A;
}
</style>