Shades of Muddy Waters #A08650
Tints of Muddy Waters #A08650
RGB
CMYK
RGB Variations
Color information
#A08650 (or 0xA08650) is known color: Muddy Waters. HEX triplet: A0, 86 and 50. RGB value is (160,134,80). Sum of RGB (Red+Green+Blue) = 160+134+80=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A08650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08650 is #5F79AF. Grayscale: #878787. Windows color (decimal): -6257072 or 5277344. OLE color: 5277344.
HSL color Cylindrical-coordinate representation of color #A08650: hue angle of 40.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A08650 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 134 | 80 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.37 |
| HSL | 40.5º | 0.33% | 0.47% | - |
| HSV(B) | 40.5º | 0.5% | 0.63% | - |
| XYZ | 24.47 | 25.1 | 11.15 | - |
| YUV | 135.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 134 | 80 | 0 | 0.16 | 0.5 | 0.37 | 40.5 | 0.33 | 0.47 |
| Hex | A0 | 86 | 50 | 0 | 10 | 32 | 25 | 28 | 21 | 2F |
| Octal | 240 | 206 | 120 | 0 | 20 | 62 | 45 | 50 | 41 | 57 |
| Binary | 10100000 | 10000110 | 1010000 | 0 | 10000 | 110010 | 100101 | 101000 | 100001 | 101111 |
Color Harmonies of #A08650
Complementary color
Monochromatic Colors of #A08650
Black with #A08650
Text Example
Text Example
White with #A08650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08650; }
p { color: rgb(160,134,80); }
H1.HeaderClassName
{
color: #A08650;
}
.AnyTagClassName
{
color: #A08650;
}
</style>
background-color css
<style>
a { background-color: #A08650; }
a { background-color: rgb(160,134,80); }
div.DivClassName
{
background-color: #A08650;
}
.BgClassName
{
background-color: #A08650;
}
</style>
border-color css
<style>
span { border-color: #A08650; }
span { border-color: rgb(160,134,80); }
td.TdClassName
{
border-color: #A08650;
}
.TagClassName
{
border-color: #A08650;
}
</style>