Shades of Muddy Waters #A18144
Tints of Muddy Waters #A18144
RGB
CMYK
RGB Variations
Color information
#A18144 (or 0xA18144) is known color: Muddy Waters. HEX triplet: A1, 81 and 44. RGB value is (161,129,68). Sum of RGB (Red+Green+Blue) = 161+129+68=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A18144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18144 is #5E7EBB. Grayscale: #838383. Windows color (decimal): -6192828 or 4489633. OLE color: 4489633.
HSL color Cylindrical-coordinate representation of color #A18144: hue angle of 39.35º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A18144 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 129 | 68 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.37 |
| HSL | 39.35º | 0.41% | 0.45% | - |
| HSV(B) | 39.35º | 0.58% | 0.63% | - |
| XYZ | 23.59 | 23.69 | 8.8 | - |
| YUV | 131.61 | 92.1 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 129 | 68 | 0 | 0.20 | 0.58 | 0.37 | 39.35 | 0.41 | 0.45 |
| Hex | A1 | 81 | 44 | 0 | 14 | 3A | 25 | 27 | 29 | 2D |
| Octal | 241 | 201 | 104 | 0 | 24 | 72 | 45 | 47 | 51 | 55 |
| Binary | 10100001 | 10000001 | 1000100 | 0 | 10100 | 111010 | 100101 | 100111 | 101001 | 101101 |
Color Harmonies of #A18144
Complementary color
Monochromatic Colors of #A18144
Black with #A18144
Text Example
Text Example
White with #A18144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18144; }
p { color: rgb(161,129,68); }
H1.HeaderClassName
{
color: #A18144;
}
.AnyTagClassName
{
color: #A18144;
}
</style>
background-color css
<style>
a { background-color: #A18144; }
a { background-color: rgb(161,129,68); }
div.DivClassName
{
background-color: #A18144;
}
.BgClassName
{
background-color: #A18144;
}
</style>
border-color css
<style>
span { border-color: #A18144; }
span { border-color: rgb(161,129,68); }
td.TdClassName
{
border-color: #A18144;
}
.TagClassName
{
border-color: #A18144;
}
</style>