Shades of Muddy Waters #A08044
Tints of Muddy Waters #A08044
RGB
CMYK
RGB Variations
Color information
#A08044 (or 0xA08044) is known color: Muddy Waters. HEX triplet: A0, 80 and 44. RGB value is (160,128,68). Sum of RGB (Red+Green+Blue) = 160+128+68=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08044 is #5F7FBB. Grayscale: #838383. Windows color (decimal): -6258620 or 4489376. OLE color: 4489376.
HSL color Cylindrical-coordinate representation of color #A08044: hue angle of 39.13º 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 #A08044 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 68 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.37 |
| HSL | 39.13º | 0.4% | 0.45% | - |
| HSV(B) | 39.13º | 0.58% | 0.63% | - |
| XYZ | 23.26 | 23.33 | 8.75 | - |
| YUV | 130.73 | 92.6 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 68 | 0 | 0.20 | 0.57 | 0.37 | 39.13 | 0.4 | 0.45 |
| Hex | A0 | 80 | 44 | 0 | 14 | 39 | 25 | 27 | 28 | 2D |
| Octal | 240 | 200 | 104 | 0 | 24 | 71 | 45 | 47 | 50 | 55 |
| Binary | 10100000 | 10000000 | 1000100 | 0 | 10100 | 111001 | 100101 | 100111 | 101000 | 101101 |
Color Harmonies of #A08044
Complementary color
Monochromatic Colors of #A08044
Black with #A08044
Text Example
Text Example
White with #A08044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08044; }
p { color: rgb(160,128,68); }
H1.HeaderClassName
{
color: #A08044;
}
.AnyTagClassName
{
color: #A08044;
}
</style>
background-color css
<style>
a { background-color: #A08044; }
a { background-color: rgb(160,128,68); }
div.DivClassName
{
background-color: #A08044;
}
.BgClassName
{
background-color: #A08044;
}
</style>
border-color css
<style>
span { border-color: #A08044; }
span { border-color: rgb(160,128,68); }
td.TdClassName
{
border-color: #A08044;
}
.TagClassName
{
border-color: #A08044;
}
</style>