Shades of Muddy Waters #AA7A45
Tints of Muddy Waters #AA7A45
RGB
CMYK
RGB Variations
Color information
#AA7A45 (or 0xAA7A45) is known color: Muddy Waters. HEX triplet: AA, 7A and 45. RGB value is (170,122,69). Sum of RGB (Red+Green+Blue) = 170+122+69=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7A45 is #5585BA. Grayscale: #828282. Windows color (decimal): -5604795 or 4553386. OLE color: 4553386.
HSL color Cylindrical-coordinate representation of color #AA7A45: hue angle of 31.49º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA7A45 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 69 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.33 |
| HSL | 31.49º | 0.42% | 0.47% | - |
| HSV(B) | 31.49º | 0.59% | 0.67% | - |
| XYZ | 24.61 | 22.89 | 8.75 | - |
| YUV | 130.31 | 93.4 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 69 | 0 | 0.28 | 0.59 | 0.33 | 31.49 | 0.42 | 0.47 |
| Hex | AA | 7A | 45 | 0 | 1C | 3B | 21 | 1F | 2A | 2F |
| Octal | 252 | 172 | 105 | 0 | 34 | 73 | 41 | 37 | 52 | 57 |
| Binary | 10101010 | 1111010 | 1000101 | 0 | 11100 | 111011 | 100001 | 11111 | 101010 | 101111 |
Color Harmonies of #AA7A45
Complementary color
Monochromatic Colors of #AA7A45
Black with #AA7A45
Text Example
Text Example
White with #AA7A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A45; }
p { color: rgb(170,122,69); }
H1.HeaderClassName
{
color: #AA7A45;
}
.AnyTagClassName
{
color: #AA7A45;
}
</style>
background-color css
<style>
a { background-color: #AA7A45; }
a { background-color: rgb(170,122,69); }
div.DivClassName
{
background-color: #AA7A45;
}
.BgClassName
{
background-color: #AA7A45;
}
</style>
border-color css
<style>
span { border-color: #AA7A45; }
span { border-color: rgb(170,122,69); }
td.TdClassName
{
border-color: #AA7A45;
}
.TagClassName
{
border-color: #AA7A45;
}
</style>