Shades of Muddy Waters #AF7A53
Tints of Muddy Waters #AF7A53
RGB
CMYK
RGB Variations
Color information
#AF7A53 (or 0xAF7A53) is known color: Muddy Waters. HEX triplet: AF, 7A and 53. RGB value is (175,122,83). Sum of RGB (Red+Green+Blue) = 175+122+83=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A53 is #5085AC. Grayscale: #858585. Windows color (decimal): -5277101 or 5470895. OLE color: 5470895.
HSL color Cylindrical-coordinate representation of color #AF7A53: hue angle of 25.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF7A53 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 122 | 83 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.31 |
| HSL | 25.43º | 0.37% | 0.51% | - |
| HSV(B) | 25.43º | 0.53% | 0.69% | - |
| XYZ | 26.2 | 23.66 | 11.37 | - |
| YUV | 133.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 122 | 83 | 0 | 0.30 | 0.53 | 0.31 | 25.43 | 0.37 | 0.51 |
| Hex | AF | 7A | 53 | 0 | 1E | 35 | 1F | 19 | 25 | 33 |
| Octal | 257 | 172 | 123 | 0 | 36 | 65 | 37 | 31 | 45 | 63 |
| Binary | 10101111 | 1111010 | 1010011 | 0 | 11110 | 110101 | 11111 | 11001 | 100101 | 110011 |
Color Harmonies of #AF7A53
Complementary color
Monochromatic Colors of #AF7A53
Black with #AF7A53
Text Example
Text Example
White with #AF7A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7A53; }
p { color: rgb(175,122,83); }
H1.HeaderClassName
{
color: #AF7A53;
}
.AnyTagClassName
{
color: #AF7A53;
}
</style>
background-color css
<style>
a { background-color: #AF7A53; }
a { background-color: rgb(175,122,83); }
div.DivClassName
{
background-color: #AF7A53;
}
.BgClassName
{
background-color: #AF7A53;
}
</style>
border-color css
<style>
span { border-color: #AF7A53; }
span { border-color: rgb(175,122,83); }
td.TdClassName
{
border-color: #AF7A53;
}
.TagClassName
{
border-color: #AF7A53;
}
</style>