Shades of Muddy Waters #AF8450
Tints of Muddy Waters #AF8450
RGB
CMYK
RGB Variations
Color information
#AF8450 (or 0xAF8450) is known color: Muddy Waters. HEX triplet: AF, 84 and 50. RGB value is (175,132,80). Sum of RGB (Red+Green+Blue) = 175+132+80=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8450 is #507BAF. Grayscale: #8B8B8B. Windows color (decimal): -5274544 or 5276847. OLE color: 5276847.
HSL color Cylindrical-coordinate representation of color #AF8450: hue angle of 32.84º 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 #AF8450 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 80 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.31 |
| HSL | 32.84º | 0.37% | 0.5% | - |
| HSV(B) | 32.84º | 0.54% | 0.69% | - |
| XYZ | 27.38 | 26.2 | 11.2 | - |
| YUV | 138.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 80 | 0 | 0.25 | 0.54 | 0.31 | 32.84 | 0.37 | 0.5 |
| Hex | AF | 84 | 50 | 0 | 19 | 36 | 1F | 21 | 25 | 32 |
| Octal | 257 | 204 | 120 | 0 | 31 | 66 | 37 | 41 | 45 | 62 |
| Binary | 10101111 | 10000100 | 1010000 | 0 | 11001 | 110110 | 11111 | 100001 | 100101 | 110010 |
Color Harmonies of #AF8450
Complementary color
Monochromatic Colors of #AF8450
Black with #AF8450
Text Example
Text Example
White with #AF8450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8450; }
p { color: rgb(175,132,80); }
H1.HeaderClassName
{
color: #AF8450;
}
.AnyTagClassName
{
color: #AF8450;
}
</style>
background-color css
<style>
a { background-color: #AF8450; }
a { background-color: rgb(175,132,80); }
div.DivClassName
{
background-color: #AF8450;
}
.BgClassName
{
background-color: #AF8450;
}
</style>
border-color css
<style>
span { border-color: #AF8450; }
span { border-color: rgb(175,132,80); }
td.TdClassName
{
border-color: #AF8450;
}
.TagClassName
{
border-color: #AF8450;
}
</style>