Shades of Muddy Waters #AF874B
Tints of Muddy Waters #AF874B
RGB
CMYK
RGB Variations
Color information
#AF874B (or 0xAF874B) is known color: Muddy Waters. HEX triplet: AF, 87 and 4B. RGB value is (175,135,75). Sum of RGB (Red+Green+Blue) = 175+135+75=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF874B is #5078B4. Grayscale: #8C8C8C. Windows color (decimal): -5273781 or 4949935. OLE color: 4949935.
HSL color Cylindrical-coordinate representation of color #AF874B: hue angle of 36º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF874B is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 75 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.31 |
| HSL | 36º | 0.4% | 0.49% | - |
| HSV(B) | 36º | 0.57% | 0.69% | - |
| XYZ | 27.61 | 26.95 | 10.4 | - |
| YUV | 140.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 75 | 0 | 0.23 | 0.57 | 0.31 | 36 | 0.4 | 0.49 |
| Hex | AF | 87 | 4B | 0 | 17 | 39 | 1F | 24 | 28 | 31 |
| Octal | 257 | 207 | 113 | 0 | 27 | 71 | 37 | 44 | 50 | 61 |
| Binary | 10101111 | 10000111 | 1001011 | 0 | 10111 | 111001 | 11111 | 100100 | 101000 | 110001 |
Color Harmonies of #AF874B
Complementary color
Monochromatic Colors of #AF874B
Black with #AF874B
Text Example
Text Example
White with #AF874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF874B; }
p { color: rgb(175,135,75); }
H1.HeaderClassName
{
color: #AF874B;
}
.AnyTagClassName
{
color: #AF874B;
}
</style>
background-color css
<style>
a { background-color: #AF874B; }
a { background-color: rgb(175,135,75); }
div.DivClassName
{
background-color: #AF874B;
}
.BgClassName
{
background-color: #AF874B;
}
</style>
border-color css
<style>
span { border-color: #AF874B; }
span { border-color: rgb(175,135,75); }
td.TdClassName
{
border-color: #AF874B;
}
.TagClassName
{
border-color: #AF874B;
}
</style>