Shades of Muddy Waters #A3894D
Tints of Muddy Waters #A3894D
RGB
CMYK
RGB Variations
Color information
#A3894D (or 0xA3894D) is known color: Muddy Waters. HEX triplet: A3, 89 and 4D. RGB value is (163,137,77). Sum of RGB (Red+Green+Blue) = 163+137+77=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3894D is #5C76B2. Grayscale: #8A8A8A. Windows color (decimal): -6059699 or 5081507. OLE color: 5081507.
HSL color Cylindrical-coordinate representation of color #A3894D: hue angle of 41.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A3894D is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 137 | 77 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.36 |
| HSL | 41.86º | 0.36% | 0.47% | - |
| HSV(B) | 41.86º | 0.53% | 0.64% | - |
| XYZ | 25.39 | 26.21 | 10.74 | - |
| YUV | 137.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 77 | 0 | 0.16 | 0.53 | 0.36 | 41.86 | 0.36 | 0.47 |
| Hex | A3 | 89 | 4D | 0 | 10 | 35 | 24 | 2A | 24 | 2F |
| Octal | 243 | 211 | 115 | 0 | 20 | 65 | 44 | 52 | 44 | 57 |
| Binary | 10100011 | 10001001 | 1001101 | 0 | 10000 | 110101 | 100100 | 101010 | 100100 | 101111 |
Color Harmonies of #A3894D
Complementary color
Monochromatic Colors of #A3894D
Black with #A3894D
Text Example
Text Example
White with #A3894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3894D; }
p { color: rgb(163,137,77); }
H1.HeaderClassName
{
color: #A3894D;
}
.AnyTagClassName
{
color: #A3894D;
}
</style>
background-color css
<style>
a { background-color: #A3894D; }
a { background-color: rgb(163,137,77); }
div.DivClassName
{
background-color: #A3894D;
}
.BgClassName
{
background-color: #A3894D;
}
</style>
border-color css
<style>
span { border-color: #A3894D; }
span { border-color: rgb(163,137,77); }
td.TdClassName
{
border-color: #A3894D;
}
.TagClassName
{
border-color: #A3894D;
}
</style>