Shades of Muddy Waters #AF8250
Tints of Muddy Waters #AF8250
RGB
CMYK
RGB Variations
Color information
#AF8250 (or 0xAF8250) is known color: Muddy Waters. HEX triplet: AF, 82 and 50. RGB value is (175,130,80). Sum of RGB (Red+Green+Blue) = 175+130+80=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8250 is #507DAF. Grayscale: #8A8A8A. Windows color (decimal): -5275056 or 5276335. OLE color: 5276335.
HSL color Cylindrical-coordinate representation of color #AF8250: hue angle of 31.58º 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 #AF8250 is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 130 | 80 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.31 |
| HSL | 31.58º | 0.37% | 0.5% | - |
| HSV(B) | 31.58º | 0.54% | 0.69% | - |
| XYZ | 27.11 | 25.66 | 11.11 | - |
| YUV | 137.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 130 | 80 | 0 | 0.26 | 0.54 | 0.31 | 31.58 | 0.37 | 0.5 |
| Hex | AF | 82 | 50 | 0 | 1A | 36 | 1F | 20 | 25 | 32 |
| Octal | 257 | 202 | 120 | 0 | 32 | 66 | 37 | 40 | 45 | 62 |
| Binary | 10101111 | 10000010 | 1010000 | 0 | 11010 | 110110 | 11111 | 100000 | 100101 | 110010 |
Color Harmonies of #AF8250
Complementary color
Monochromatic Colors of #AF8250
Black with #AF8250
Text Example
Text Example
White with #AF8250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8250; }
p { color: rgb(175,130,80); }
H1.HeaderClassName
{
color: #AF8250;
}
.AnyTagClassName
{
color: #AF8250;
}
</style>
background-color css
<style>
a { background-color: #AF8250; }
a { background-color: rgb(175,130,80); }
div.DivClassName
{
background-color: #AF8250;
}
.BgClassName
{
background-color: #AF8250;
}
</style>
border-color css
<style>
span { border-color: #AF8250; }
span { border-color: rgb(175,130,80); }
td.TdClassName
{
border-color: #AF8250;
}
.TagClassName
{
border-color: #AF8250;
}
</style>