Shades of Muddy Waters #A8784B
Tints of Muddy Waters #A8784B
RGB
CMYK
RGB Variations
Color information
#A8784B (or 0xA8784B) is known color: Muddy Waters. HEX triplet: A8, 78 and 4B. RGB value is (168,120,75). Sum of RGB (Red+Green+Blue) = 168+120+75=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8784B is #5787B4. Grayscale: #818181. Windows color (decimal): -5736373 or 4946088. OLE color: 4946088.
HSL color Cylindrical-coordinate representation of color #A8784B: hue angle of 29.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8784B is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 120 | 75 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.34 |
| HSL | 29.03º | 0.38% | 0.48% | - |
| HSV(B) | 29.03º | 0.55% | 0.66% | - |
| XYZ | 24.13 | 22.27 | 9.68 | - |
| YUV | 129.22 | 97.4 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 120 | 75 | 0 | 0.29 | 0.55 | 0.34 | 29.03 | 0.38 | 0.48 |
| Hex | A8 | 78 | 4B | 0 | 1D | 37 | 22 | 1D | 26 | 30 |
| Octal | 250 | 170 | 113 | 0 | 35 | 67 | 42 | 35 | 46 | 60 |
| Binary | 10101000 | 1111000 | 1001011 | 0 | 11101 | 110111 | 100010 | 11101 | 100110 | 110000 |
Color Harmonies of #A8784B
Complementary color
Monochromatic Colors of #A8784B
Black with #A8784B
Text Example
Text Example
White with #A8784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8784B; }
p { color: rgb(168,120,75); }
H1.HeaderClassName
{
color: #A8784B;
}
.AnyTagClassName
{
color: #A8784B;
}
</style>
background-color css
<style>
a { background-color: #A8784B; }
a { background-color: rgb(168,120,75); }
div.DivClassName
{
background-color: #A8784B;
}
.BgClassName
{
background-color: #A8784B;
}
</style>
border-color css
<style>
span { border-color: #A8784B; }
span { border-color: rgb(168,120,75); }
td.TdClassName
{
border-color: #A8784B;
}
.TagClassName
{
border-color: #A8784B;
}
</style>