Shades of Muddy Waters #AF7F4D
Tints of Muddy Waters #AF7F4D
RGB
CMYK
RGB Variations
Color information
#AF7F4D (or 0xAF7F4D) is known color: Muddy Waters. HEX triplet: AF, 7F and 4D. RGB value is (175,127,77). Sum of RGB (Red+Green+Blue) = 175+127+77=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F4D is #5080B2. Grayscale: #878787. Windows color (decimal): -5275827 or 5078959. OLE color: 5078959.
HSL color Cylindrical-coordinate representation of color #AF7F4D: hue angle of 30.61º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF7F4D is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 77 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.31 |
| HSL | 30.61º | 0.39% | 0.49% | - |
| HSV(B) | 30.61º | 0.56% | 0.69% | - |
| XYZ | 26.61 | 24.83 | 10.41 | - |
| YUV | 135.65 | 94.9 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 77 | 0 | 0.27 | 0.56 | 0.31 | 30.61 | 0.39 | 0.49 |
| Hex | AF | 7F | 4D | 0 | 1B | 38 | 1F | 1F | 27 | 31 |
| Octal | 257 | 177 | 115 | 0 | 33 | 70 | 37 | 37 | 47 | 61 |
| Binary | 10101111 | 1111111 | 1001101 | 0 | 11011 | 111000 | 11111 | 11111 | 100111 | 110001 |
Color Harmonies of #AF7F4D
Complementary color
Monochromatic Colors of #AF7F4D
Black with #AF7F4D
Text Example
Text Example
White with #AF7F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F4D; }
p { color: rgb(175,127,77); }
H1.HeaderClassName
{
color: #AF7F4D;
}
.AnyTagClassName
{
color: #AF7F4D;
}
</style>
background-color css
<style>
a { background-color: #AF7F4D; }
a { background-color: rgb(175,127,77); }
div.DivClassName
{
background-color: #AF7F4D;
}
.BgClassName
{
background-color: #AF7F4D;
}
</style>
border-color css
<style>
span { border-color: #AF7F4D; }
span { border-color: rgb(175,127,77); }
td.TdClassName
{
border-color: #AF7F4D;
}
.TagClassName
{
border-color: #AF7F4D;
}
</style>