Shades of Muddy Waters #AF8355
Tints of Muddy Waters #AF8355
RGB
CMYK
RGB Variations
Color information
#AF8355 (or 0xAF8355) is known color: Muddy Waters. HEX triplet: AF, 83 and 55. RGB value is (175,131,85). Sum of RGB (Red+Green+Blue) = 175+131+85=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8355 is #507CAA. Grayscale: #8B8B8B. Windows color (decimal): -5274795 or 5604271. OLE color: 5604271.
HSL color Cylindrical-coordinate representation of color #AF8355: hue angle of 30.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF8355 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 85 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.31 |
| HSL | 30.67º | 0.36% | 0.51% | - |
| HSV(B) | 30.67º | 0.51% | 0.69% | - |
| XYZ | 27.44 | 26 | 12.17 | - |
| YUV | 138.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 85 | 0 | 0.25 | 0.51 | 0.31 | 30.67 | 0.36 | 0.51 |
| Hex | AF | 83 | 55 | 0 | 19 | 33 | 1F | 1F | 24 | 33 |
| Octal | 257 | 203 | 125 | 0 | 31 | 63 | 37 | 37 | 44 | 63 |
| Binary | 10101111 | 10000011 | 1010101 | 0 | 11001 | 110011 | 11111 | 11111 | 100100 | 110011 |
Color Harmonies of #AF8355
Complementary color
Monochromatic Colors of #AF8355
Black with #AF8355
Text Example
Text Example
White with #AF8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8355; }
p { color: rgb(175,131,85); }
H1.HeaderClassName
{
color: #AF8355;
}
.AnyTagClassName
{
color: #AF8355;
}
</style>
background-color css
<style>
a { background-color: #AF8355; }
a { background-color: rgb(175,131,85); }
div.DivClassName
{
background-color: #AF8355;
}
.BgClassName
{
background-color: #AF8355;
}
</style>
border-color css
<style>
span { border-color: #AF8355; }
span { border-color: rgb(175,131,85); }
td.TdClassName
{
border-color: #AF8355;
}
.TagClassName
{
border-color: #AF8355;
}
</style>