Shades of Muddy Waters #AA7B4A
Tints of Muddy Waters #AA7B4A
RGB
CMYK
RGB Variations
Color information
#AA7B4A (or 0xAA7B4A) is known color: Muddy Waters. HEX triplet: AA, 7B and 4A. RGB value is (170,123,74). Sum of RGB (Red+Green+Blue) = 170+123+74=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7B4A is #5584B5. Grayscale: #838383. Windows color (decimal): -5604534 or 4881322. OLE color: 4881322.
HSL color Cylindrical-coordinate representation of color #AA7B4A: hue angle of 30.63º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA7B4A is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 74 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.33 |
| HSL | 30.63º | 0.39% | 0.48% | - |
| HSV(B) | 30.63º | 0.56% | 0.67% | - |
| XYZ | 24.9 | 23.21 | 9.65 | - |
| YUV | 131.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 74 | 0 | 0.28 | 0.56 | 0.33 | 30.63 | 0.39 | 0.48 |
| Hex | AA | 7B | 4A | 0 | 1C | 38 | 21 | 1F | 27 | 30 |
| Octal | 252 | 173 | 112 | 0 | 34 | 70 | 41 | 37 | 47 | 60 |
| Binary | 10101010 | 1111011 | 1001010 | 0 | 11100 | 111000 | 100001 | 11111 | 100111 | 110000 |
Color Harmonies of #AA7B4A
Complementary color
Monochromatic Colors of #AA7B4A
Black with #AA7B4A
Text Example
Text Example
White with #AA7B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B4A; }
p { color: rgb(170,123,74); }
H1.HeaderClassName
{
color: #AA7B4A;
}
.AnyTagClassName
{
color: #AA7B4A;
}
</style>
background-color css
<style>
a { background-color: #AA7B4A; }
a { background-color: rgb(170,123,74); }
div.DivClassName
{
background-color: #AA7B4A;
}
.BgClassName
{
background-color: #AA7B4A;
}
</style>
border-color css
<style>
span { border-color: #AA7B4A; }
span { border-color: rgb(170,123,74); }
td.TdClassName
{
border-color: #AA7B4A;
}
.TagClassName
{
border-color: #AA7B4A;
}
</style>