Shades of Muddy Waters #AF8353
Tints of Muddy Waters #AF8353
RGB
CMYK
RGB Variations
Color information
#AF8353 (or 0xAF8353) is known color: Muddy Waters. HEX triplet: AF, 83 and 53. RGB value is (175,131,83). Sum of RGB (Red+Green+Blue) = 175+131+83=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 83 (32.81% from 255 or 21.34% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8353 is #507CAC. Grayscale: #8A8A8A. Windows color (decimal): -5274797 or 5473199. OLE color: 5473199.
HSL color Cylindrical-coordinate representation of color #AF8353: hue angle of 31.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8353 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 83 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.31 |
| HSL | 31.3º | 0.37% | 0.51% | - |
| HSV(B) | 31.3º | 0.53% | 0.69% | - |
| XYZ | 27.36 | 25.97 | 11.75 | - |
| YUV | 138.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 83 | 0 | 0.25 | 0.53 | 0.31 | 31.3 | 0.37 | 0.51 |
| Hex | AF | 83 | 53 | 0 | 19 | 35 | 1F | 1F | 25 | 33 |
| Octal | 257 | 203 | 123 | 0 | 31 | 65 | 37 | 37 | 45 | 63 |
| Binary | 10101111 | 10000011 | 1010011 | 0 | 11001 | 110101 | 11111 | 11111 | 100101 | 110011 |
Color Harmonies of #AF8353
Complementary color
Monochromatic Colors of #AF8353
Black with #AF8353
Text Example
Text Example
White with #AF8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8353; }
p { color: rgb(175,131,83); }
H1.HeaderClassName
{
color: #AF8353;
}
.AnyTagClassName
{
color: #AF8353;
}
</style>
background-color css
<style>
a { background-color: #AF8353; }
a { background-color: rgb(175,131,83); }
div.DivClassName
{
background-color: #AF8353;
}
.BgClassName
{
background-color: #AF8353;
}
</style>
border-color css
<style>
span { border-color: #AF8353; }
span { border-color: rgb(175,131,83); }
td.TdClassName
{
border-color: #AF8353;
}
.TagClassName
{
border-color: #AF8353;
}
</style>