Shades of Muddy Waters #A87A4B
Tints of Muddy Waters #A87A4B
RGB
CMYK
RGB Variations
Color information
#A87A4B (or 0xA87A4B) is known color: Muddy Waters. HEX triplet: A8, 7A and 4B. RGB value is (168,122,75). Sum of RGB (Red+Green+Blue) = 168+122+75=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A87A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A87A4B is #5785B4. Grayscale: #828282. Windows color (decimal): -5735861 or 4946600. OLE color: 4946600.
HSL color Cylindrical-coordinate representation of color #A87A4B: hue angle of 30.32º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A87A4B is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 122 | 75 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.34 |
| HSL | 30.32º | 0.38% | 0.48% | - |
| HSV(B) | 30.32º | 0.55% | 0.66% | - |
| XYZ | 24.38 | 22.75 | 9.76 | - |
| YUV | 130.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 75 | 0 | 0.27 | 0.55 | 0.34 | 30.32 | 0.38 | 0.48 |
| Hex | A8 | 7A | 4B | 0 | 1B | 37 | 22 | 1E | 26 | 30 |
| Octal | 250 | 172 | 113 | 0 | 33 | 67 | 42 | 36 | 46 | 60 |
| Binary | 10101000 | 1111010 | 1001011 | 0 | 11011 | 110111 | 100010 | 11110 | 100110 | 110000 |
Color Harmonies of #A87A4B
Complementary color
Monochromatic Colors of #A87A4B
Black with #A87A4B
Text Example
Text Example
White with #A87A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87A4B; }
p { color: rgb(168,122,75); }
H1.HeaderClassName
{
color: #A87A4B;
}
.AnyTagClassName
{
color: #A87A4B;
}
</style>
background-color css
<style>
a { background-color: #A87A4B; }
a { background-color: rgb(168,122,75); }
div.DivClassName
{
background-color: #A87A4B;
}
.BgClassName
{
background-color: #A87A4B;
}
</style>
border-color css
<style>
span { border-color: #A87A4B; }
span { border-color: rgb(168,122,75); }
td.TdClassName
{
border-color: #A87A4B;
}
.TagClassName
{
border-color: #A87A4B;
}
</style>