Shades of Muddy Waters #A88248
Tints of Muddy Waters #A88248
RGB
CMYK
RGB Variations
Color information
#A88248 (or 0xA88248) is known color: Muddy Waters. HEX triplet: A8, 82 and 48. RGB value is (168,130,72). Sum of RGB (Red+Green+Blue) = 168+130+72=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A88248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88248 is #577DB7. Grayscale: #878787. Windows color (decimal): -5733816 or 4752040. OLE color: 4752040.
HSL color Cylindrical-coordinate representation of color #A88248: hue angle of 36.25º degrees, saturation: 0.4, 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 #A88248 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 72 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.34 |
| HSL | 36.25º | 0.4% | 0.47% | - |
| HSV(B) | 36.25º | 0.57% | 0.66% | - |
| XYZ | 25.3 | 24.76 | 9.58 | - |
| YUV | 134.75 | 92.59 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 72 | 0 | 0.23 | 0.57 | 0.34 | 36.25 | 0.4 | 0.47 |
| Hex | A8 | 82 | 48 | 0 | 17 | 39 | 22 | 24 | 28 | 2F |
| Octal | 250 | 202 | 110 | 0 | 27 | 71 | 42 | 44 | 50 | 57 |
| Binary | 10101000 | 10000010 | 1001000 | 0 | 10111 | 111001 | 100010 | 100100 | 101000 | 101111 |
Color Harmonies of #A88248
Complementary color
Monochromatic Colors of #A88248
Black with #A88248
Text Example
Text Example
White with #A88248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88248; }
p { color: rgb(168,130,72); }
H1.HeaderClassName
{
color: #A88248;
}
.AnyTagClassName
{
color: #A88248;
}
</style>
background-color css
<style>
a { background-color: #A88248; }
a { background-color: rgb(168,130,72); }
div.DivClassName
{
background-color: #A88248;
}
.BgClassName
{
background-color: #A88248;
}
</style>
border-color css
<style>
span { border-color: #A88248; }
span { border-color: rgb(168,130,72); }
td.TdClassName
{
border-color: #A88248;
}
.TagClassName
{
border-color: #A88248;
}
</style>