Shades of Muddy Waters #AB8154
Tints of Muddy Waters #AB8154
RGB
CMYK
RGB Variations
Color information
#AB8154 (or 0xAB8154) is known color: Muddy Waters. HEX triplet: AB, 81 and 54. RGB value is (171,129,84). Sum of RGB (Red+Green+Blue) = 171+129+84=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8154 is #547EAB. Grayscale: #888888. Windows color (decimal): -5537452 or 5538219. OLE color: 5538219.
HSL color Cylindrical-coordinate representation of color #AB8154: hue angle of 31.03º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB8154 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 84 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.33 |
| HSL | 31.03º | 0.34% | 0.5% | - |
| HSV(B) | 31.03º | 0.51% | 0.67% | - |
| XYZ | 26.25 | 25 | 11.83 | - |
| YUV | 136.43 | 98.41 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 84 | 0 | 0.25 | 0.51 | 0.33 | 31.03 | 0.34 | 0.5 |
| Hex | AB | 81 | 54 | 0 | 19 | 33 | 21 | 1F | 22 | 32 |
| Octal | 253 | 201 | 124 | 0 | 31 | 63 | 41 | 37 | 42 | 62 |
| Binary | 10101011 | 10000001 | 1010100 | 0 | 11001 | 110011 | 100001 | 11111 | 100010 | 110010 |
Color Harmonies of #AB8154
Complementary color
Monochromatic Colors of #AB8154
Black with #AB8154
Text Example
Text Example
White with #AB8154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8154; }
p { color: rgb(171,129,84); }
H1.HeaderClassName
{
color: #AB8154;
}
.AnyTagClassName
{
color: #AB8154;
}
</style>
background-color css
<style>
a { background-color: #AB8154; }
a { background-color: rgb(171,129,84); }
div.DivClassName
{
background-color: #AB8154;
}
.BgClassName
{
background-color: #AB8154;
}
</style>
border-color css
<style>
span { border-color: #AB8154; }
span { border-color: rgb(171,129,84); }
td.TdClassName
{
border-color: #AB8154;
}
.TagClassName
{
border-color: #AB8154;
}
</style>