Shades of Muddy Waters #A87B40
Tints of Muddy Waters #A87B40
RGB
CMYK
RGB Variations
Color information
#A87B40 (or 0xA87B40) is known color: Muddy Waters. HEX triplet: A8, 7B and 40. RGB value is (168,123,64). Sum of RGB (Red+Green+Blue) = 168+123+64=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 168 - color contains mainly: red. Hex color #A87B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87B40 is #5784BF. Grayscale: #828282. Windows color (decimal): -5735616 or 4225960. OLE color: 4225960.
HSL color Cylindrical-coordinate representation of color #A87B40: hue angle of 34.04º 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 #A87B40 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 123 | 64 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.34 |
| HSL | 34.04º | 0.45% | 0.45% | - |
| HSV(B) | 34.04º | 0.62% | 0.66% | - |
| XYZ | 24.16 | 22.86 | 7.99 | - |
| YUV | 129.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 123 | 64 | 0 | 0.27 | 0.62 | 0.34 | 34.04 | 0.45 | 0.45 |
| Hex | A8 | 7B | 40 | 0 | 1B | 3E | 22 | 22 | 2D | 2D |
| Octal | 250 | 173 | 100 | 0 | 33 | 76 | 42 | 42 | 55 | 55 |
| Binary | 10101000 | 1111011 | 1000000 | 0 | 11011 | 111110 | 100010 | 100010 | 101101 | 101101 |
Color Harmonies of #A87B40
Complementary color
Monochromatic Colors of #A87B40
Black with #A87B40
Text Example
Text Example
White with #A87B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87B40; }
p { color: rgb(168,123,64); }
H1.HeaderClassName
{
color: #A87B40;
}
.AnyTagClassName
{
color: #A87B40;
}
</style>
background-color css
<style>
a { background-color: #A87B40; }
a { background-color: rgb(168,123,64); }
div.DivClassName
{
background-color: #A87B40;
}
.BgClassName
{
background-color: #A87B40;
}
</style>
border-color css
<style>
span { border-color: #A87B40; }
span { border-color: rgb(168,123,64); }
td.TdClassName
{
border-color: #A87B40;
}
.TagClassName
{
border-color: #A87B40;
}
</style>