Shades of Muddy Waters #AB824F
Tints of Muddy Waters #AB824F
RGB
CMYK
RGB Variations
Color information
#AB824F (or 0xAB824F) is known color: Muddy Waters. HEX triplet: AB, 82 and 4F. RGB value is (171,130,79). Sum of RGB (Red+Green+Blue) = 171+130+79=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB824F is #547DB0. Grayscale: #888888. Windows color (decimal): -5537201 or 5210795. OLE color: 5210795.
HSL color Cylindrical-coordinate representation of color #AB824F: hue angle of 33.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB824F is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 79 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.33 |
| HSL | 33.26º | 0.37% | 0.49% | - |
| HSV(B) | 33.26º | 0.54% | 0.67% | - |
| XYZ | 26.19 | 25.19 | 10.88 | - |
| YUV | 136.45 | 95.58 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 79 | 0 | 0.24 | 0.54 | 0.33 | 33.26 | 0.37 | 0.49 |
| Hex | AB | 82 | 4F | 0 | 18 | 36 | 21 | 21 | 25 | 31 |
| Octal | 253 | 202 | 117 | 0 | 30 | 66 | 41 | 41 | 45 | 61 |
| Binary | 10101011 | 10000010 | 1001111 | 0 | 11000 | 110110 | 100001 | 100001 | 100101 | 110001 |
Color Harmonies of #AB824F
Complementary color
Monochromatic Colors of #AB824F
Black with #AB824F
Text Example
Text Example
White with #AB824F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB824F; }
p { color: rgb(171,130,79); }
H1.HeaderClassName
{
color: #AB824F;
}
.AnyTagClassName
{
color: #AB824F;
}
</style>
background-color css
<style>
a { background-color: #AB824F; }
a { background-color: rgb(171,130,79); }
div.DivClassName
{
background-color: #AB824F;
}
.BgClassName
{
background-color: #AB824F;
}
</style>
border-color css
<style>
span { border-color: #AB824F; }
span { border-color: rgb(171,130,79); }
td.TdClassName
{
border-color: #AB824F;
}
.TagClassName
{
border-color: #AB824F;
}
</style>