Shades of Muddy Waters #AC884B
Tints of Muddy Waters #AC884B
RGB
CMYK
RGB Variations
Color information
#AC884B (or 0xAC884B) is known color: Muddy Waters. HEX triplet: AC, 88 and 4B. RGB value is (172,136,75). Sum of RGB (Red+Green+Blue) = 172+136+75=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 136 (53.52% from 255 or 35.51% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC884B is #5377B4. Grayscale: #8C8C8C. Windows color (decimal): -5470133 or 4950188. OLE color: 4950188.
HSL color Cylindrical-coordinate representation of color #AC884B: hue angle of 37.73º 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 #AC884B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 136 | 75 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.33 |
| HSL | 37.73º | 0.39% | 0.48% | - |
| HSV(B) | 37.73º | 0.56% | 0.67% | - |
| XYZ | 27.09 | 26.89 | 10.42 | - |
| YUV | 139.81 | 91.43 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 136 | 75 | 0 | 0.21 | 0.56 | 0.33 | 37.73 | 0.39 | 0.48 |
| Hex | AC | 88 | 4B | 0 | 15 | 38 | 21 | 26 | 27 | 30 |
| Octal | 254 | 210 | 113 | 0 | 25 | 70 | 41 | 46 | 47 | 60 |
| Binary | 10101100 | 10001000 | 1001011 | 0 | 10101 | 111000 | 100001 | 100110 | 100111 | 110000 |
Color Harmonies of #AC884B
Complementary color
Monochromatic Colors of #AC884B
Black with #AC884B
Text Example
Text Example
White with #AC884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC884B; }
p { color: rgb(172,136,75); }
H1.HeaderClassName
{
color: #AC884B;
}
.AnyTagClassName
{
color: #AC884B;
}
</style>
background-color css
<style>
a { background-color: #AC884B; }
a { background-color: rgb(172,136,75); }
div.DivClassName
{
background-color: #AC884B;
}
.BgClassName
{
background-color: #AC884B;
}
</style>
border-color css
<style>
span { border-color: #AC884B; }
span { border-color: rgb(172,136,75); }
td.TdClassName
{
border-color: #AC884B;
}
.TagClassName
{
border-color: #AC884B;
}
</style>