Shades of Muddy Waters #AF7B54
Tints of Muddy Waters #AF7B54
RGB
CMYK
RGB Variations
Color information
#AF7B54 (or 0xAF7B54) is known color: Muddy Waters. HEX triplet: AF, 7B and 54. RGB value is (175,123,84). Sum of RGB (Red+Green+Blue) = 175+123+84=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B54 is #5084AB. Grayscale: #868686. Windows color (decimal): -5276844 or 5536687. OLE color: 5536687.
HSL color Cylindrical-coordinate representation of color #AF7B54: hue angle of 25.71º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF7B54 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 84 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.31 |
| HSL | 25.71º | 0.36% | 0.51% | - |
| HSV(B) | 25.71º | 0.52% | 0.69% | - |
| XYZ | 26.36 | 23.92 | 11.62 | - |
| YUV | 134.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 84 | 0 | 0.30 | 0.52 | 0.31 | 25.71 | 0.36 | 0.51 |
| Hex | AF | 7B | 54 | 0 | 1E | 34 | 1F | 1A | 24 | 33 |
| Octal | 257 | 173 | 124 | 0 | 36 | 64 | 37 | 32 | 44 | 63 |
| Binary | 10101111 | 1111011 | 1010100 | 0 | 11110 | 110100 | 11111 | 11010 | 100100 | 110011 |
Color Harmonies of #AF7B54
Complementary color
Monochromatic Colors of #AF7B54
Black with #AF7B54
Text Example
Text Example
White with #AF7B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7B54; }
p { color: rgb(175,123,84); }
H1.HeaderClassName
{
color: #AF7B54;
}
.AnyTagClassName
{
color: #AF7B54;
}
</style>
background-color css
<style>
a { background-color: #AF7B54; }
a { background-color: rgb(175,123,84); }
div.DivClassName
{
background-color: #AF7B54;
}
.BgClassName
{
background-color: #AF7B54;
}
</style>
border-color css
<style>
span { border-color: #AF7B54; }
span { border-color: rgb(175,123,84); }
td.TdClassName
{
border-color: #AF7B54;
}
.TagClassName
{
border-color: #AF7B54;
}
</style>