Shades of Muddy Waters #AA7D43
Tints of Muddy Waters #AA7D43
RGB
CMYK
RGB Variations
Color information
#AA7D43 (or 0xAA7D43) is known color: Muddy Waters. HEX triplet: AA, 7D and 43. RGB value is (170,125,67). Sum of RGB (Red+Green+Blue) = 170+125+67=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA7D43 is #5582BC. Grayscale: #848484. Windows color (decimal): -5604029 or 4423082. OLE color: 4423082.
HSL color Cylindrical-coordinate representation of color #AA7D43: hue angle of 33.79º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA7D43 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 67 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.33 |
| HSL | 33.79º | 0.43% | 0.46% | - |
| HSV(B) | 33.79º | 0.61% | 0.67% | - |
| XYZ | 24.92 | 23.62 | 8.56 | - |
| YUV | 131.84 | 91.41 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 67 | 0 | 0.26 | 0.61 | 0.33 | 33.79 | 0.43 | 0.46 |
| Hex | AA | 7D | 43 | 0 | 1A | 3D | 21 | 22 | 2B | 2E |
| Octal | 252 | 175 | 103 | 0 | 32 | 75 | 41 | 42 | 53 | 56 |
| Binary | 10101010 | 1111101 | 1000011 | 0 | 11010 | 111101 | 100001 | 100010 | 101011 | 101110 |
Color Harmonies of #AA7D43
Complementary color
Monochromatic Colors of #AA7D43
Black with #AA7D43
Text Example
Text Example
White with #AA7D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D43; }
p { color: rgb(170,125,67); }
H1.HeaderClassName
{
color: #AA7D43;
}
.AnyTagClassName
{
color: #AA7D43;
}
</style>
background-color css
<style>
a { background-color: #AA7D43; }
a { background-color: rgb(170,125,67); }
div.DivClassName
{
background-color: #AA7D43;
}
.BgClassName
{
background-color: #AA7D43;
}
</style>
border-color css
<style>
span { border-color: #AA7D43; }
span { border-color: rgb(170,125,67); }
td.TdClassName
{
border-color: #AA7D43;
}
.TagClassName
{
border-color: #AA7D43;
}
</style>