Shades of Muddy Waters #A28849
Tints of Muddy Waters #A28849
RGB
CMYK
RGB Variations
Color information
#A28849 (or 0xA28849) is known color: Muddy Waters. HEX triplet: A2, 88 and 49. RGB value is (162,136,73). Sum of RGB (Red+Green+Blue) = 162+136+73=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A28849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28849 is #5D77B6. Grayscale: #888888. Windows color (decimal): -6125495 or 4819106. OLE color: 4819106.
HSL color Cylindrical-coordinate representation of color #A28849: hue angle of 42.47º 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 #A28849 is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 136 | 73 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.36 |
| HSL | 42.47º | 0.38% | 0.46% | - |
| HSV(B) | 42.47º | 0.55% | 0.64% | - |
| XYZ | 24.91 | 25.77 | 9.96 | - |
| YUV | 136.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 136 | 73 | 0 | 0.16 | 0.55 | 0.36 | 42.47 | 0.38 | 0.46 |
| Hex | A2 | 88 | 49 | 0 | 10 | 37 | 24 | 2A | 26 | 2E |
| Octal | 242 | 210 | 111 | 0 | 20 | 67 | 44 | 52 | 46 | 56 |
| Binary | 10100010 | 10001000 | 1001001 | 0 | 10000 | 110111 | 100100 | 101010 | 100110 | 101110 |
Color Harmonies of #A28849
Complementary color
Monochromatic Colors of #A28849
Black with #A28849
Text Example
Text Example
White with #A28849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28849; }
p { color: rgb(162,136,73); }
H1.HeaderClassName
{
color: #A28849;
}
.AnyTagClassName
{
color: #A28849;
}
</style>
background-color css
<style>
a { background-color: #A28849; }
a { background-color: rgb(162,136,73); }
div.DivClassName
{
background-color: #A28849;
}
.BgClassName
{
background-color: #A28849;
}
</style>
border-color css
<style>
span { border-color: #A28849; }
span { border-color: rgb(162,136,73); }
td.TdClassName
{
border-color: #A28849;
}
.TagClassName
{
border-color: #A28849;
}
</style>