Shades of Muddy Waters #AA7948
Tints of Muddy Waters #AA7948
RGB
CMYK
RGB Variations
Color information
#AA7948 (or 0xAA7948) is known color: Muddy Waters. HEX triplet: AA, 79 and 48. RGB value is (170,121,72). Sum of RGB (Red+Green+Blue) = 170+121+72=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7948 is #5586B7. Grayscale: #828282. Windows color (decimal): -5605048 or 4749738. OLE color: 4749738.
HSL color Cylindrical-coordinate representation of color #AA7948: hue angle of 30º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA7948 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 121 | 72 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.33 |
| HSL | 30º | 0.4% | 0.47% | - |
| HSV(B) | 30º | 0.58% | 0.67% | - |
| XYZ | 24.58 | 22.69 | 9.21 | - |
| YUV | 130.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 121 | 72 | 0 | 0.29 | 0.58 | 0.33 | 30 | 0.4 | 0.47 |
| Hex | AA | 79 | 48 | 0 | 1D | 3A | 21 | 1E | 28 | 2F |
| Octal | 252 | 171 | 110 | 0 | 35 | 72 | 41 | 36 | 50 | 57 |
| Binary | 10101010 | 1111001 | 1001000 | 0 | 11101 | 111010 | 100001 | 11110 | 101000 | 101111 |
Color Harmonies of #AA7948
Complementary color
Monochromatic Colors of #AA7948
Black with #AA7948
Text Example
Text Example
White with #AA7948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7948; }
p { color: rgb(170,121,72); }
H1.HeaderClassName
{
color: #AA7948;
}
.AnyTagClassName
{
color: #AA7948;
}
</style>
background-color css
<style>
a { background-color: #AA7948; }
a { background-color: rgb(170,121,72); }
div.DivClassName
{
background-color: #AA7948;
}
.BgClassName
{
background-color: #AA7948;
}
</style>
border-color css
<style>
span { border-color: #AA7948; }
span { border-color: rgb(170,121,72); }
td.TdClassName
{
border-color: #AA7948;
}
.TagClassName
{
border-color: #AA7948;
}
</style>