Shades of Muddy Waters #AF844D
Tints of Muddy Waters #AF844D
RGB
CMYK
RGB Variations
Color information
#AF844D (or 0xAF844D) is known color: Muddy Waters. HEX triplet: AF, 84 and 4D. RGB value is (175,132,77). Sum of RGB (Red+Green+Blue) = 175+132+77=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF844D is #507BB2. Grayscale: #8A8A8A. Windows color (decimal): -5274547 or 5080239. OLE color: 5080239.
HSL color Cylindrical-coordinate representation of color #AF844D: hue angle of 33.67º 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 #AF844D is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 132 | 77 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.31 |
| HSL | 33.67º | 0.39% | 0.49% | - |
| HSV(B) | 33.67º | 0.56% | 0.69% | - |
| XYZ | 27.27 | 26.15 | 10.63 | - |
| YUV | 138.59 | 93.25 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 132 | 77 | 0 | 0.25 | 0.56 | 0.31 | 33.67 | 0.39 | 0.49 |
| Hex | AF | 84 | 4D | 0 | 19 | 38 | 1F | 22 | 27 | 31 |
| Octal | 257 | 204 | 115 | 0 | 31 | 70 | 37 | 42 | 47 | 61 |
| Binary | 10101111 | 10000100 | 1001101 | 0 | 11001 | 111000 | 11111 | 100010 | 100111 | 110001 |
Color Harmonies of #AF844D
Complementary color
Monochromatic Colors of #AF844D
Black with #AF844D
Text Example
Text Example
White with #AF844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF844D; }
p { color: rgb(175,132,77); }
H1.HeaderClassName
{
color: #AF844D;
}
.AnyTagClassName
{
color: #AF844D;
}
</style>
background-color css
<style>
a { background-color: #AF844D; }
a { background-color: rgb(175,132,77); }
div.DivClassName
{
background-color: #AF844D;
}
.BgClassName
{
background-color: #AF844D;
}
</style>
border-color css
<style>
span { border-color: #AF844D; }
span { border-color: rgb(175,132,77); }
td.TdClassName
{
border-color: #AF844D;
}
.TagClassName
{
border-color: #AF844D;
}
</style>