Shades of Muddy Waters #AF8348
Tints of Muddy Waters #AF8348
RGB
CMYK
RGB Variations
Color information
#AF8348 (or 0xAF8348) is known color: Muddy Waters. HEX triplet: AF, 83 and 48. RGB value is (175,131,72). Sum of RGB (Red+Green+Blue) = 175+131+72=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8348 is #507CB7. Grayscale: #898989. Windows color (decimal): -5274808 or 4752303. OLE color: 4752303.
HSL color Cylindrical-coordinate representation of color #AF8348: hue angle of 34.37º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF8348 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 72 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.31 |
| HSL | 34.37º | 0.42% | 0.48% | - |
| HSV(B) | 34.37º | 0.59% | 0.69% | - |
| XYZ | 26.97 | 25.81 | 9.69 | - |
| YUV | 137.43 | 91.08 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 72 | 0 | 0.25 | 0.59 | 0.31 | 34.37 | 0.42 | 0.48 |
| Hex | AF | 83 | 48 | 0 | 19 | 3B | 1F | 22 | 2A | 30 |
| Octal | 257 | 203 | 110 | 0 | 31 | 73 | 37 | 42 | 52 | 60 |
| Binary | 10101111 | 10000011 | 1001000 | 0 | 11001 | 111011 | 11111 | 100010 | 101010 | 110000 |
Color Harmonies of #AF8348
Complementary color
Monochromatic Colors of #AF8348
Black with #AF8348
Text Example
Text Example
White with #AF8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8348; }
p { color: rgb(175,131,72); }
H1.HeaderClassName
{
color: #AF8348;
}
.AnyTagClassName
{
color: #AF8348;
}
</style>
background-color css
<style>
a { background-color: #AF8348; }
a { background-color: rgb(175,131,72); }
div.DivClassName
{
background-color: #AF8348;
}
.BgClassName
{
background-color: #AF8348;
}
</style>
border-color css
<style>
span { border-color: #AF8348; }
span { border-color: rgb(175,131,72); }
td.TdClassName
{
border-color: #AF8348;
}
.TagClassName
{
border-color: #AF8348;
}
</style>