Shades of Muddy Waters #AF8043
Tints of Muddy Waters #AF8043
RGB
CMYK
RGB Variations
Color information
#AF8043 (or 0xAF8043) is known color: Muddy Waters. HEX triplet: AF, 80 and 43. RGB value is (175,128,67). Sum of RGB (Red+Green+Blue) = 175+128+67=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8043 is #507FBC. Grayscale: #878787. Windows color (decimal): -5275581 or 4423855. OLE color: 4423855.
HSL color Cylindrical-coordinate representation of color #AF8043: hue angle of 33.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF8043 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 67 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.31 |
| HSL | 33.89º | 0.45% | 0.47% | - |
| HSV(B) | 33.89º | 0.62% | 0.69% | - |
| XYZ | 26.41 | 24.96 | 8.74 | - |
| YUV | 135.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 67 | 0 | 0.27 | 0.62 | 0.31 | 33.89 | 0.45 | 0.47 |
| Hex | AF | 80 | 43 | 0 | 1B | 3E | 1F | 22 | 2D | 2F |
| Octal | 257 | 200 | 103 | 0 | 33 | 76 | 37 | 42 | 55 | 57 |
| Binary | 10101111 | 10000000 | 1000011 | 0 | 11011 | 111110 | 11111 | 100010 | 101101 | 101111 |
Color Harmonies of #AF8043
Complementary color
Monochromatic Colors of #AF8043
Black with #AF8043
Text Example
Text Example
White with #AF8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8043; }
p { color: rgb(175,128,67); }
H1.HeaderClassName
{
color: #AF8043;
}
.AnyTagClassName
{
color: #AF8043;
}
</style>
background-color css
<style>
a { background-color: #AF8043; }
a { background-color: rgb(175,128,67); }
div.DivClassName
{
background-color: #AF8043;
}
.BgClassName
{
background-color: #AF8043;
}
</style>
border-color css
<style>
span { border-color: #AF8043; }
span { border-color: rgb(175,128,67); }
td.TdClassName
{
border-color: #AF8043;
}
.TagClassName
{
border-color: #AF8043;
}
</style>