Shades of Muddy Waters #AB8158
Tints of Muddy Waters #AB8158
RGB
CMYK
RGB Variations
Color information
#AB8158 (or 0xAB8158) is known color: Muddy Waters. HEX triplet: AB, 81 and 58. RGB value is (171,129,88). Sum of RGB (Red+Green+Blue) = 171+129+88=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8158 is #547EA7. Grayscale: #898989. Windows color (decimal): -5537448 or 5800363. OLE color: 5800363.
HSL color Cylindrical-coordinate representation of color #AB8158: hue angle of 29.64º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB8158 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 88 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.33 |
| HSL | 29.64º | 0.33% | 0.51% | - |
| HSV(B) | 29.64º | 0.49% | 0.67% | - |
| XYZ | 26.41 | 25.06 | 12.68 | - |
| YUV | 136.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 88 | 0 | 0.25 | 0.49 | 0.33 | 29.64 | 0.33 | 0.51 |
| Hex | AB | 81 | 58 | 0 | 19 | 31 | 21 | 1E | 21 | 33 |
| Octal | 253 | 201 | 130 | 0 | 31 | 61 | 41 | 36 | 41 | 63 |
| Binary | 10101011 | 10000001 | 1011000 | 0 | 11001 | 110001 | 100001 | 11110 | 100001 | 110011 |
Color Harmonies of #AB8158
Complementary color
Monochromatic Colors of #AB8158
Black with #AB8158
Text Example
Text Example
White with #AB8158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8158; }
p { color: rgb(171,129,88); }
H1.HeaderClassName
{
color: #AB8158;
}
.AnyTagClassName
{
color: #AB8158;
}
</style>
background-color css
<style>
a { background-color: #AB8158; }
a { background-color: rgb(171,129,88); }
div.DivClassName
{
background-color: #AB8158;
}
.BgClassName
{
background-color: #AB8158;
}
</style>
border-color css
<style>
span { border-color: #AB8158; }
span { border-color: rgb(171,129,88); }
td.TdClassName
{
border-color: #AB8158;
}
.TagClassName
{
border-color: #AB8158;
}
</style>