Shades of Muddy Waters #A4884B
Tints of Muddy Waters #A4884B
RGB
CMYK
RGB Variations
Color information
#A4884B (or 0xA4884B) is known color: Muddy Waters. HEX triplet: A4, 88 and 4B. RGB value is (164,136,75). Sum of RGB (Red+Green+Blue) = 164+136+75=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4884B is #5B77B4. Grayscale: #898989. Windows color (decimal): -5994421 or 4950180. OLE color: 4950180.
HSL color Cylindrical-coordinate representation of color #A4884B: hue angle of 41.12º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4884B is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 136 | 75 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.36 |
| HSL | 41.12º | 0.37% | 0.47% | - |
| HSV(B) | 41.12º | 0.54% | 0.64% | - |
| XYZ | 25.38 | 26.01 | 10.34 | - |
| YUV | 137.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 136 | 75 | 0 | 0.17 | 0.54 | 0.36 | 41.12 | 0.37 | 0.47 |
| Hex | A4 | 88 | 4B | 0 | 11 | 36 | 24 | 29 | 25 | 2F |
| Octal | 244 | 210 | 113 | 0 | 21 | 66 | 44 | 51 | 45 | 57 |
| Binary | 10100100 | 10001000 | 1001011 | 0 | 10001 | 110110 | 100100 | 101001 | 100101 | 101111 |
Color Harmonies of #A4884B
Complementary color
Monochromatic Colors of #A4884B
Black with #A4884B
Text Example
Text Example
White with #A4884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4884B; }
p { color: rgb(164,136,75); }
H1.HeaderClassName
{
color: #A4884B;
}
.AnyTagClassName
{
color: #A4884B;
}
</style>
background-color css
<style>
a { background-color: #A4884B; }
a { background-color: rgb(164,136,75); }
div.DivClassName
{
background-color: #A4884B;
}
.BgClassName
{
background-color: #A4884B;
}
</style>
border-color css
<style>
span { border-color: #A4884B; }
span { border-color: rgb(164,136,75); }
td.TdClassName
{
border-color: #A4884B;
}
.TagClassName
{
border-color: #A4884B;
}
</style>