Shades of Muddy Waters #AF7F4C
Tints of Muddy Waters #AF7F4C
RGB
CMYK
RGB Variations
Color information
#AF7F4C (or 0xAF7F4C) is known color: Muddy Waters. HEX triplet: AF, 7F and 4C. RGB value is (175,127,76). Sum of RGB (Red+Green+Blue) = 175+127+76=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7F4C is #5080B3. Grayscale: #878787. Windows color (decimal): -5275828 or 5013423. OLE color: 5013423.
HSL color Cylindrical-coordinate representation of color #AF7F4C: hue angle of 30.91º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF7F4C is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 76 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.31 |
| HSL | 30.91º | 0.39% | 0.49% | - |
| HSV(B) | 30.91º | 0.57% | 0.69% | - |
| XYZ | 26.57 | 24.81 | 10.23 | - |
| YUV | 135.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 76 | 0 | 0.27 | 0.57 | 0.31 | 30.91 | 0.39 | 0.49 |
| Hex | AF | 7F | 4C | 0 | 1B | 39 | 1F | 1F | 27 | 31 |
| Octal | 257 | 177 | 114 | 0 | 33 | 71 | 37 | 37 | 47 | 61 |
| Binary | 10101111 | 1111111 | 1001100 | 0 | 11011 | 111001 | 11111 | 11111 | 100111 | 110001 |
Color Harmonies of #AF7F4C
Complementary color
Monochromatic Colors of #AF7F4C
Black with #AF7F4C
Text Example
Text Example
White with #AF7F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7F4C; }
p { color: rgb(175,127,76); }
H1.HeaderClassName
{
color: #AF7F4C;
}
.AnyTagClassName
{
color: #AF7F4C;
}
</style>
background-color css
<style>
a { background-color: #AF7F4C; }
a { background-color: rgb(175,127,76); }
div.DivClassName
{
background-color: #AF7F4C;
}
.BgClassName
{
background-color: #AF7F4C;
}
</style>
border-color css
<style>
span { border-color: #AF7F4C; }
span { border-color: rgb(175,127,76); }
td.TdClassName
{
border-color: #AF7F4C;
}
.TagClassName
{
border-color: #AF7F4C;
}
</style>