Shades of Muddy Waters #AB844B
Tints of Muddy Waters #AB844B
RGB
CMYK
RGB Variations
Color information
#AB844B (or 0xAB844B) is known color: Muddy Waters. HEX triplet: AB, 84 and 4B. RGB value is (171,132,75). Sum of RGB (Red+Green+Blue) = 171+132+75=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB844B is #547BB4. Grayscale: #898989. Windows color (decimal): -5536693 or 4949163. OLE color: 4949163.
HSL color Cylindrical-coordinate representation of color #AB844B: hue angle of 35.62º degrees, saturation: 0.39, 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 #AB844B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 75 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.33 |
| HSL | 35.63º | 0.39% | 0.48% | - |
| HSV(B) | 35.63º | 0.56% | 0.67% | - |
| XYZ | 26.32 | 25.67 | 10.22 | - |
| YUV | 137.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 75 | 0 | 0.23 | 0.56 | 0.33 | 35.63 | 0.39 | 0.48 |
| Hex | AB | 84 | 4B | 0 | 17 | 38 | 21 | 24 | 27 | 30 |
| Octal | 253 | 204 | 113 | 0 | 27 | 70 | 41 | 44 | 47 | 60 |
| Binary | 10101011 | 10000100 | 1001011 | 0 | 10111 | 111000 | 100001 | 100100 | 100111 | 110000 |
Color Harmonies of #AB844B
Complementary color
Monochromatic Colors of #AB844B
Black with #AB844B
Text Example
Text Example
White with #AB844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB844B; }
p { color: rgb(171,132,75); }
H1.HeaderClassName
{
color: #AB844B;
}
.AnyTagClassName
{
color: #AB844B;
}
</style>
background-color css
<style>
a { background-color: #AB844B; }
a { background-color: rgb(171,132,75); }
div.DivClassName
{
background-color: #AB844B;
}
.BgClassName
{
background-color: #AB844B;
}
</style>
border-color css
<style>
span { border-color: #AB844B; }
span { border-color: rgb(171,132,75); }
td.TdClassName
{
border-color: #AB844B;
}
.TagClassName
{
border-color: #AB844B;
}
</style>