Shades of Muddy Waters #AF7D50
Tints of Muddy Waters #AF7D50
RGB
CMYK
RGB Variations
Color information
#AF7D50 (or 0xAF7D50) is known color: Muddy Waters. HEX triplet: AF, 7D and 50. RGB value is (175,125,80). Sum of RGB (Red+Green+Blue) = 175+125+80=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D50 is #5082AF. Grayscale: #878787. Windows color (decimal): -5276336 or 5275055. OLE color: 5275055.
HSL color Cylindrical-coordinate representation of color #AF7D50: hue angle of 28.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF7D50 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 80 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.31 |
| HSL | 28.42º | 0.37% | 0.5% | - |
| HSV(B) | 28.42º | 0.54% | 0.69% | - |
| XYZ | 26.46 | 24.36 | 10.9 | - |
| YUV | 134.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 80 | 0 | 0.29 | 0.54 | 0.31 | 28.42 | 0.37 | 0.5 |
| Hex | AF | 7D | 50 | 0 | 1D | 36 | 1F | 1C | 25 | 32 |
| Octal | 257 | 175 | 120 | 0 | 35 | 66 | 37 | 34 | 45 | 62 |
| Binary | 10101111 | 1111101 | 1010000 | 0 | 11101 | 110110 | 11111 | 11100 | 100101 | 110010 |
Color Harmonies of #AF7D50
Complementary color
Monochromatic Colors of #AF7D50
Black with #AF7D50
Text Example
Text Example
White with #AF7D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D50; }
p { color: rgb(175,125,80); }
H1.HeaderClassName
{
color: #AF7D50;
}
.AnyTagClassName
{
color: #AF7D50;
}
</style>
background-color css
<style>
a { background-color: #AF7D50; }
a { background-color: rgb(175,125,80); }
div.DivClassName
{
background-color: #AF7D50;
}
.BgClassName
{
background-color: #AF7D50;
}
</style>
border-color css
<style>
span { border-color: #AF7D50; }
span { border-color: rgb(175,125,80); }
td.TdClassName
{
border-color: #AF7D50;
}
.TagClassName
{
border-color: #AF7D50;
}
</style>