Shades of Muddy Waters #AB854D
Tints of Muddy Waters #AB854D
RGB
CMYK
RGB Variations
Color information
#AB854D (or 0xAB854D) is known color: Muddy Waters. HEX triplet: AB, 85 and 4D. RGB value is (171,133,77). Sum of RGB (Red+Green+Blue) = 171+133+77=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 171 - color contains mainly: red. Hex color #AB854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB854D is #547AB2. Grayscale: #8A8A8A. Windows color (decimal): -5536435 or 5080491. OLE color: 5080491.
HSL color Cylindrical-coordinate representation of color #AB854D: hue angle of 35.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB854D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 77 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.33 |
| HSL | 35.74º | 0.38% | 0.49% | - |
| HSV(B) | 35.74º | 0.55% | 0.67% | - |
| XYZ | 26.52 | 25.97 | 10.64 | - |
| YUV | 137.98 | 93.59 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 77 | 0 | 0.22 | 0.55 | 0.33 | 35.74 | 0.38 | 0.49 |
| Hex | AB | 85 | 4D | 0 | 16 | 37 | 21 | 24 | 26 | 31 |
| Octal | 253 | 205 | 115 | 0 | 26 | 67 | 41 | 44 | 46 | 61 |
| Binary | 10101011 | 10000101 | 1001101 | 0 | 10110 | 110111 | 100001 | 100100 | 100110 | 110001 |
Color Harmonies of #AB854D
Complementary color
Monochromatic Colors of #AB854D
Black with #AB854D
Text Example
Text Example
White with #AB854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB854D; }
p { color: rgb(171,133,77); }
H1.HeaderClassName
{
color: #AB854D;
}
.AnyTagClassName
{
color: #AB854D;
}
</style>
background-color css
<style>
a { background-color: #AB854D; }
a { background-color: rgb(171,133,77); }
div.DivClassName
{
background-color: #AB854D;
}
.BgClassName
{
background-color: #AB854D;
}
</style>
border-color css
<style>
span { border-color: #AB854D; }
span { border-color: rgb(171,133,77); }
td.TdClassName
{
border-color: #AB854D;
}
.TagClassName
{
border-color: #AB854D;
}
</style>