Shades of Muddy Waters #AA7F54
Tints of Muddy Waters #AA7F54
RGB
CMYK
RGB Variations
Color information
#AA7F54 (or 0xAA7F54) is known color: Muddy Waters. HEX triplet: AA, 7F and 54. RGB value is (170,127,84). Sum of RGB (Red+Green+Blue) = 170+127+84=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 84 (33.20% from 255 or 22.05% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F54 is #5580AB. Grayscale: #878787. Windows color (decimal): -5603500 or 5537706. OLE color: 5537706.
HSL color Cylindrical-coordinate representation of color #AA7F54: hue angle of 30º 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 #AA7F54 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 84 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.33 |
| HSL | 30º | 0.34% | 0.5% | - |
| HSV(B) | 30º | 0.51% | 0.67% | - |
| XYZ | 25.77 | 24.36 | 11.73 | - |
| YUV | 134.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 84 | 0 | 0.25 | 0.51 | 0.33 | 30 | 0.34 | 0.5 |
| Hex | AA | 7F | 54 | 0 | 19 | 33 | 21 | 1E | 22 | 32 |
| Octal | 252 | 177 | 124 | 0 | 31 | 63 | 41 | 36 | 42 | 62 |
| Binary | 10101010 | 1111111 | 1010100 | 0 | 11001 | 110011 | 100001 | 11110 | 100010 | 110010 |
Color Harmonies of #AA7F54
Complementary color
Monochromatic Colors of #AA7F54
Black with #AA7F54
Text Example
Text Example
White with #AA7F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F54; }
p { color: rgb(170,127,84); }
H1.HeaderClassName
{
color: #AA7F54;
}
.AnyTagClassName
{
color: #AA7F54;
}
</style>
background-color css
<style>
a { background-color: #AA7F54; }
a { background-color: rgb(170,127,84); }
div.DivClassName
{
background-color: #AA7F54;
}
.BgClassName
{
background-color: #AA7F54;
}
</style>
border-color css
<style>
span { border-color: #AA7F54; }
span { border-color: rgb(170,127,84); }
td.TdClassName
{
border-color: #AA7F54;
}
.TagClassName
{
border-color: #AA7F54;
}
</style>