Shades of Muddy Waters #A08146
Tints of Muddy Waters #A08146
RGB
CMYK
RGB Variations
Color information
#A08146 (or 0xA08146) is known color: Muddy Waters. HEX triplet: A0, 81 and 46. RGB value is (160,129,70). Sum of RGB (Red+Green+Blue) = 160+129+70=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A08146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08146 is #5F7EB9. Grayscale: #838383. Windows color (decimal): -6258362 or 4620704. OLE color: 4620704.
HSL color Cylindrical-coordinate representation of color #A08146: hue angle of 39.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A08146 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 129 | 70 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.37 |
| HSL | 39.33º | 0.39% | 0.45% | - |
| HSV(B) | 39.33º | 0.56% | 0.63% | - |
| XYZ | 23.45 | 23.62 | 9.12 | - |
| YUV | 131.54 | 93.27 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 129 | 70 | 0 | 0.19 | 0.56 | 0.37 | 39.33 | 0.39 | 0.45 |
| Hex | A0 | 81 | 46 | 0 | 13 | 38 | 25 | 27 | 27 | 2D |
| Octal | 240 | 201 | 106 | 0 | 23 | 70 | 45 | 47 | 47 | 55 |
| Binary | 10100000 | 10000001 | 1000110 | 0 | 10011 | 111000 | 100101 | 100111 | 100111 | 101101 |
Color Harmonies of #A08146
Complementary color
Monochromatic Colors of #A08146
Black with #A08146
Text Example
Text Example
White with #A08146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08146; }
p { color: rgb(160,129,70); }
H1.HeaderClassName
{
color: #A08146;
}
.AnyTagClassName
{
color: #A08146;
}
</style>
background-color css
<style>
a { background-color: #A08146; }
a { background-color: rgb(160,129,70); }
div.DivClassName
{
background-color: #A08146;
}
.BgClassName
{
background-color: #A08146;
}
</style>
border-color css
<style>
span { border-color: #A08146; }
span { border-color: rgb(160,129,70); }
td.TdClassName
{
border-color: #A08146;
}
.TagClassName
{
border-color: #A08146;
}
</style>