Shades of Muddy Waters #AF7B52
Tints of Muddy Waters #AF7B52
RGB
CMYK
RGB Variations
Color information
#AF7B52 (or 0xAF7B52) is known color: Muddy Waters. HEX triplet: AF, 7B and 52. RGB value is (175,123,82). Sum of RGB (Red+Green+Blue) = 175+123+82=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B52 is #5084AD. Grayscale: #868686. Windows color (decimal): -5276846 or 5405615. OLE color: 5405615.
HSL color Cylindrical-coordinate representation of color #AF7B52: hue angle of 26.45º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF7B52 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 82 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.31 |
| HSL | 26.45º | 0.37% | 0.5% | - |
| HSV(B) | 26.45º | 0.53% | 0.69% | - |
| XYZ | 26.29 | 23.89 | 11.21 | - |
| YUV | 133.87 | 98.73 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 82 | 0 | 0.30 | 0.53 | 0.31 | 26.45 | 0.37 | 0.5 |
| Hex | AF | 7B | 52 | 0 | 1E | 35 | 1F | 1A | 25 | 32 |
| Octal | 257 | 173 | 122 | 0 | 36 | 65 | 37 | 32 | 45 | 62 |
| Binary | 10101111 | 1111011 | 1010010 | 0 | 11110 | 110101 | 11111 | 11010 | 100101 | 110010 |
Color Harmonies of #AF7B52
Complementary color
Monochromatic Colors of #AF7B52
Black with #AF7B52
Text Example
Text Example
White with #AF7B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B52; }
p { color: rgb(175,123,82); }
H1.HeaderClassName
{
color: #AF7B52;
}
.AnyTagClassName
{
color: #AF7B52;
}
</style>
background-color css
<style>
a { background-color: #AF7B52; }
a { background-color: rgb(175,123,82); }
div.DivClassName
{
background-color: #AF7B52;
}
.BgClassName
{
background-color: #AF7B52;
}
</style>
border-color css
<style>
span { border-color: #AF7B52; }
span { border-color: rgb(175,123,82); }
td.TdClassName
{
border-color: #AF7B52;
}
.TagClassName
{
border-color: #AF7B52;
}
</style>