Shades of Muddy Waters #AF8053
Tints of Muddy Waters #AF8053
RGB
CMYK
RGB Variations
Color information
#AF8053 (or 0xAF8053) is known color: Muddy Waters. HEX triplet: AF, 80 and 53. RGB value is (175,128,83). Sum of RGB (Red+Green+Blue) = 175+128+83=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8053 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8053 is #507FAC. Grayscale: #898989. Windows color (decimal): -5275565 or 5472431. OLE color: 5472431.
HSL color Cylindrical-coordinate representation of color #AF8053: hue angle of 29.35º 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 #AF8053 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 83 | - |
| CMYK | 0 | 0.27 | 0.53 | 0.31 |
| HSL | 29.35º | 0.37% | 0.51% | - |
| HSV(B) | 29.35º | 0.53% | 0.69% | - |
| XYZ | 26.96 | 25.18 | 11.62 | - |
| YUV | 136.92 | 97.57 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 83 | 0 | 0.27 | 0.53 | 0.31 | 29.35 | 0.37 | 0.51 |
| Hex | AF | 80 | 53 | 0 | 1B | 35 | 1F | 1D | 25 | 33 |
| Octal | 257 | 200 | 123 | 0 | 33 | 65 | 37 | 35 | 45 | 63 |
| Binary | 10101111 | 10000000 | 1010011 | 0 | 11011 | 110101 | 11111 | 11101 | 100101 | 110011 |
Color Harmonies of #AF8053
Complementary color
Monochromatic Colors of #AF8053
Black with #AF8053
Text Example
Text Example
White with #AF8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8053; }
p { color: rgb(175,128,83); }
H1.HeaderClassName
{
color: #AF8053;
}
.AnyTagClassName
{
color: #AF8053;
}
</style>
background-color css
<style>
a { background-color: #AF8053; }
a { background-color: rgb(175,128,83); }
div.DivClassName
{
background-color: #AF8053;
}
.BgClassName
{
background-color: #AF8053;
}
</style>
border-color css
<style>
span { border-color: #AF8053; }
span { border-color: rgb(175,128,83); }
td.TdClassName
{
border-color: #AF8053;
}
.TagClassName
{
border-color: #AF8053;
}
</style>