Shades of Muddy Waters #AF874D
Tints of Muddy Waters #AF874D
RGB
CMYK
RGB Variations
Color information
#AF874D (or 0xAF874D) is known color: Muddy Waters. HEX triplet: AF, 87 and 4D. RGB value is (175,135,77). Sum of RGB (Red+Green+Blue) = 175+135+77=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF874D is #5078B2. Grayscale: #8C8C8C. Windows color (decimal): -5273779 or 5081007. OLE color: 5081007.
HSL color Cylindrical-coordinate representation of color #AF874D: hue angle of 35.51º 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 #AF874D is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 77 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.31 |
| HSL | 35.51º | 0.39% | 0.49% | - |
| HSV(B) | 35.51º | 0.56% | 0.69% | - |
| XYZ | 27.68 | 26.98 | 10.77 | - |
| YUV | 140.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 77 | 0 | 0.23 | 0.56 | 0.31 | 35.51 | 0.39 | 0.49 |
| Hex | AF | 87 | 4D | 0 | 17 | 38 | 1F | 24 | 27 | 31 |
| Octal | 257 | 207 | 115 | 0 | 27 | 70 | 37 | 44 | 47 | 61 |
| Binary | 10101111 | 10000111 | 1001101 | 0 | 10111 | 111000 | 11111 | 100100 | 100111 | 110001 |
Color Harmonies of #AF874D
Complementary color
Monochromatic Colors of #AF874D
Black with #AF874D
Text Example
Text Example
White with #AF874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF874D; }
p { color: rgb(175,135,77); }
H1.HeaderClassName
{
color: #AF874D;
}
.AnyTagClassName
{
color: #AF874D;
}
</style>
background-color css
<style>
a { background-color: #AF874D; }
a { background-color: rgb(175,135,77); }
div.DivClassName
{
background-color: #AF874D;
}
.BgClassName
{
background-color: #AF874D;
}
</style>
border-color css
<style>
span { border-color: #AF874D; }
span { border-color: rgb(175,135,77); }
td.TdClassName
{
border-color: #AF874D;
}
.TagClassName
{
border-color: #AF874D;
}
</style>