Shades of Muddy Waters #AB8452
Tints of Muddy Waters #AB8452
RGB
CMYK
RGB Variations
Color information
#AB8452 (or 0xAB8452) is known color: Muddy Waters. HEX triplet: AB, 84 and 52. RGB value is (171,132,82). Sum of RGB (Red+Green+Blue) = 171+132+82=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8452 is #547BAD. Grayscale: #8A8A8A. Windows color (decimal): -5536686 or 5407915. OLE color: 5407915.
HSL color Cylindrical-coordinate representation of color #AB8452: hue angle of 33.71º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB8452 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 82 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.33 |
| HSL | 33.71º | 0.35% | 0.5% | - |
| HSV(B) | 33.71º | 0.52% | 0.67% | - |
| XYZ | 26.57 | 25.77 | 11.56 | - |
| YUV | 137.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 82 | 0 | 0.23 | 0.52 | 0.33 | 33.71 | 0.35 | 0.5 |
| Hex | AB | 84 | 52 | 0 | 17 | 34 | 21 | 22 | 23 | 32 |
| Octal | 253 | 204 | 122 | 0 | 27 | 64 | 41 | 42 | 43 | 62 |
| Binary | 10101011 | 10000100 | 1010010 | 0 | 10111 | 110100 | 100001 | 100010 | 100011 | 110010 |
Color Harmonies of #AB8452
Complementary color
Monochromatic Colors of #AB8452
Black with #AB8452
Text Example
Text Example
White with #AB8452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8452; }
p { color: rgb(171,132,82); }
H1.HeaderClassName
{
color: #AB8452;
}
.AnyTagClassName
{
color: #AB8452;
}
</style>
background-color css
<style>
a { background-color: #AB8452; }
a { background-color: rgb(171,132,82); }
div.DivClassName
{
background-color: #AB8452;
}
.BgClassName
{
background-color: #AB8452;
}
</style>
border-color css
<style>
span { border-color: #AB8452; }
span { border-color: rgb(171,132,82); }
td.TdClassName
{
border-color: #AB8452;
}
.TagClassName
{
border-color: #AB8452;
}
</style>