Shades of Muddy Waters #AB8454
Tints of Muddy Waters #AB8454
RGB
CMYK
RGB Variations
Color information
#AB8454 (or 0xAB8454) is known color: Muddy Waters. HEX triplet: AB, 84 and 54. RGB value is (171,132,84). Sum of RGB (Red+Green+Blue) = 171+132+84=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8454 is #547BAB. Grayscale: #8A8A8A. Windows color (decimal): -5536684 or 5538987. OLE color: 5538987.
HSL color Cylindrical-coordinate representation of color #AB8454: hue angle of 33.1º 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 #AB8454 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 84 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.33 |
| HSL | 33.1º | 0.34% | 0.5% | - |
| HSV(B) | 33.1º | 0.51% | 0.67% | - |
| XYZ | 26.65 | 25.8 | 11.96 | - |
| YUV | 138.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 84 | 0 | 0.23 | 0.51 | 0.33 | 33.1 | 0.34 | 0.5 |
| Hex | AB | 84 | 54 | 0 | 17 | 33 | 21 | 21 | 22 | 32 |
| Octal | 253 | 204 | 124 | 0 | 27 | 63 | 41 | 41 | 42 | 62 |
| Binary | 10101011 | 10000100 | 1010100 | 0 | 10111 | 110011 | 100001 | 100001 | 100010 | 110010 |
Color Harmonies of #AB8454
Complementary color
Monochromatic Colors of #AB8454
Black with #AB8454
Text Example
Text Example
White with #AB8454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8454; }
p { color: rgb(171,132,84); }
H1.HeaderClassName
{
color: #AB8454;
}
.AnyTagClassName
{
color: #AB8454;
}
</style>
background-color css
<style>
a { background-color: #AB8454; }
a { background-color: rgb(171,132,84); }
div.DivClassName
{
background-color: #AB8454;
}
.BgClassName
{
background-color: #AB8454;
}
</style>
border-color css
<style>
span { border-color: #AB8454; }
span { border-color: rgb(171,132,84); }
td.TdClassName
{
border-color: #AB8454;
}
.TagClassName
{
border-color: #AB8454;
}
</style>