Shades of Muddy Waters #AF8153
Tints of Muddy Waters #AF8153
RGB
CMYK
RGB Variations
Color information
#AF8153 (or 0xAF8153) is known color: Muddy Waters. HEX triplet: AF, 81 and 53. RGB value is (175,129,83). Sum of RGB (Red+Green+Blue) = 175+129+83=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8153 is #507EAC. Grayscale: #898989. Windows color (decimal): -5275309 or 5472687. OLE color: 5472687.
HSL color Cylindrical-coordinate representation of color #AF8153: hue angle of 30º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF8153 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 83 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.31 |
| HSL | 30º | 0.37% | 0.51% | - |
| HSV(B) | 30º | 0.53% | 0.69% | - |
| XYZ | 27.09 | 25.44 | 11.67 | - |
| YUV | 137.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 83 | 0 | 0.26 | 0.53 | 0.31 | 30 | 0.37 | 0.51 |
| Hex | AF | 81 | 53 | 0 | 1A | 35 | 1F | 1E | 25 | 33 |
| Octal | 257 | 201 | 123 | 0 | 32 | 65 | 37 | 36 | 45 | 63 |
| Binary | 10101111 | 10000001 | 1010011 | 0 | 11010 | 110101 | 11111 | 11110 | 100101 | 110011 |
Color Harmonies of #AF8153
Complementary color
Monochromatic Colors of #AF8153
Black with #AF8153
Text Example
Text Example
White with #AF8153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8153; }
p { color: rgb(175,129,83); }
H1.HeaderClassName
{
color: #AF8153;
}
.AnyTagClassName
{
color: #AF8153;
}
</style>
background-color css
<style>
a { background-color: #AF8153; }
a { background-color: rgb(175,129,83); }
div.DivClassName
{
background-color: #AF8153;
}
.BgClassName
{
background-color: #AF8153;
}
</style>
border-color css
<style>
span { border-color: #AF8153; }
span { border-color: rgb(175,129,83); }
td.TdClassName
{
border-color: #AF8153;
}
.TagClassName
{
border-color: #AF8153;
}
</style>