Shades of Muddy Waters #A0884B
Tints of Muddy Waters #A0884B
RGB
CMYK
RGB Variations
Color information
#A0884B (or 0xA0884B) is known color: Muddy Waters. HEX triplet: A0, 88 and 4B. RGB value is (160,136,75). Sum of RGB (Red+Green+Blue) = 160+136+75=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A0884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0884B is #5F77B4. Grayscale: #888888. Windows color (decimal): -6256565 or 4950176. OLE color: 4950176.
HSL color Cylindrical-coordinate representation of color #A0884B: hue angle of 43.06º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0884B is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 136 | 75 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.37 |
| HSL | 43.06º | 0.36% | 0.46% | - |
| HSV(B) | 43.06º | 0.53% | 0.63% | - |
| XYZ | 24.57 | 25.59 | 10.3 | - |
| YUV | 136.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 136 | 75 | 0 | 0.15 | 0.53 | 0.37 | 43.06 | 0.36 | 0.46 |
| Hex | A0 | 88 | 4B | 0 | F | 35 | 25 | 2B | 24 | 2E |
| Octal | 240 | 210 | 113 | 0 | 17 | 65 | 45 | 53 | 44 | 56 |
| Binary | 10100000 | 10001000 | 1001011 | 0 | 1111 | 110101 | 100101 | 101011 | 100100 | 101110 |
Color Harmonies of #A0884B
Complementary color
Monochromatic Colors of #A0884B
Black with #A0884B
Text Example
Text Example
White with #A0884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0884B; }
p { color: rgb(160,136,75); }
H1.HeaderClassName
{
color: #A0884B;
}
.AnyTagClassName
{
color: #A0884B;
}
</style>
background-color css
<style>
a { background-color: #A0884B; }
a { background-color: rgb(160,136,75); }
div.DivClassName
{
background-color: #A0884B;
}
.BgClassName
{
background-color: #A0884B;
}
</style>
border-color css
<style>
span { border-color: #A0884B; }
span { border-color: rgb(160,136,75); }
td.TdClassName
{
border-color: #A0884B;
}
.TagClassName
{
border-color: #A0884B;
}
</style>