Shades of Muddy Waters #AB884C
Tints of Muddy Waters #AB884C
RGB
CMYK
RGB Variations
Color information
#AB884C (or 0xAB884C) is known color: Muddy Waters. HEX triplet: AB, 88 and 4C. RGB value is (171,136,76). Sum of RGB (Red+Green+Blue) = 171+136+76=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB884C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB884C is #5477B3. Grayscale: #8B8B8B. Windows color (decimal): -5535668 or 5015723. OLE color: 5015723.
HSL color Cylindrical-coordinate representation of color #AB884C: hue angle of 37.89º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB884C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 76 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.33 |
| HSL | 37.89º | 0.38% | 0.48% | - |
| HSV(B) | 37.89º | 0.56% | 0.67% | - |
| XYZ | 26.9 | 26.79 | 10.59 | - |
| YUV | 139.63 | 92.1 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 76 | 0 | 0.20 | 0.56 | 0.33 | 37.89 | 0.38 | 0.48 |
| Hex | AB | 88 | 4C | 0 | 14 | 38 | 21 | 26 | 26 | 30 |
| Octal | 253 | 210 | 114 | 0 | 24 | 70 | 41 | 46 | 46 | 60 |
| Binary | 10101011 | 10001000 | 1001100 | 0 | 10100 | 111000 | 100001 | 100110 | 100110 | 110000 |
Color Harmonies of #AB884C
Complementary color
Monochromatic Colors of #AB884C
Black with #AB884C
Text Example
Text Example
White with #AB884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB884C; }
p { color: rgb(171,136,76); }
H1.HeaderClassName
{
color: #AB884C;
}
.AnyTagClassName
{
color: #AB884C;
}
</style>
background-color css
<style>
a { background-color: #AB884C; }
a { background-color: rgb(171,136,76); }
div.DivClassName
{
background-color: #AB884C;
}
.BgClassName
{
background-color: #AB884C;
}
</style>
border-color css
<style>
span { border-color: #AB884C; }
span { border-color: rgb(171,136,76); }
td.TdClassName
{
border-color: #AB884C;
}
.TagClassName
{
border-color: #AB884C;
}
</style>