Shades of Muddy Waters #AF8144
Tints of Muddy Waters #AF8144
RGB
CMYK
RGB Variations
Color information
#AF8144 (or 0xAF8144) is known color: Muddy Waters. HEX triplet: AF, 81 and 44. RGB value is (175,129,68). Sum of RGB (Red+Green+Blue) = 175+129+68=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8144 is #507EBB. Grayscale: #888888. Windows color (decimal): -5275324 or 4489647. OLE color: 4489647.
HSL color Cylindrical-coordinate representation of color #AF8144: hue angle of 34.21º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF8144 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 68 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.31 |
| HSL | 34.21º | 0.44% | 0.48% | - |
| HSV(B) | 34.21º | 0.61% | 0.69% | - |
| XYZ | 26.57 | 25.23 | 8.94 | - |
| YUV | 135.8 | 89.74 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 68 | 0 | 0.26 | 0.61 | 0.31 | 34.21 | 0.44 | 0.48 |
| Hex | AF | 81 | 44 | 0 | 1A | 3D | 1F | 22 | 2C | 30 |
| Octal | 257 | 201 | 104 | 0 | 32 | 75 | 37 | 42 | 54 | 60 |
| Binary | 10101111 | 10000001 | 1000100 | 0 | 11010 | 111101 | 11111 | 100010 | 101100 | 110000 |
Color Harmonies of #AF8144
Complementary color
Monochromatic Colors of #AF8144
Black with #AF8144
Text Example
Text Example
White with #AF8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8144; }
p { color: rgb(175,129,68); }
H1.HeaderClassName
{
color: #AF8144;
}
.AnyTagClassName
{
color: #AF8144;
}
</style>
background-color css
<style>
a { background-color: #AF8144; }
a { background-color: rgb(175,129,68); }
div.DivClassName
{
background-color: #AF8144;
}
.BgClassName
{
background-color: #AF8144;
}
</style>
border-color css
<style>
span { border-color: #AF8144; }
span { border-color: rgb(175,129,68); }
td.TdClassName
{
border-color: #AF8144;
}
.TagClassName
{
border-color: #AF8144;
}
</style>