Shades of Muddy Waters #AB804D
Tints of Muddy Waters #AB804D
RGB
CMYK
RGB Variations
Color information
#AB804D (or 0xAB804D) is known color: Muddy Waters. HEX triplet: AB, 80 and 4D. RGB value is (171,128,77). Sum of RGB (Red+Green+Blue) = 171+128+77=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB804D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB804D is #547FB2. Grayscale: #878787. Windows color (decimal): -5537715 or 5079211. OLE color: 5079211.
HSL color Cylindrical-coordinate representation of color #AB804D: hue angle of 32.55º 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 #AB804D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 77 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.33 |
| HSL | 32.55º | 0.38% | 0.49% | - |
| HSV(B) | 32.55º | 0.55% | 0.67% | - |
| XYZ | 25.85 | 24.63 | 10.41 | - |
| YUV | 135.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 77 | 0 | 0.25 | 0.55 | 0.33 | 32.55 | 0.38 | 0.49 |
| Hex | AB | 80 | 4D | 0 | 19 | 37 | 21 | 21 | 26 | 31 |
| Octal | 253 | 200 | 115 | 0 | 31 | 67 | 41 | 41 | 46 | 61 |
| Binary | 10101011 | 10000000 | 1001101 | 0 | 11001 | 110111 | 100001 | 100001 | 100110 | 110001 |
Color Harmonies of #AB804D
Complementary color
Monochromatic Colors of #AB804D
Black with #AB804D
Text Example
Text Example
White with #AB804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB804D; }
p { color: rgb(171,128,77); }
H1.HeaderClassName
{
color: #AB804D;
}
.AnyTagClassName
{
color: #AB804D;
}
</style>
background-color css
<style>
a { background-color: #AB804D; }
a { background-color: rgb(171,128,77); }
div.DivClassName
{
background-color: #AB804D;
}
.BgClassName
{
background-color: #AB804D;
}
</style>
border-color css
<style>
span { border-color: #AB804D; }
span { border-color: rgb(171,128,77); }
td.TdClassName
{
border-color: #AB804D;
}
.TagClassName
{
border-color: #AB804D;
}
</style>