Shades of Muddy Waters #AF7B44
Tints of Muddy Waters #AF7B44
RGB
CMYK
RGB Variations
Color information
#AF7B44 (or 0xAF7B44) is known color: Muddy Waters. HEX triplet: AF, 7B and 44. RGB value is (175,123,68). Sum of RGB (Red+Green+Blue) = 175+123+68=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7B44 is #5084BB. Grayscale: #848484. Windows color (decimal): -5276860 or 4488111. OLE color: 4488111.
HSL color Cylindrical-coordinate representation of color #AF7B44: hue angle of 30.84º 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 #AF7B44 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 68 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.31 |
| HSL | 30.84º | 0.44% | 0.48% | - |
| HSV(B) | 30.84º | 0.61% | 0.69% | - |
| XYZ | 25.81 | 23.7 | 8.68 | - |
| YUV | 132.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 68 | 0 | 0.30 | 0.61 | 0.31 | 30.84 | 0.44 | 0.48 |
| Hex | AF | 7B | 44 | 0 | 1E | 3D | 1F | 1F | 2C | 30 |
| Octal | 257 | 173 | 104 | 0 | 36 | 75 | 37 | 37 | 54 | 60 |
| Binary | 10101111 | 1111011 | 1000100 | 0 | 11110 | 111101 | 11111 | 11111 | 101100 | 110000 |
Color Harmonies of #AF7B44
Complementary color
Monochromatic Colors of #AF7B44
Black with #AF7B44
Text Example
Text Example
White with #AF7B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B44; }
p { color: rgb(175,123,68); }
H1.HeaderClassName
{
color: #AF7B44;
}
.AnyTagClassName
{
color: #AF7B44;
}
</style>
background-color css
<style>
a { background-color: #AF7B44; }
a { background-color: rgb(175,123,68); }
div.DivClassName
{
background-color: #AF7B44;
}
.BgClassName
{
background-color: #AF7B44;
}
</style>
border-color css
<style>
span { border-color: #AF7B44; }
span { border-color: rgb(175,123,68); }
td.TdClassName
{
border-color: #AF7B44;
}
.TagClassName
{
border-color: #AF7B44;
}
</style>