Shades of Muddy Waters #AF7D42
Tints of Muddy Waters #AF7D42
RGB
CMYK
RGB Variations
Color information
#AF7D42 (or 0xAF7D42) is known color: Muddy Waters. HEX triplet: AF, 7D and 42. RGB value is (175,125,66). Sum of RGB (Red+Green+Blue) = 175+125+66=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7D42 is #5082BD. Grayscale: #858585. Windows color (decimal): -5276350 or 4357551. OLE color: 4357551.
HSL color Cylindrical-coordinate representation of color #AF7D42: hue angle of 32.48º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7D42 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 66 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.31 |
| HSL | 32.48º | 0.45% | 0.47% | - |
| HSV(B) | 32.48º | 0.62% | 0.69% | - |
| XYZ | 26 | 24.17 | 8.45 | - |
| YUV | 133.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 66 | 0 | 0.29 | 0.62 | 0.31 | 32.48 | 0.45 | 0.47 |
| Hex | AF | 7D | 42 | 0 | 1D | 3E | 1F | 20 | 2D | 2F |
| Octal | 257 | 175 | 102 | 0 | 35 | 76 | 37 | 40 | 55 | 57 |
| Binary | 10101111 | 1111101 | 1000010 | 0 | 11101 | 111110 | 11111 | 100000 | 101101 | 101111 |
Color Harmonies of #AF7D42
Complementary color
Monochromatic Colors of #AF7D42
Black with #AF7D42
Text Example
Text Example
White with #AF7D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7D42; }
p { color: rgb(175,125,66); }
H1.HeaderClassName
{
color: #AF7D42;
}
.AnyTagClassName
{
color: #AF7D42;
}
</style>
background-color css
<style>
a { background-color: #AF7D42; }
a { background-color: rgb(175,125,66); }
div.DivClassName
{
background-color: #AF7D42;
}
.BgClassName
{
background-color: #AF7D42;
}
</style>
border-color css
<style>
span { border-color: #AF7D42; }
span { border-color: rgb(175,125,66); }
td.TdClassName
{
border-color: #AF7D42;
}
.TagClassName
{
border-color: #AF7D42;
}
</style>