Shades of Muddy Waters #AB7A54
Tints of Muddy Waters #AB7A54
RGB
CMYK
RGB Variations
Color information
#AB7A54 (or 0xAB7A54) is known color: Muddy Waters. HEX triplet: AB, 7A and 54. RGB value is (171,122,84). Sum of RGB (Red+Green+Blue) = 171+122+84=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A54 is #5485AB. Grayscale: #848484. Windows color (decimal): -5539244 or 5536427. OLE color: 5536427.
HSL color Cylindrical-coordinate representation of color #AB7A54: hue angle of 26.21º degrees, saturation: 0.34, 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 #AB7A54 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 84 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.33 |
| HSL | 26.21º | 0.34% | 0.5% | - |
| HSV(B) | 26.21º | 0.51% | 0.67% | - |
| XYZ | 25.35 | 23.22 | 11.53 | - |
| YUV | 132.32 | 100.73 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 84 | 0 | 0.29 | 0.51 | 0.33 | 26.21 | 0.34 | 0.5 |
| Hex | AB | 7A | 54 | 0 | 1D | 33 | 21 | 1A | 22 | 32 |
| Octal | 253 | 172 | 124 | 0 | 35 | 63 | 41 | 32 | 42 | 62 |
| Binary | 10101011 | 1111010 | 1010100 | 0 | 11101 | 110011 | 100001 | 11010 | 100010 | 110010 |
Color Harmonies of #AB7A54
Complementary color
Monochromatic Colors of #AB7A54
Black with #AB7A54
Text Example
Text Example
White with #AB7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A54; }
p { color: rgb(171,122,84); }
H1.HeaderClassName
{
color: #AB7A54;
}
.AnyTagClassName
{
color: #AB7A54;
}
</style>
background-color css
<style>
a { background-color: #AB7A54; }
a { background-color: rgb(171,122,84); }
div.DivClassName
{
background-color: #AB7A54;
}
.BgClassName
{
background-color: #AB7A54;
}
</style>
border-color css
<style>
span { border-color: #AB7A54; }
span { border-color: rgb(171,122,84); }
td.TdClassName
{
border-color: #AB7A54;
}
.TagClassName
{
border-color: #AB7A54;
}
</style>