Shades of Muddy Waters #AA7851
Tints of Muddy Waters #AA7851
RGB
CMYK
RGB Variations
Color information
#AA7851 (or 0xAA7851) is known color: Muddy Waters. HEX triplet: AA, 78 and 51. RGB value is (170,120,81). Sum of RGB (Red+Green+Blue) = 170+120+81=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7851 is #5587AE. Grayscale: #828282. Windows color (decimal): -5605295 or 5339306. OLE color: 5339306.
HSL color Cylindrical-coordinate representation of color #AA7851: hue angle of 26.29º 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 #AA7851 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 120 | 81 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.33 |
| HSL | 26.29º | 0.35% | 0.49% | - |
| HSV(B) | 26.29º | 0.52% | 0.67% | - |
| XYZ | 24.78 | 22.57 | 10.84 | - |
| YUV | 130.5 | 100.07 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 120 | 81 | 0 | 0.29 | 0.52 | 0.33 | 26.29 | 0.35 | 0.49 |
| Hex | AA | 78 | 51 | 0 | 1D | 34 | 21 | 1A | 23 | 31 |
| Octal | 252 | 170 | 121 | 0 | 35 | 64 | 41 | 32 | 43 | 61 |
| Binary | 10101010 | 1111000 | 1010001 | 0 | 11101 | 110100 | 100001 | 11010 | 100011 | 110001 |
Color Harmonies of #AA7851
Complementary color
Monochromatic Colors of #AA7851
Black with #AA7851
Text Example
Text Example
White with #AA7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7851; }
p { color: rgb(170,120,81); }
H1.HeaderClassName
{
color: #AA7851;
}
.AnyTagClassName
{
color: #AA7851;
}
</style>
background-color css
<style>
a { background-color: #AA7851; }
a { background-color: rgb(170,120,81); }
div.DivClassName
{
background-color: #AA7851;
}
.BgClassName
{
background-color: #AA7851;
}
</style>
border-color css
<style>
span { border-color: #AA7851; }
span { border-color: rgb(170,120,81); }
td.TdClassName
{
border-color: #AA7851;
}
.TagClassName
{
border-color: #AA7851;
}
</style>