Shades of Muddy Waters #A7814E
Tints of Muddy Waters #A7814E
RGB
CMYK
RGB Variations
Color information
#A7814E (or 0xA7814E) is known color: Muddy Waters. HEX triplet: A7, 81 and 4E. RGB value is (167,129,78). Sum of RGB (Red+Green+Blue) = 167+129+78=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7814E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7814E is #587EB1. Grayscale: #868686. Windows color (decimal): -5799602 or 5144999. OLE color: 5144999.
HSL color Cylindrical-coordinate representation of color #A7814E: hue angle of 34.38º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A7814E is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 78 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.35 |
| HSL | 34.38º | 0.36% | 0.48% | - |
| HSV(B) | 34.38º | 0.53% | 0.65% | - |
| XYZ | 25.16 | 24.47 | 10.6 | - |
| YUV | 134.55 | 96.09 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 78 | 0 | 0.23 | 0.53 | 0.35 | 34.38 | 0.36 | 0.48 |
| Hex | A7 | 81 | 4E | 0 | 17 | 35 | 23 | 22 | 24 | 30 |
| Octal | 247 | 201 | 116 | 0 | 27 | 65 | 43 | 42 | 44 | 60 |
| Binary | 10100111 | 10000001 | 1001110 | 0 | 10111 | 110101 | 100011 | 100010 | 100100 | 110000 |
Color Harmonies of #A7814E
Complementary color
Monochromatic Colors of #A7814E
Black with #A7814E
Text Example
Text Example
White with #A7814E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7814E; }
p { color: rgb(167,129,78); }
H1.HeaderClassName
{
color: #A7814E;
}
.AnyTagClassName
{
color: #A7814E;
}
</style>
background-color css
<style>
a { background-color: #A7814E; }
a { background-color: rgb(167,129,78); }
div.DivClassName
{
background-color: #A7814E;
}
.BgClassName
{
background-color: #A7814E;
}
</style>
border-color css
<style>
span { border-color: #A7814E; }
span { border-color: rgb(167,129,78); }
td.TdClassName
{
border-color: #A7814E;
}
.TagClassName
{
border-color: #A7814E;
}
</style>