Shades of Muddy Waters #A08148
Tints of Muddy Waters #A08148
RGB
CMYK
RGB Variations
Color information
#A08148 (or 0xA08148) is known color: Muddy Waters. HEX triplet: A0, 81 and 48. RGB value is (160,129,72). Sum of RGB (Red+Green+Blue) = 160+129+72=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08148 is #5F7EB7. Grayscale: #848484. Windows color (decimal): -6258360 or 4751776. OLE color: 4751776.
HSL color Cylindrical-coordinate representation of color #A08148: hue angle of 38.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A08148 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 72 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.37 |
| HSL | 38.86º | 0.38% | 0.45% | - |
| HSV(B) | 38.86º | 0.55% | 0.63% | - |
| XYZ | 23.52 | 23.64 | 9.45 | - |
| YUV | 131.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 72 | 0 | 0.19 | 0.55 | 0.37 | 38.86 | 0.38 | 0.45 |
| Hex | A0 | 81 | 48 | 0 | 13 | 37 | 25 | 27 | 26 | 2D |
| Octal | 240 | 201 | 110 | 0 | 23 | 67 | 45 | 47 | 46 | 55 |
| Binary | 10100000 | 10000001 | 1001000 | 0 | 10011 | 110111 | 100101 | 100111 | 100110 | 101101 |
Color Harmonies of #A08148
Complementary color
Monochromatic Colors of #A08148
Black with #A08148
Text Example
Text Example
White with #A08148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08148; }
p { color: rgb(160,129,72); }
H1.HeaderClassName
{
color: #A08148;
}
.AnyTagClassName
{
color: #A08148;
}
</style>
background-color css
<style>
a { background-color: #A08148; }
a { background-color: rgb(160,129,72); }
div.DivClassName
{
background-color: #A08148;
}
.BgClassName
{
background-color: #A08148;
}
</style>
border-color css
<style>
span { border-color: #A08148; }
span { border-color: rgb(160,129,72); }
td.TdClassName
{
border-color: #A08148;
}
.TagClassName
{
border-color: #A08148;
}
</style>