Shades of Muddy Waters #AF874E
Tints of Muddy Waters #AF874E
RGB
CMYK
RGB Variations
Color information
#AF874E (or 0xAF874E) is known color: Muddy Waters. HEX triplet: AF, 87 and 4E. RGB value is (175,135,78). Sum of RGB (Red+Green+Blue) = 175+135+78=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF874E is #5078B1. Grayscale: #8C8C8C. Windows color (decimal): -5273778 or 5146543. OLE color: 5146543.
HSL color Cylindrical-coordinate representation of color #AF874E: hue angle of 35.26º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF874E is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 78 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.31 |
| HSL | 35.26º | 0.38% | 0.5% | - |
| HSV(B) | 35.26º | 0.55% | 0.69% | - |
| XYZ | 27.72 | 26.99 | 10.96 | - |
| YUV | 140.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 78 | 0 | 0.23 | 0.55 | 0.31 | 35.26 | 0.38 | 0.5 |
| Hex | AF | 87 | 4E | 0 | 17 | 37 | 1F | 23 | 26 | 32 |
| Octal | 257 | 207 | 116 | 0 | 27 | 67 | 37 | 43 | 46 | 62 |
| Binary | 10101111 | 10000111 | 1001110 | 0 | 10111 | 110111 | 11111 | 100011 | 100110 | 110010 |
Color Harmonies of #AF874E
Complementary color
Monochromatic Colors of #AF874E
Black with #AF874E
Text Example
Text Example
White with #AF874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF874E; }
p { color: rgb(175,135,78); }
H1.HeaderClassName
{
color: #AF874E;
}
.AnyTagClassName
{
color: #AF874E;
}
</style>
background-color css
<style>
a { background-color: #AF874E; }
a { background-color: rgb(175,135,78); }
div.DivClassName
{
background-color: #AF874E;
}
.BgClassName
{
background-color: #AF874E;
}
</style>
border-color css
<style>
span { border-color: #AF874E; }
span { border-color: rgb(175,135,78); }
td.TdClassName
{
border-color: #AF874E;
}
.TagClassName
{
border-color: #AF874E;
}
</style>