Shades of Muddy Waters #A08144
Tints of Muddy Waters #A08144
RGB
CMYK
RGB Variations
Color information
#A08144 (or 0xA08144) is known color: Muddy Waters. HEX triplet: A0, 81 and 44. RGB value is (160,129,68). Sum of RGB (Red+Green+Blue) = 160+129+68=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A08144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08144 is #5F7EBB. Grayscale: #838383. Windows color (decimal): -6258364 or 4489632. OLE color: 4489632.
HSL color Cylindrical-coordinate representation of color #A08144: hue angle of 39.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08144 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 68 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.37 |
| HSL | 39.78º | 0.4% | 0.45% | - |
| HSV(B) | 39.78º | 0.58% | 0.63% | - |
| XYZ | 23.39 | 23.59 | 8.79 | - |
| YUV | 131.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 68 | 0 | 0.19 | 0.57 | 0.37 | 39.78 | 0.4 | 0.45 |
| Hex | A0 | 81 | 44 | 0 | 13 | 39 | 25 | 28 | 28 | 2D |
| Octal | 240 | 201 | 104 | 0 | 23 | 71 | 45 | 50 | 50 | 55 |
| Binary | 10100000 | 10000001 | 1000100 | 0 | 10011 | 111001 | 100101 | 101000 | 101000 | 101101 |
Color Harmonies of #A08144
Complementary color
Monochromatic Colors of #A08144
Black with #A08144
Text Example
Text Example
White with #A08144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08144; }
p { color: rgb(160,129,68); }
H1.HeaderClassName
{
color: #A08144;
}
.AnyTagClassName
{
color: #A08144;
}
</style>
background-color css
<style>
a { background-color: #A08144; }
a { background-color: rgb(160,129,68); }
div.DivClassName
{
background-color: #A08144;
}
.BgClassName
{
background-color: #A08144;
}
</style>
border-color css
<style>
span { border-color: #A08144; }
span { border-color: rgb(160,129,68); }
td.TdClassName
{
border-color: #A08144;
}
.TagClassName
{
border-color: #A08144;
}
</style>