Shades of Muddy Waters #AB824D
Tints of Muddy Waters #AB824D
RGB
CMYK
RGB Variations
Color information
#AB824D (or 0xAB824D) is known color: Muddy Waters. HEX triplet: AB, 82 and 4D. RGB value is (171,130,77). Sum of RGB (Red+Green+Blue) = 171+130+77=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB824D is #547DB2. Grayscale: #888888. Windows color (decimal): -5537203 or 5079723. OLE color: 5079723.
HSL color Cylindrical-coordinate representation of color #AB824D: hue angle of 33.83º 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 #AB824D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 77 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.33 |
| HSL | 33.83º | 0.38% | 0.49% | - |
| HSV(B) | 33.83º | 0.55% | 0.67% | - |
| XYZ | 26.12 | 25.16 | 10.5 | - |
| YUV | 136.22 | 94.58 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 77 | 0 | 0.24 | 0.55 | 0.33 | 33.83 | 0.38 | 0.49 |
| Hex | AB | 82 | 4D | 0 | 18 | 37 | 21 | 22 | 26 | 31 |
| Octal | 253 | 202 | 115 | 0 | 30 | 67 | 41 | 42 | 46 | 61 |
| Binary | 10101011 | 10000010 | 1001101 | 0 | 11000 | 110111 | 100001 | 100010 | 100110 | 110001 |
Color Harmonies of #AB824D
Complementary color
Monochromatic Colors of #AB824D
Black with #AB824D
Text Example
Text Example
White with #AB824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB824D; }
p { color: rgb(171,130,77); }
H1.HeaderClassName
{
color: #AB824D;
}
.AnyTagClassName
{
color: #AB824D;
}
</style>
background-color css
<style>
a { background-color: #AB824D; }
a { background-color: rgb(171,130,77); }
div.DivClassName
{
background-color: #AB824D;
}
.BgClassName
{
background-color: #AB824D;
}
</style>
border-color css
<style>
span { border-color: #AB824D; }
span { border-color: rgb(171,130,77); }
td.TdClassName
{
border-color: #AB824D;
}
.TagClassName
{
border-color: #AB824D;
}
</style>