Shades of Muddy Waters #AF7C43
Tints of Muddy Waters #AF7C43
RGB
CMYK
RGB Variations
Color information
#AF7C43 (or 0xAF7C43) is known color: Muddy Waters. HEX triplet: AF, 7C and 43. RGB value is (175,124,67). Sum of RGB (Red+Green+Blue) = 175+124+67=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7C43 is #5083BC. Grayscale: #858585. Windows color (decimal): -5276605 or 4422831. OLE color: 4422831.
HSL color Cylindrical-coordinate representation of color #AF7C43: hue angle of 31.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF7C43 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 67 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.31 |
| HSL | 31.67º | 0.45% | 0.47% | - |
| HSV(B) | 31.67º | 0.62% | 0.69% | - |
| XYZ | 25.9 | 23.93 | 8.56 | - |
| YUV | 132.75 | 90.9 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 67 | 0 | 0.29 | 0.62 | 0.31 | 31.67 | 0.45 | 0.47 |
| Hex | AF | 7C | 43 | 0 | 1D | 3E | 1F | 20 | 2D | 2F |
| Octal | 257 | 174 | 103 | 0 | 35 | 76 | 37 | 40 | 55 | 57 |
| Binary | 10101111 | 1111100 | 1000011 | 0 | 11101 | 111110 | 11111 | 100000 | 101101 | 101111 |
Color Harmonies of #AF7C43
Complementary color
Monochromatic Colors of #AF7C43
Black with #AF7C43
Text Example
Text Example
White with #AF7C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C43; }
p { color: rgb(175,124,67); }
H1.HeaderClassName
{
color: #AF7C43;
}
.AnyTagClassName
{
color: #AF7C43;
}
</style>
background-color css
<style>
a { background-color: #AF7C43; }
a { background-color: rgb(175,124,67); }
div.DivClassName
{
background-color: #AF7C43;
}
.BgClassName
{
background-color: #AF7C43;
}
</style>
border-color css
<style>
span { border-color: #AF7C43; }
span { border-color: rgb(175,124,67); }
td.TdClassName
{
border-color: #AF7C43;
}
.TagClassName
{
border-color: #AF7C43;
}
</style>