Shades of Muddy Waters #AF8350
Tints of Muddy Waters #AF8350
RGB
CMYK
RGB Variations
Color information
#AF8350 (or 0xAF8350) is known color: Muddy Waters. HEX triplet: AF, 83 and 50. RGB value is (175,131,80). Sum of RGB (Red+Green+Blue) = 175+131+80=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8350 is #507CAF. Grayscale: #8A8A8A. Windows color (decimal): -5274800 or 5276591. OLE color: 5276591.
HSL color Cylindrical-coordinate representation of color #AF8350: hue angle of 32.21º 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 #AF8350 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 80 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.31 |
| HSL | 32.21º | 0.37% | 0.5% | - |
| HSV(B) | 32.21º | 0.54% | 0.69% | - |
| XYZ | 27.24 | 25.93 | 11.16 | - |
| YUV | 138.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 80 | 0 | 0.25 | 0.54 | 0.31 | 32.21 | 0.37 | 0.5 |
| Hex | AF | 83 | 50 | 0 | 19 | 36 | 1F | 20 | 25 | 32 |
| Octal | 257 | 203 | 120 | 0 | 31 | 66 | 37 | 40 | 45 | 62 |
| Binary | 10101111 | 10000011 | 1010000 | 0 | 11001 | 110110 | 11111 | 100000 | 100101 | 110010 |
Color Harmonies of #AF8350
Complementary color
Monochromatic Colors of #AF8350
Black with #AF8350
Text Example
Text Example
White with #AF8350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8350; }
p { color: rgb(175,131,80); }
H1.HeaderClassName
{
color: #AF8350;
}
.AnyTagClassName
{
color: #AF8350;
}
</style>
background-color css
<style>
a { background-color: #AF8350; }
a { background-color: rgb(175,131,80); }
div.DivClassName
{
background-color: #AF8350;
}
.BgClassName
{
background-color: #AF8350;
}
</style>
border-color css
<style>
span { border-color: #AF8350; }
span { border-color: rgb(175,131,80); }
td.TdClassName
{
border-color: #AF8350;
}
.TagClassName
{
border-color: #AF8350;
}
</style>