Shades of Muddy Waters #AF8256
Tints of Muddy Waters #AF8256
RGB
CMYK
RGB Variations
Color information
#AF8256 (or 0xAF8256) is known color: Muddy Waters. HEX triplet: AF, 82 and 56. RGB value is (175,130,86). Sum of RGB (Red+Green+Blue) = 175+130+86=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8256 is #507DA9. Grayscale: #8A8A8A. Windows color (decimal): -5275050 or 5669551. OLE color: 5669551.
HSL color Cylindrical-coordinate representation of color #AF8256: hue angle of 29.66º 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 #AF8256 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 86 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.31 |
| HSL | 29.66º | 0.36% | 0.51% | - |
| HSV(B) | 29.66º | 0.51% | 0.69% | - |
| XYZ | 27.34 | 25.75 | 12.33 | - |
| YUV | 138.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 86 | 0 | 0.26 | 0.51 | 0.31 | 29.66 | 0.36 | 0.51 |
| Hex | AF | 82 | 56 | 0 | 1A | 33 | 1F | 1E | 24 | 33 |
| Octal | 257 | 202 | 126 | 0 | 32 | 63 | 37 | 36 | 44 | 63 |
| Binary | 10101111 | 10000010 | 1010110 | 0 | 11010 | 110011 | 11111 | 11110 | 100100 | 110011 |
Color Harmonies of #AF8256
Complementary color
Monochromatic Colors of #AF8256
Black with #AF8256
Text Example
Text Example
White with #AF8256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8256; }
p { color: rgb(175,130,86); }
H1.HeaderClassName
{
color: #AF8256;
}
.AnyTagClassName
{
color: #AF8256;
}
</style>
background-color css
<style>
a { background-color: #AF8256; }
a { background-color: rgb(175,130,86); }
div.DivClassName
{
background-color: #AF8256;
}
.BgClassName
{
background-color: #AF8256;
}
</style>
border-color css
<style>
span { border-color: #AF8256; }
span { border-color: rgb(175,130,86); }
td.TdClassName
{
border-color: #AF8256;
}
.TagClassName
{
border-color: #AF8256;
}
</style>