Shades of Muddy Waters #A87D50
Tints of Muddy Waters #A87D50
RGB
CMYK
RGB Variations
Color information
#A87D50 (or 0xA87D50) is known color: Muddy Waters. HEX triplet: A8, 7D and 50. RGB value is (168,125,80). Sum of RGB (Red+Green+Blue) = 168+125+80=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D50 is #5782AF. Grayscale: #848484. Windows color (decimal): -5735088 or 5275048. OLE color: 5275048.
HSL color Cylindrical-coordinate representation of color #A87D50: hue angle of 30.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87D50 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 125 | 80 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.34 |
| HSL | 30.68º | 0.35% | 0.49% | - |
| HSV(B) | 30.68º | 0.52% | 0.66% | - |
| XYZ | 24.93 | 23.57 | 10.83 | - |
| YUV | 132.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 125 | 80 | 0 | 0.26 | 0.52 | 0.34 | 30.68 | 0.35 | 0.49 |
| Hex | A8 | 7D | 50 | 0 | 1A | 34 | 22 | 1F | 23 | 31 |
| Octal | 250 | 175 | 120 | 0 | 32 | 64 | 42 | 37 | 43 | 61 |
| Binary | 10101000 | 1111101 | 1010000 | 0 | 11010 | 110100 | 100010 | 11111 | 100011 | 110001 |
Color Harmonies of #A87D50
Complementary color
Monochromatic Colors of #A87D50
Black with #A87D50
Text Example
Text Example
White with #A87D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87D50; }
p { color: rgb(168,125,80); }
H1.HeaderClassName
{
color: #A87D50;
}
.AnyTagClassName
{
color: #A87D50;
}
</style>
background-color css
<style>
a { background-color: #A87D50; }
a { background-color: rgb(168,125,80); }
div.DivClassName
{
background-color: #A87D50;
}
.BgClassName
{
background-color: #A87D50;
}
</style>
border-color css
<style>
span { border-color: #A87D50; }
span { border-color: rgb(168,125,80); }
td.TdClassName
{
border-color: #A87D50;
}
.TagClassName
{
border-color: #A87D50;
}
</style>