Shades of Muddy Waters #A87F41
Tints of Muddy Waters #A87F41
RGB
CMYK
RGB Variations
Color information
#A87F41 (or 0xA87F41) is known color: Muddy Waters. HEX triplet: A8, 7F and 41. RGB value is (168,127,65). Sum of RGB (Red+Green+Blue) = 168+127+65=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87F41 is #5780BE. Grayscale: #848484. Windows color (decimal): -5734591 or 4292520. OLE color: 4292520.
HSL color Cylindrical-coordinate representation of color #A87F41: hue angle of 36.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A87F41 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 127 | 65 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.34 |
| HSL | 36.12º | 0.44% | 0.46% | - |
| HSV(B) | 36.12º | 0.61% | 0.66% | - |
| XYZ | 24.69 | 23.89 | 8.31 | - |
| YUV | 132.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 65 | 0 | 0.24 | 0.61 | 0.34 | 36.12 | 0.44 | 0.46 |
| Hex | A8 | 7F | 41 | 0 | 18 | 3D | 22 | 24 | 2C | 2E |
| Octal | 250 | 177 | 101 | 0 | 30 | 75 | 42 | 44 | 54 | 56 |
| Binary | 10101000 | 1111111 | 1000001 | 0 | 11000 | 111101 | 100010 | 100100 | 101100 | 101110 |
Color Harmonies of #A87F41
Complementary color
Monochromatic Colors of #A87F41
Black with #A87F41
Text Example
Text Example
White with #A87F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87F41; }
p { color: rgb(168,127,65); }
H1.HeaderClassName
{
color: #A87F41;
}
.AnyTagClassName
{
color: #A87F41;
}
</style>
background-color css
<style>
a { background-color: #A87F41; }
a { background-color: rgb(168,127,65); }
div.DivClassName
{
background-color: #A87F41;
}
.BgClassName
{
background-color: #A87F41;
}
</style>
border-color css
<style>
span { border-color: #A87F41; }
span { border-color: rgb(168,127,65); }
td.TdClassName
{
border-color: #A87F41;
}
.TagClassName
{
border-color: #A87F41;
}
</style>