Shades of Muddy Waters #AB8450
Tints of Muddy Waters #AB8450
RGB
CMYK
RGB Variations
Color information
#AB8450 (or 0xAB8450) is known color: Muddy Waters. HEX triplet: AB, 84 and 50. RGB value is (171,132,80). Sum of RGB (Red+Green+Blue) = 171+132+80=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8450 is #547BAF. Grayscale: #898989. Windows color (decimal): -5536688 or 5276843. OLE color: 5276843.
HSL color Cylindrical-coordinate representation of color #AB8450: hue angle of 34.29º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB8450 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 80 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.33 |
| HSL | 34.29º | 0.36% | 0.49% | - |
| HSV(B) | 34.29º | 0.53% | 0.67% | - |
| XYZ | 26.49 | 25.74 | 11.16 | - |
| YUV | 137.73 | 95.42 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 80 | 0 | 0.23 | 0.53 | 0.33 | 34.29 | 0.36 | 0.49 |
| Hex | AB | 84 | 50 | 0 | 17 | 35 | 21 | 22 | 24 | 31 |
| Octal | 253 | 204 | 120 | 0 | 27 | 65 | 41 | 42 | 44 | 61 |
| Binary | 10101011 | 10000100 | 1010000 | 0 | 10111 | 110101 | 100001 | 100010 | 100100 | 110001 |
Color Harmonies of #AB8450
Complementary color
Monochromatic Colors of #AB8450
Black with #AB8450
Text Example
Text Example
White with #AB8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8450; }
p { color: rgb(171,132,80); }
H1.HeaderClassName
{
color: #AB8450;
}
.AnyTagClassName
{
color: #AB8450;
}
</style>
background-color css
<style>
a { background-color: #AB8450; }
a { background-color: rgb(171,132,80); }
div.DivClassName
{
background-color: #AB8450;
}
.BgClassName
{
background-color: #AB8450;
}
</style>
border-color css
<style>
span { border-color: #AB8450; }
span { border-color: rgb(171,132,80); }
td.TdClassName
{
border-color: #AB8450;
}
.TagClassName
{
border-color: #AB8450;
}
</style>