Shades of Muddy Waters #A87945
Tints of Muddy Waters #A87945
RGB
CMYK
RGB Variations
Color information
#A87945 (or 0xA87945) is known color: Muddy Waters. HEX triplet: A8, 79 and 45. RGB value is (168,121,69). Sum of RGB (Red+Green+Blue) = 168+121+69=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A87945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87945 is #5786BA. Grayscale: #818181. Windows color (decimal): -5736123 or 4553128. OLE color: 4553128.
HSL color Cylindrical-coordinate representation of color #A87945: hue angle of 31.52º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A87945 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 69 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.34 |
| HSL | 31.52º | 0.42% | 0.46% | - |
| HSV(B) | 31.52º | 0.59% | 0.66% | - |
| XYZ | 24.06 | 22.43 | 8.69 | - |
| YUV | 129.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 69 | 0 | 0.28 | 0.59 | 0.34 | 31.52 | 0.42 | 0.46 |
| Hex | A8 | 79 | 45 | 0 | 1C | 3B | 22 | 20 | 2A | 2E |
| Octal | 250 | 171 | 105 | 0 | 34 | 73 | 42 | 40 | 52 | 56 |
| Binary | 10101000 | 1111001 | 1000101 | 0 | 11100 | 111011 | 100010 | 100000 | 101010 | 101110 |
Color Harmonies of #A87945
Complementary color
Monochromatic Colors of #A87945
Black with #A87945
Text Example
Text Example
White with #A87945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87945; }
p { color: rgb(168,121,69); }
H1.HeaderClassName
{
color: #A87945;
}
.AnyTagClassName
{
color: #A87945;
}
</style>
background-color css
<style>
a { background-color: #A87945; }
a { background-color: rgb(168,121,69); }
div.DivClassName
{
background-color: #A87945;
}
.BgClassName
{
background-color: #A87945;
}
</style>
border-color css
<style>
span { border-color: #A87945; }
span { border-color: rgb(168,121,69); }
td.TdClassName
{
border-color: #A87945;
}
.TagClassName
{
border-color: #A87945;
}
</style>