Shades of Muddy Waters #AB8248
Tints of Muddy Waters #AB8248
RGB
CMYK
RGB Variations
Color information
#AB8248 (or 0xAB8248) is known color: Muddy Waters. HEX triplet: AB, 82 and 48. RGB value is (171,130,72). Sum of RGB (Red+Green+Blue) = 171+130+72=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8248 is #547DB7. Grayscale: #878787. Windows color (decimal): -5537208 or 4752043. OLE color: 4752043.
HSL color Cylindrical-coordinate representation of color #AB8248: hue angle of 35.15º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB8248 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 72 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.33 |
| HSL | 35.15º | 0.41% | 0.48% | - |
| HSV(B) | 35.15º | 0.58% | 0.67% | - |
| XYZ | 25.95 | 25.09 | 9.61 | - |
| YUV | 135.65 | 92.08 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 72 | 0 | 0.24 | 0.58 | 0.33 | 35.15 | 0.41 | 0.48 |
| Hex | AB | 82 | 48 | 0 | 18 | 3A | 21 | 23 | 29 | 30 |
| Octal | 253 | 202 | 110 | 0 | 30 | 72 | 41 | 43 | 51 | 60 |
| Binary | 10101011 | 10000010 | 1001000 | 0 | 11000 | 111010 | 100001 | 100011 | 101001 | 110000 |
Color Harmonies of #AB8248
Complementary color
Monochromatic Colors of #AB8248
Black with #AB8248
Text Example
Text Example
White with #AB8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8248; }
p { color: rgb(171,130,72); }
H1.HeaderClassName
{
color: #AB8248;
}
.AnyTagClassName
{
color: #AB8248;
}
</style>
background-color css
<style>
a { background-color: #AB8248; }
a { background-color: rgb(171,130,72); }
div.DivClassName
{
background-color: #AB8248;
}
.BgClassName
{
background-color: #AB8248;
}
</style>
border-color css
<style>
span { border-color: #AB8248; }
span { border-color: rgb(171,130,72); }
td.TdClassName
{
border-color: #AB8248;
}
.TagClassName
{
border-color: #AB8248;
}
</style>