Shades of Muddy Waters #A7834C
Tints of Muddy Waters #A7834C
RGB
CMYK
RGB Variations
Color information
#A7834C (or 0xA7834C) is known color: Muddy Waters. HEX triplet: A7, 83 and 4C. RGB value is (167,131,76). Sum of RGB (Red+Green+Blue) = 167+131+76=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7834C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7834C is #587CB3. Grayscale: #878787. Windows color (decimal): -5799092 or 5014439. OLE color: 5014439.
HSL color Cylindrical-coordinate representation of color #A7834C: hue angle of 36.26º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A7834C is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 131 | 76 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.35 |
| HSL | 36.26º | 0.37% | 0.48% | - |
| HSV(B) | 36.26º | 0.54% | 0.65% | - |
| XYZ | 25.36 | 24.97 | 10.32 | - |
| YUV | 135.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 131 | 76 | 0 | 0.22 | 0.54 | 0.35 | 36.26 | 0.37 | 0.48 |
| Hex | A7 | 83 | 4C | 0 | 16 | 36 | 23 | 24 | 25 | 30 |
| Octal | 247 | 203 | 114 | 0 | 26 | 66 | 43 | 44 | 45 | 60 |
| Binary | 10100111 | 10000011 | 1001100 | 0 | 10110 | 110110 | 100011 | 100100 | 100101 | 110000 |
Color Harmonies of #A7834C
Complementary color
Monochromatic Colors of #A7834C
Black with #A7834C
Text Example
Text Example
White with #A7834C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7834C; }
p { color: rgb(167,131,76); }
H1.HeaderClassName
{
color: #A7834C;
}
.AnyTagClassName
{
color: #A7834C;
}
</style>
background-color css
<style>
a { background-color: #A7834C; }
a { background-color: rgb(167,131,76); }
div.DivClassName
{
background-color: #A7834C;
}
.BgClassName
{
background-color: #A7834C;
}
</style>
border-color css
<style>
span { border-color: #A7834C; }
span { border-color: rgb(167,131,76); }
td.TdClassName
{
border-color: #A7834C;
}
.TagClassName
{
border-color: #A7834C;
}
</style>