Shades of Muddy Waters #AF814D
Tints of Muddy Waters #AF814D
RGB
CMYK
RGB Variations
Color information
#AF814D (or 0xAF814D) is known color: Muddy Waters. HEX triplet: AF, 81 and 4D. RGB value is (175,129,77). Sum of RGB (Red+Green+Blue) = 175+129+77=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF814D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF814D is #507EB2. Grayscale: #898989. Windows color (decimal): -5275315 or 5079471. OLE color: 5079471.
HSL color Cylindrical-coordinate representation of color #AF814D: hue angle of 31.84º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF814D is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 77 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.31 |
| HSL | 31.84º | 0.39% | 0.49% | - |
| HSV(B) | 31.84º | 0.56% | 0.69% | - |
| XYZ | 26.87 | 25.35 | 10.5 | - |
| YUV | 136.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 77 | 0 | 0.26 | 0.56 | 0.31 | 31.84 | 0.39 | 0.49 |
| Hex | AF | 81 | 4D | 0 | 1A | 38 | 1F | 20 | 27 | 31 |
| Octal | 257 | 201 | 115 | 0 | 32 | 70 | 37 | 40 | 47 | 61 |
| Binary | 10101111 | 10000001 | 1001101 | 0 | 11010 | 111000 | 11111 | 100000 | 100111 | 110001 |
Color Harmonies of #AF814D
Complementary color
Monochromatic Colors of #AF814D
Black with #AF814D
Text Example
Text Example
White with #AF814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF814D; }
p { color: rgb(175,129,77); }
H1.HeaderClassName
{
color: #AF814D;
}
.AnyTagClassName
{
color: #AF814D;
}
</style>
background-color css
<style>
a { background-color: #AF814D; }
a { background-color: rgb(175,129,77); }
div.DivClassName
{
background-color: #AF814D;
}
.BgClassName
{
background-color: #AF814D;
}
</style>
border-color css
<style>
span { border-color: #AF814D; }
span { border-color: rgb(175,129,77); }
td.TdClassName
{
border-color: #AF814D;
}
.TagClassName
{
border-color: #AF814D;
}
</style>