Shades of Muddy Waters #AF8044
Tints of Muddy Waters #AF8044
RGB
CMYK
RGB Variations
Color information
#AF8044 (or 0xAF8044) is known color: Muddy Waters. HEX triplet: AF, 80 and 44. RGB value is (175,128,68). Sum of RGB (Red+Green+Blue) = 175+128+68=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8044 is #507FBB. Grayscale: #878787. Windows color (decimal): -5275580 or 4489391. OLE color: 4489391.
HSL color Cylindrical-coordinate representation of color #AF8044: hue angle of 33.64º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8044 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 68 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.31 |
| HSL | 33.64º | 0.44% | 0.48% | - |
| HSV(B) | 33.64º | 0.61% | 0.69% | - |
| XYZ | 26.44 | 24.97 | 8.89 | - |
| YUV | 135.21 | 90.07 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 68 | 0 | 0.27 | 0.61 | 0.31 | 33.64 | 0.44 | 0.48 |
| Hex | AF | 80 | 44 | 0 | 1B | 3D | 1F | 22 | 2C | 30 |
| Octal | 257 | 200 | 104 | 0 | 33 | 75 | 37 | 42 | 54 | 60 |
| Binary | 10101111 | 10000000 | 1000100 | 0 | 11011 | 111101 | 11111 | 100010 | 101100 | 110000 |
Color Harmonies of #AF8044
Complementary color
Monochromatic Colors of #AF8044
Black with #AF8044
Text Example
Text Example
White with #AF8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8044; }
p { color: rgb(175,128,68); }
H1.HeaderClassName
{
color: #AF8044;
}
.AnyTagClassName
{
color: #AF8044;
}
</style>
background-color css
<style>
a { background-color: #AF8044; }
a { background-color: rgb(175,128,68); }
div.DivClassName
{
background-color: #AF8044;
}
.BgClassName
{
background-color: #AF8044;
}
</style>
border-color css
<style>
span { border-color: #AF8044; }
span { border-color: rgb(175,128,68); }
td.TdClassName
{
border-color: #AF8044;
}
.TagClassName
{
border-color: #AF8044;
}
</style>