Shades of Muddy Waters #AF8746
Tints of Muddy Waters #AF8746
RGB
CMYK
RGB Variations
Color information
#AF8746 (or 0xAF8746) is known color: Muddy Waters. HEX triplet: AF, 87 and 46. RGB value is (175,135,70). Sum of RGB (Red+Green+Blue) = 175+135+70=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 70 (27.73% from 255 or 18.42% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8746 is #5078B9. Grayscale: #8B8B8B. Windows color (decimal): -5273786 or 4622255. OLE color: 4622255.
HSL color Cylindrical-coordinate representation of color #AF8746: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF8746 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 70 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.31 |
| HSL | 37.14º | 0.43% | 0.48% | - |
| HSV(B) | 37.14º | 0.6% | 0.69% | - |
| XYZ | 27.45 | 26.88 | 9.54 | - |
| YUV | 139.55 | 88.75 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 70 | 0 | 0.23 | 0.60 | 0.31 | 37.14 | 0.43 | 0.48 |
| Hex | AF | 87 | 46 | 0 | 17 | 3C | 1F | 25 | 2B | 30 |
| Octal | 257 | 207 | 106 | 0 | 27 | 74 | 37 | 45 | 53 | 60 |
| Binary | 10101111 | 10000111 | 1000110 | 0 | 10111 | 111100 | 11111 | 100101 | 101011 | 110000 |
Color Harmonies of #AF8746
Complementary color
Monochromatic Colors of #AF8746
Black with #AF8746
Text Example
Text Example
White with #AF8746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8746; }
p { color: rgb(175,135,70); }
H1.HeaderClassName
{
color: #AF8746;
}
.AnyTagClassName
{
color: #AF8746;
}
</style>
background-color css
<style>
a { background-color: #AF8746; }
a { background-color: rgb(175,135,70); }
div.DivClassName
{
background-color: #AF8746;
}
.BgClassName
{
background-color: #AF8746;
}
</style>
border-color css
<style>
span { border-color: #AF8746; }
span { border-color: rgb(175,135,70); }
td.TdClassName
{
border-color: #AF8746;
}
.TagClassName
{
border-color: #AF8746;
}
</style>