Shades of Muddy Waters #A3824D
Tints of Muddy Waters #A3824D
RGB
CMYK
RGB Variations
Color information
#A3824D (or 0xA3824D) is known color: Muddy Waters. HEX triplet: A3, 82 and 4D. RGB value is (163,130,77). Sum of RGB (Red+Green+Blue) = 163+130+77=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 163 - color contains mainly: red. Hex color #A3824D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3824D is #5C7DB2. Grayscale: #868686. Windows color (decimal): -6061491 or 5079715. OLE color: 5079715.
HSL color Cylindrical-coordinate representation of color #A3824D: hue angle of 36.98º 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 #A3824D is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 130 | 77 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.36 |
| HSL | 36.98º | 0.36% | 0.47% | - |
| HSV(B) | 36.98º | 0.53% | 0.64% | - |
| XYZ | 24.43 | 24.29 | 10.42 | - |
| YUV | 133.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 77 | 0 | 0.20 | 0.53 | 0.36 | 36.98 | 0.36 | 0.47 |
| Hex | A3 | 82 | 4D | 0 | 14 | 35 | 24 | 25 | 24 | 2F |
| Octal | 243 | 202 | 115 | 0 | 24 | 65 | 44 | 45 | 44 | 57 |
| Binary | 10100011 | 10000010 | 1001101 | 0 | 10100 | 110101 | 100100 | 100101 | 100100 | 101111 |
Color Harmonies of #A3824D
Complementary color
Monochromatic Colors of #A3824D
Black with #A3824D
Text Example
Text Example
White with #A3824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3824D; }
p { color: rgb(163,130,77); }
H1.HeaderClassName
{
color: #A3824D;
}
.AnyTagClassName
{
color: #A3824D;
}
</style>
background-color css
<style>
a { background-color: #A3824D; }
a { background-color: rgb(163,130,77); }
div.DivClassName
{
background-color: #A3824D;
}
.BgClassName
{
background-color: #A3824D;
}
</style>
border-color css
<style>
span { border-color: #A3824D; }
span { border-color: rgb(163,130,77); }
td.TdClassName
{
border-color: #A3824D;
}
.TagClassName
{
border-color: #A3824D;
}
</style>