Shades of Muddy Waters #A88249
Tints of Muddy Waters #A88249
RGB
CMYK
RGB Variations
Color information
#A88249 (or 0xA88249) is known color: Muddy Waters. HEX triplet: A8, 82 and 49. RGB value is (168,130,73). Sum of RGB (Red+Green+Blue) = 168+130+73=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A88249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88249 is #577DB6. Grayscale: #878787. Windows color (decimal): -5733815 or 4817576. OLE color: 4817576.
HSL color Cylindrical-coordinate representation of color #A88249: hue angle of 36º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A88249 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 73 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.34 |
| HSL | 36º | 0.39% | 0.47% | - |
| HSV(B) | 36º | 0.57% | 0.66% | - |
| XYZ | 25.33 | 24.77 | 9.75 | - |
| YUV | 134.86 | 93.09 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 73 | 0 | 0.23 | 0.57 | 0.34 | 36 | 0.39 | 0.47 |
| Hex | A8 | 82 | 49 | 0 | 17 | 39 | 22 | 24 | 27 | 2F |
| Octal | 250 | 202 | 111 | 0 | 27 | 71 | 42 | 44 | 47 | 57 |
| Binary | 10101000 | 10000010 | 1001001 | 0 | 10111 | 111001 | 100010 | 100100 | 100111 | 101111 |
Color Harmonies of #A88249
Complementary color
Monochromatic Colors of #A88249
Black with #A88249
Text Example
Text Example
White with #A88249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88249; }
p { color: rgb(168,130,73); }
H1.HeaderClassName
{
color: #A88249;
}
.AnyTagClassName
{
color: #A88249;
}
</style>
background-color css
<style>
a { background-color: #A88249; }
a { background-color: rgb(168,130,73); }
div.DivClassName
{
background-color: #A88249;
}
.BgClassName
{
background-color: #A88249;
}
</style>
border-color css
<style>
span { border-color: #A88249; }
span { border-color: rgb(168,130,73); }
td.TdClassName
{
border-color: #A88249;
}
.TagClassName
{
border-color: #A88249;
}
</style>