Shades of Muddy Waters #AB814C
Tints of Muddy Waters #AB814C
RGB
CMYK
RGB Variations
Color information
#AB814C (or 0xAB814C) is known color: Muddy Waters. HEX triplet: AB, 81 and 4C. RGB value is (171,129,76). Sum of RGB (Red+Green+Blue) = 171+129+76=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB814C is #547EB3. Grayscale: #878787. Windows color (decimal): -5537460 or 5013931. OLE color: 5013931.
HSL color Cylindrical-coordinate representation of color #AB814C: hue angle of 33.47º 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 #AB814C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 76 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.33 |
| HSL | 33.47º | 0.38% | 0.48% | - |
| HSV(B) | 33.47º | 0.56% | 0.67% | - |
| XYZ | 25.95 | 24.88 | 10.27 | - |
| YUV | 135.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 76 | 0 | 0.25 | 0.56 | 0.33 | 33.47 | 0.38 | 0.48 |
| Hex | AB | 81 | 4C | 0 | 19 | 38 | 21 | 21 | 26 | 30 |
| Octal | 253 | 201 | 114 | 0 | 31 | 70 | 41 | 41 | 46 | 60 |
| Binary | 10101011 | 10000001 | 1001100 | 0 | 11001 | 111000 | 100001 | 100001 | 100110 | 110000 |
Color Harmonies of #AB814C
Complementary color
Monochromatic Colors of #AB814C
Black with #AB814C
Text Example
Text Example
White with #AB814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB814C; }
p { color: rgb(171,129,76); }
H1.HeaderClassName
{
color: #AB814C;
}
.AnyTagClassName
{
color: #AB814C;
}
</style>
background-color css
<style>
a { background-color: #AB814C; }
a { background-color: rgb(171,129,76); }
div.DivClassName
{
background-color: #AB814C;
}
.BgClassName
{
background-color: #AB814C;
}
</style>
border-color css
<style>
span { border-color: #AB814C; }
span { border-color: rgb(171,129,76); }
td.TdClassName
{
border-color: #AB814C;
}
.TagClassName
{
border-color: #AB814C;
}
</style>