Shades of Muddy Waters #A28549
Tints of Muddy Waters #A28549
RGB
CMYK
RGB Variations
Color information
#A28549 (or 0xA28549) is known color: Muddy Waters. HEX triplet: A2, 85 and 49. RGB value is (162,133,73). Sum of RGB (Red+Green+Blue) = 162+133+73=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A28549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28549 is #5D7AB6. Grayscale: #878787. Windows color (decimal): -6126263 or 4818338. OLE color: 4818338.
HSL color Cylindrical-coordinate representation of color #A28549: hue angle of 40.45º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A28549 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 133 | 73 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.36 |
| HSL | 40.45º | 0.38% | 0.46% | - |
| HSV(B) | 40.45º | 0.55% | 0.64% | - |
| XYZ | 24.49 | 24.94 | 9.83 | - |
| YUV | 134.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 133 | 73 | 0 | 0.18 | 0.55 | 0.36 | 40.45 | 0.38 | 0.46 |
| Hex | A2 | 85 | 49 | 0 | 12 | 37 | 24 | 28 | 26 | 2E |
| Octal | 242 | 205 | 111 | 0 | 22 | 67 | 44 | 50 | 46 | 56 |
| Binary | 10100010 | 10000101 | 1001001 | 0 | 10010 | 110111 | 100100 | 101000 | 100110 | 101110 |
Color Harmonies of #A28549
Complementary color
Monochromatic Colors of #A28549
Black with #A28549
Text Example
Text Example
White with #A28549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28549; }
p { color: rgb(162,133,73); }
H1.HeaderClassName
{
color: #A28549;
}
.AnyTagClassName
{
color: #A28549;
}
</style>
background-color css
<style>
a { background-color: #A28549; }
a { background-color: rgb(162,133,73); }
div.DivClassName
{
background-color: #A28549;
}
.BgClassName
{
background-color: #A28549;
}
</style>
border-color css
<style>
span { border-color: #A28549; }
span { border-color: rgb(162,133,73); }
td.TdClassName
{
border-color: #A28549;
}
.TagClassName
{
border-color: #A28549;
}
</style>