Shades of Muddy Waters #AF884B
Tints of Muddy Waters #AF884B
RGB
CMYK
RGB Variations
Color information
#AF884B (or 0xAF884B) is known color: Muddy Waters. HEX triplet: AF, 88 and 4B. RGB value is (175,136,75). Sum of RGB (Red+Green+Blue) = 175+136+75=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF884B is #5077B4. Grayscale: #8C8C8C. Windows color (decimal): -5273525 or 4950191. OLE color: 4950191.
HSL color Cylindrical-coordinate representation of color #AF884B: hue angle of 36.6º 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 #AF884B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 136 | 75 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.31 |
| HSL | 36.6º | 0.4% | 0.49% | - |
| HSV(B) | 36.6º | 0.57% | 0.69% | - |
| XYZ | 27.75 | 27.23 | 10.45 | - |
| YUV | 140.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 136 | 75 | 0 | 0.22 | 0.57 | 0.31 | 36.6 | 0.4 | 0.49 |
| Hex | AF | 88 | 4B | 0 | 16 | 39 | 1F | 25 | 28 | 31 |
| Octal | 257 | 210 | 113 | 0 | 26 | 71 | 37 | 45 | 50 | 61 |
| Binary | 10101111 | 10001000 | 1001011 | 0 | 10110 | 111001 | 11111 | 100101 | 101000 | 110001 |
Color Harmonies of #AF884B
Complementary color
Monochromatic Colors of #AF884B
Black with #AF884B
Text Example
Text Example
White with #AF884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF884B; }
p { color: rgb(175,136,75); }
H1.HeaderClassName
{
color: #AF884B;
}
.AnyTagClassName
{
color: #AF884B;
}
</style>
background-color css
<style>
a { background-color: #AF884B; }
a { background-color: rgb(175,136,75); }
div.DivClassName
{
background-color: #AF884B;
}
.BgClassName
{
background-color: #AF884B;
}
</style>
border-color css
<style>
span { border-color: #AF884B; }
span { border-color: rgb(175,136,75); }
td.TdClassName
{
border-color: #AF884B;
}
.TagClassName
{
border-color: #AF884B;
}
</style>