Shades of Muddy Waters #AB7B4D
Tints of Muddy Waters #AB7B4D
RGB
CMYK
RGB Variations
Color information
#AB7B4D (or 0xAB7B4D) is known color: Muddy Waters. HEX triplet: AB, 7B and 4D. RGB value is (171,123,77). Sum of RGB (Red+Green+Blue) = 171+123+77=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B4D is #5484B2. Grayscale: #848484. Windows color (decimal): -5538995 or 5077931. OLE color: 5077931.
HSL color Cylindrical-coordinate representation of color #AB7B4D: hue angle of 29.36º 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 #AB7B4D is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 77 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.33 |
| HSL | 29.36º | 0.38% | 0.49% | - |
| HSV(B) | 29.36º | 0.55% | 0.67% | - |
| XYZ | 25.22 | 23.36 | 10.2 | - |
| YUV | 132.11 | 96.9 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 77 | 0 | 0.28 | 0.55 | 0.33 | 29.36 | 0.38 | 0.49 |
| Hex | AB | 7B | 4D | 0 | 1C | 37 | 21 | 1D | 26 | 31 |
| Octal | 253 | 173 | 115 | 0 | 34 | 67 | 41 | 35 | 46 | 61 |
| Binary | 10101011 | 1111011 | 1001101 | 0 | 11100 | 110111 | 100001 | 11101 | 100110 | 110001 |
Color Harmonies of #AB7B4D
Complementary color
Monochromatic Colors of #AB7B4D
Black with #AB7B4D
Text Example
Text Example
White with #AB7B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B4D; }
p { color: rgb(171,123,77); }
H1.HeaderClassName
{
color: #AB7B4D;
}
.AnyTagClassName
{
color: #AB7B4D;
}
</style>
background-color css
<style>
a { background-color: #AB7B4D; }
a { background-color: rgb(171,123,77); }
div.DivClassName
{
background-color: #AB7B4D;
}
.BgClassName
{
background-color: #AB7B4D;
}
</style>
border-color css
<style>
span { border-color: #AB7B4D; }
span { border-color: rgb(171,123,77); }
td.TdClassName
{
border-color: #AB7B4D;
}
.TagClassName
{
border-color: #AB7B4D;
}
</style>