Shades of Muddy Waters #AF784D
Tints of Muddy Waters #AF784D
RGB
CMYK
RGB Variations
Color information
#AF784D (or 0xAF784D) is known color: Muddy Waters. HEX triplet: AF, 78 and 4D. RGB value is (175,120,77). Sum of RGB (Red+Green+Blue) = 175+120+77=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF784D is #5087B2. Grayscale: #838383. Windows color (decimal): -5277619 or 5077167. OLE color: 5077167.
HSL color Cylindrical-coordinate representation of color #AF784D: hue angle of 26.33º 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 #AF784D is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 77 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.31 |
| HSL | 26.33º | 0.39% | 0.49% | - |
| HSV(B) | 26.33º | 0.56% | 0.69% | - |
| XYZ | 25.74 | 23.08 | 10.12 | - |
| YUV | 131.54 | 97.22 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 77 | 0 | 0.31 | 0.56 | 0.31 | 26.33 | 0.39 | 0.49 |
| Hex | AF | 78 | 4D | 0 | 1F | 38 | 1F | 1A | 27 | 31 |
| Octal | 257 | 170 | 115 | 0 | 37 | 70 | 37 | 32 | 47 | 61 |
| Binary | 10101111 | 1111000 | 1001101 | 0 | 11111 | 111000 | 11111 | 11010 | 100111 | 110001 |
Color Harmonies of #AF784D
Complementary color
Monochromatic Colors of #AF784D
Black with #AF784D
Text Example
Text Example
White with #AF784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF784D; }
p { color: rgb(175,120,77); }
H1.HeaderClassName
{
color: #AF784D;
}
.AnyTagClassName
{
color: #AF784D;
}
</style>
background-color css
<style>
a { background-color: #AF784D; }
a { background-color: rgb(175,120,77); }
div.DivClassName
{
background-color: #AF784D;
}
.BgClassName
{
background-color: #AF784D;
}
</style>
border-color css
<style>
span { border-color: #AF784D; }
span { border-color: rgb(175,120,77); }
td.TdClassName
{
border-color: #AF784D;
}
.TagClassName
{
border-color: #AF784D;
}
</style>