Shades of Muddy Waters #AA7F53
Tints of Muddy Waters #AA7F53
RGB
CMYK
RGB Variations
Color information
#AA7F53 (or 0xAA7F53) is known color: Muddy Waters. HEX triplet: AA, 7F and 53. RGB value is (170,127,83). Sum of RGB (Red+Green+Blue) = 170+127+83=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F53 is #5580AC. Grayscale: #878787. Windows color (decimal): -5603501 or 5472170. OLE color: 5472170.
HSL color Cylindrical-coordinate representation of color #AA7F53: hue angle of 30.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA7F53 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 83 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.33 |
| HSL | 30.34º | 0.34% | 0.5% | - |
| HSV(B) | 30.34º | 0.51% | 0.67% | - |
| XYZ | 25.73 | 24.35 | 11.53 | - |
| YUV | 134.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 83 | 0 | 0.25 | 0.51 | 0.33 | 30.34 | 0.34 | 0.5 |
| Hex | AA | 7F | 53 | 0 | 19 | 33 | 21 | 1E | 22 | 32 |
| Octal | 252 | 177 | 123 | 0 | 31 | 63 | 41 | 36 | 42 | 62 |
| Binary | 10101010 | 1111111 | 1010011 | 0 | 11001 | 110011 | 100001 | 11110 | 100010 | 110010 |
Color Harmonies of #AA7F53
Complementary color
Monochromatic Colors of #AA7F53
Black with #AA7F53
Text Example
Text Example
White with #AA7F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F53; }
p { color: rgb(170,127,83); }
H1.HeaderClassName
{
color: #AA7F53;
}
.AnyTagClassName
{
color: #AA7F53;
}
</style>
background-color css
<style>
a { background-color: #AA7F53; }
a { background-color: rgb(170,127,83); }
div.DivClassName
{
background-color: #AA7F53;
}
.BgClassName
{
background-color: #AA7F53;
}
</style>
border-color css
<style>
span { border-color: #AA7F53; }
span { border-color: rgb(170,127,83); }
td.TdClassName
{
border-color: #AA7F53;
}
.TagClassName
{
border-color: #AA7F53;
}
</style>