Shades of Muddy Waters #AA7F52
Tints of Muddy Waters #AA7F52
RGB
CMYK
RGB Variations
Color information
#AA7F52 (or 0xAA7F52) is known color: Muddy Waters. HEX triplet: AA, 7F and 52. RGB value is (170,127,82). Sum of RGB (Red+Green+Blue) = 170+127+82=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7F52 is #5580AD. Grayscale: #868686. Windows color (decimal): -5603502 or 5406634. OLE color: 5406634.
HSL color Cylindrical-coordinate representation of color #AA7F52: hue angle of 30.68º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA7F52 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 82 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.33 |
| HSL | 30.68º | 0.35% | 0.49% | - |
| HSV(B) | 30.68º | 0.52% | 0.67% | - |
| XYZ | 25.69 | 24.33 | 11.33 | - |
| YUV | 134.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 82 | 0 | 0.25 | 0.52 | 0.33 | 30.68 | 0.35 | 0.49 |
| Hex | AA | 7F | 52 | 0 | 19 | 34 | 21 | 1F | 23 | 31 |
| Octal | 252 | 177 | 122 | 0 | 31 | 64 | 41 | 37 | 43 | 61 |
| Binary | 10101010 | 1111111 | 1010010 | 0 | 11001 | 110100 | 100001 | 11111 | 100011 | 110001 |
Color Harmonies of #AA7F52
Complementary color
Monochromatic Colors of #AA7F52
Black with #AA7F52
Text Example
Text Example
White with #AA7F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F52; }
p { color: rgb(170,127,82); }
H1.HeaderClassName
{
color: #AA7F52;
}
.AnyTagClassName
{
color: #AA7F52;
}
</style>
background-color css
<style>
a { background-color: #AA7F52; }
a { background-color: rgb(170,127,82); }
div.DivClassName
{
background-color: #AA7F52;
}
.BgClassName
{
background-color: #AA7F52;
}
</style>
border-color css
<style>
span { border-color: #AA7F52; }
span { border-color: rgb(170,127,82); }
td.TdClassName
{
border-color: #AA7F52;
}
.TagClassName
{
border-color: #AA7F52;
}
</style>