Shades of Muddy Waters #AF7D4D
Tints of Muddy Waters #AF7D4D
RGB
CMYK
RGB Variations
Color information
#AF7D4D (or 0xAF7D4D) is known color: Muddy Waters. HEX triplet: AF, 7D and 4D. RGB value is (175,125,77). Sum of RGB (Red+Green+Blue) = 175+125+77=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D4D is #5082B2. Grayscale: #868686. Windows color (decimal): -5276339 or 5078447. OLE color: 5078447.
HSL color Cylindrical-coordinate representation of color #AF7D4D: hue angle of 29.39º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF7D4D is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 77 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.31 |
| HSL | 29.39º | 0.39% | 0.49% | - |
| HSV(B) | 29.39º | 0.56% | 0.69% | - |
| XYZ | 26.35 | 24.32 | 10.33 | - |
| YUV | 134.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 77 | 0 | 0.29 | 0.56 | 0.31 | 29.39 | 0.39 | 0.49 |
| Hex | AF | 7D | 4D | 0 | 1D | 38 | 1F | 1D | 27 | 31 |
| Octal | 257 | 175 | 115 | 0 | 35 | 70 | 37 | 35 | 47 | 61 |
| Binary | 10101111 | 1111101 | 1001101 | 0 | 11101 | 111000 | 11111 | 11101 | 100111 | 110001 |
Color Harmonies of #AF7D4D
Complementary color
Monochromatic Colors of #AF7D4D
Black with #AF7D4D
Text Example
Text Example
White with #AF7D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D4D; }
p { color: rgb(175,125,77); }
H1.HeaderClassName
{
color: #AF7D4D;
}
.AnyTagClassName
{
color: #AF7D4D;
}
</style>
background-color css
<style>
a { background-color: #AF7D4D; }
a { background-color: rgb(175,125,77); }
div.DivClassName
{
background-color: #AF7D4D;
}
.BgClassName
{
background-color: #AF7D4D;
}
</style>
border-color css
<style>
span { border-color: #AF7D4D; }
span { border-color: rgb(175,125,77); }
td.TdClassName
{
border-color: #AF7D4D;
}
.TagClassName
{
border-color: #AF7D4D;
}
</style>