Shades of Muddy Waters #A87A3F
Tints of Muddy Waters #A87A3F
RGB
CMYK
RGB Variations
Color information
#A87A3F (or 0xA87A3F) is known color: Muddy Waters. HEX triplet: A8, 7A and 3F. RGB value is (168,122,63). Sum of RGB (Red+Green+Blue) = 168+122+63=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A3F is #5785C0. Grayscale: #818181. Windows color (decimal): -5735873 or 4160168. OLE color: 4160168.
HSL color Cylindrical-coordinate representation of color #A87A3F: hue angle of 33.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A87A3F is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 63 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.34 |
| HSL | 33.71º | 0.45% | 0.45% | - |
| HSV(B) | 33.71º | 0.63% | 0.66% | - |
| XYZ | 24.01 | 22.6 | 7.8 | - |
| YUV | 129.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 63 | 0 | 0.27 | 0.63 | 0.34 | 33.71 | 0.45 | 0.45 |
| Hex | A8 | 7A | 3F | 0 | 1B | 3F | 22 | 22 | 2D | 2D |
| Octal | 250 | 172 | 77 | 0 | 33 | 77 | 42 | 42 | 55 | 55 |
| Binary | 10101000 | 1111010 | 111111 | 0 | 11011 | 111111 | 100010 | 100010 | 101101 | 101101 |
Color Harmonies of #A87A3F
Complementary color
Monochromatic Colors of #A87A3F
Black with #A87A3F
Text Example
Text Example
White with #A87A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A3F; }
p { color: rgb(168,122,63); }
H1.HeaderClassName
{
color: #A87A3F;
}
.AnyTagClassName
{
color: #A87A3F;
}
</style>
background-color css
<style>
a { background-color: #A87A3F; }
a { background-color: rgb(168,122,63); }
div.DivClassName
{
background-color: #A87A3F;
}
.BgClassName
{
background-color: #A87A3F;
}
</style>
border-color css
<style>
span { border-color: #A87A3F; }
span { border-color: rgb(168,122,63); }
td.TdClassName
{
border-color: #A87A3F;
}
.TagClassName
{
border-color: #A87A3F;
}
</style>