Shades of Muddy Waters #AF8550
Tints of Muddy Waters #AF8550
RGB
CMYK
RGB Variations
Color information
#AF8550 (or 0xAF8550) is known color: Muddy Waters. HEX triplet: AF, 85 and 50. RGB value is (175,133,80). Sum of RGB (Red+Green+Blue) = 175+133+80=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8550 is #507AAF. Grayscale: #8B8B8B. Windows color (decimal): -5274288 or 5277103. OLE color: 5277103.
HSL color Cylindrical-coordinate representation of color #AF8550: hue angle of 33.47º 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 #AF8550 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 80 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.31 |
| HSL | 33.47º | 0.37% | 0.5% | - |
| HSV(B) | 33.47º | 0.54% | 0.69% | - |
| XYZ | 27.51 | 26.47 | 11.25 | - |
| YUV | 139.52 | 94.41 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 80 | 0 | 0.24 | 0.54 | 0.31 | 33.47 | 0.37 | 0.5 |
| Hex | AF | 85 | 50 | 0 | 18 | 36 | 1F | 21 | 25 | 32 |
| Octal | 257 | 205 | 120 | 0 | 30 | 66 | 37 | 41 | 45 | 62 |
| Binary | 10101111 | 10000101 | 1010000 | 0 | 11000 | 110110 | 11111 | 100001 | 100101 | 110010 |
Color Harmonies of #AF8550
Complementary color
Monochromatic Colors of #AF8550
Black with #AF8550
Text Example
Text Example
White with #AF8550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8550; }
p { color: rgb(175,133,80); }
H1.HeaderClassName
{
color: #AF8550;
}
.AnyTagClassName
{
color: #AF8550;
}
</style>
background-color css
<style>
a { background-color: #AF8550; }
a { background-color: rgb(175,133,80); }
div.DivClassName
{
background-color: #AF8550;
}
.BgClassName
{
background-color: #AF8550;
}
</style>
border-color css
<style>
span { border-color: #AF8550; }
span { border-color: rgb(175,133,80); }
td.TdClassName
{
border-color: #AF8550;
}
.TagClassName
{
border-color: #AF8550;
}
</style>