Shades of Muddy Waters #A4824A
Tints of Muddy Waters #A4824A
RGB
CMYK
RGB Variations
Color information
#A4824A (or 0xA4824A) is known color: Muddy Waters. HEX triplet: A4, 82 and 4A. RGB value is (164,130,74). Sum of RGB (Red+Green+Blue) = 164+130+74=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4824A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4824A is #5B7DB5. Grayscale: #868686. Windows color (decimal): -5995958 or 4883108. OLE color: 4883108.
HSL color Cylindrical-coordinate representation of color #A4824A: hue angle of 37.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4824A is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 130 | 74 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.36 |
| HSL | 37.33º | 0.38% | 0.47% | - |
| HSV(B) | 37.33º | 0.55% | 0.64% | - |
| XYZ | 24.53 | 24.35 | 9.89 | - |
| YUV | 133.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 74 | 0 | 0.21 | 0.55 | 0.36 | 37.33 | 0.38 | 0.47 |
| Hex | A4 | 82 | 4A | 0 | 15 | 37 | 24 | 25 | 26 | 2F |
| Octal | 244 | 202 | 112 | 0 | 25 | 67 | 44 | 45 | 46 | 57 |
| Binary | 10100100 | 10000010 | 1001010 | 0 | 10101 | 110111 | 100100 | 100101 | 100110 | 101111 |
Color Harmonies of #A4824A
Complementary color
Monochromatic Colors of #A4824A
Black with #A4824A
Text Example
Text Example
White with #A4824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4824A; }
p { color: rgb(164,130,74); }
H1.HeaderClassName
{
color: #A4824A;
}
.AnyTagClassName
{
color: #A4824A;
}
</style>
background-color css
<style>
a { background-color: #A4824A; }
a { background-color: rgb(164,130,74); }
div.DivClassName
{
background-color: #A4824A;
}
.BgClassName
{
background-color: #A4824A;
}
</style>
border-color css
<style>
span { border-color: #A4824A; }
span { border-color: rgb(164,130,74); }
td.TdClassName
{
border-color: #A4824A;
}
.TagClassName
{
border-color: #A4824A;
}
</style>