Shades of Muddy Waters #AB8053
Tints of Muddy Waters #AB8053
RGB
CMYK
RGB Variations
Color information
#AB8053 (or 0xAB8053) is known color: Muddy Waters. HEX triplet: AB, 80 and 53. RGB value is (171,128,83). Sum of RGB (Red+Green+Blue) = 171+128+83=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8053 is #547FAC. Grayscale: #878787. Windows color (decimal): -5537709 or 5472427. OLE color: 5472427.
HSL color Cylindrical-coordinate representation of color #AB8053: hue angle of 30.68º degrees, saturation: 0.35, 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 #AB8053 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 83 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.33 |
| HSL | 30.68º | 0.35% | 0.5% | - |
| HSV(B) | 30.68º | 0.51% | 0.67% | - |
| XYZ | 26.08 | 24.72 | 11.58 | - |
| YUV | 135.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 83 | 0 | 0.25 | 0.51 | 0.33 | 30.68 | 0.35 | 0.5 |
| Hex | AB | 80 | 53 | 0 | 19 | 33 | 21 | 1F | 23 | 32 |
| Octal | 253 | 200 | 123 | 0 | 31 | 63 | 41 | 37 | 43 | 62 |
| Binary | 10101011 | 10000000 | 1010011 | 0 | 11001 | 110011 | 100001 | 11111 | 100011 | 110010 |
Color Harmonies of #AB8053
Complementary color
Monochromatic Colors of #AB8053
Black with #AB8053
Text Example
Text Example
White with #AB8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8053; }
p { color: rgb(171,128,83); }
H1.HeaderClassName
{
color: #AB8053;
}
.AnyTagClassName
{
color: #AB8053;
}
</style>
background-color css
<style>
a { background-color: #AB8053; }
a { background-color: rgb(171,128,83); }
div.DivClassName
{
background-color: #AB8053;
}
.BgClassName
{
background-color: #AB8053;
}
</style>
border-color css
<style>
span { border-color: #AB8053; }
span { border-color: rgb(171,128,83); }
td.TdClassName
{
border-color: #AB8053;
}
.TagClassName
{
border-color: #AB8053;
}
</style>