Shades of Muddy Waters #AB8259
Tints of Muddy Waters #AB8259
RGB
CMYK
RGB Variations
Color information
#AB8259 (or 0xAB8259) is known color: Muddy Waters. HEX triplet: AB, 82 and 59. RGB value is (171,130,89). Sum of RGB (Red+Green+Blue) = 171+130+89=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 89 (35.16% from 255 or 22.82% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8259 is #547DA6. Grayscale: #898989. Windows color (decimal): -5537191 or 5866155. OLE color: 5866155.
HSL color Cylindrical-coordinate representation of color #AB8259: hue angle of 30º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB8259 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 89 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.33 |
| HSL | 30º | 0.33% | 0.51% | - |
| HSV(B) | 30º | 0.48% | 0.67% | - |
| XYZ | 26.58 | 25.34 | 12.94 | - |
| YUV | 137.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 89 | 0 | 0.24 | 0.48 | 0.33 | 30 | 0.33 | 0.51 |
| Hex | AB | 82 | 59 | 0 | 18 | 30 | 21 | 1E | 21 | 33 |
| Octal | 253 | 202 | 131 | 0 | 30 | 60 | 41 | 36 | 41 | 63 |
| Binary | 10101011 | 10000010 | 1011001 | 0 | 11000 | 110000 | 100001 | 11110 | 100001 | 110011 |
Color Harmonies of #AB8259
Complementary color
Monochromatic Colors of #AB8259
Black with #AB8259
Text Example
Text Example
White with #AB8259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8259; }
p { color: rgb(171,130,89); }
H1.HeaderClassName
{
color: #AB8259;
}
.AnyTagClassName
{
color: #AB8259;
}
</style>
background-color css
<style>
a { background-color: #AB8259; }
a { background-color: rgb(171,130,89); }
div.DivClassName
{
background-color: #AB8259;
}
.BgClassName
{
background-color: #AB8259;
}
</style>
border-color css
<style>
span { border-color: #AB8259; }
span { border-color: rgb(171,130,89); }
td.TdClassName
{
border-color: #AB8259;
}
.TagClassName
{
border-color: #AB8259;
}
</style>