Shades of Muddy Waters #AF8051
Tints of Muddy Waters #AF8051
RGB
CMYK
RGB Variations
Color information
#AF8051 (or 0xAF8051) is known color: Muddy Waters. HEX triplet: AF, 80 and 51. RGB value is (175,128,81). Sum of RGB (Red+Green+Blue) = 175+128+81=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8051 is #507FAE. Grayscale: #888888. Windows color (decimal): -5275567 or 5341359. OLE color: 5341359.
HSL color Cylindrical-coordinate representation of color #AF8051: hue angle of 30º 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 #AF8051 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 81 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.31 |
| HSL | 30º | 0.37% | 0.5% | - |
| HSV(B) | 30º | 0.54% | 0.69% | - |
| XYZ | 26.88 | 25.15 | 11.22 | - |
| YUV | 136.7 | 96.57 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 81 | 0 | 0.27 | 0.54 | 0.31 | 30 | 0.37 | 0.5 |
| Hex | AF | 80 | 51 | 0 | 1B | 36 | 1F | 1E | 25 | 32 |
| Octal | 257 | 200 | 121 | 0 | 33 | 66 | 37 | 36 | 45 | 62 |
| Binary | 10101111 | 10000000 | 1010001 | 0 | 11011 | 110110 | 11111 | 11110 | 100101 | 110010 |
Color Harmonies of #AF8051
Complementary color
Monochromatic Colors of #AF8051
Black with #AF8051
Text Example
Text Example
White with #AF8051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8051; }
p { color: rgb(175,128,81); }
H1.HeaderClassName
{
color: #AF8051;
}
.AnyTagClassName
{
color: #AF8051;
}
</style>
background-color css
<style>
a { background-color: #AF8051; }
a { background-color: rgb(175,128,81); }
div.DivClassName
{
background-color: #AF8051;
}
.BgClassName
{
background-color: #AF8051;
}
</style>
border-color css
<style>
span { border-color: #AF8051; }
span { border-color: rgb(175,128,81); }
td.TdClassName
{
border-color: #AF8051;
}
.TagClassName
{
border-color: #AF8051;
}
</style>