Shades of Muddy Waters #AF8146
Tints of Muddy Waters #AF8146
RGB
CMYK
RGB Variations
Color information
#AF8146 (or 0xAF8146) is known color: Muddy Waters. HEX triplet: AF, 81 and 46. RGB value is (175,129,70). Sum of RGB (Red+Green+Blue) = 175+129+70=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8146 is #507EB9. Grayscale: #888888. Windows color (decimal): -5275322 or 4620719. OLE color: 4620719.
HSL color Cylindrical-coordinate representation of color #AF8146: hue angle of 33.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF8146 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 70 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.31 |
| HSL | 33.71º | 0.43% | 0.48% | - |
| HSV(B) | 33.71º | 0.6% | 0.69% | - |
| XYZ | 26.63 | 25.26 | 9.27 | - |
| YUV | 136.03 | 90.74 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 70 | 0 | 0.26 | 0.60 | 0.31 | 33.71 | 0.43 | 0.48 |
| Hex | AF | 81 | 46 | 0 | 1A | 3C | 1F | 22 | 2B | 30 |
| Octal | 257 | 201 | 106 | 0 | 32 | 74 | 37 | 42 | 53 | 60 |
| Binary | 10101111 | 10000001 | 1000110 | 0 | 11010 | 111100 | 11111 | 100010 | 101011 | 110000 |
Color Harmonies of #AF8146
Complementary color
Monochromatic Colors of #AF8146
Black with #AF8146
Text Example
Text Example
White with #AF8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8146; }
p { color: rgb(175,129,70); }
H1.HeaderClassName
{
color: #AF8146;
}
.AnyTagClassName
{
color: #AF8146;
}
</style>
background-color css
<style>
a { background-color: #AF8146; }
a { background-color: rgb(175,129,70); }
div.DivClassName
{
background-color: #AF8146;
}
.BgClassName
{
background-color: #AF8146;
}
</style>
border-color css
<style>
span { border-color: #AF8146; }
span { border-color: rgb(175,129,70); }
td.TdClassName
{
border-color: #AF8146;
}
.TagClassName
{
border-color: #AF8146;
}
</style>