Shades of Muddy Waters #A98154
Tints of Muddy Waters #A98154
RGB
CMYK
RGB Variations
Color information
#A98154 (or 0xA98154) is known color: Muddy Waters. HEX triplet: A9, 81 and 54. RGB value is (169,129,84). Sum of RGB (Red+Green+Blue) = 169+129+84=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A98154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98154 is #567EAB. Grayscale: #888888. Windows color (decimal): -5668524 or 5538217. OLE color: 5538217.
HSL color Cylindrical-coordinate representation of color #A98154: hue angle of 31.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A98154 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 84 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.34 |
| HSL | 31.76º | 0.34% | 0.5% | - |
| HSV(B) | 31.76º | 0.5% | 0.66% | - |
| XYZ | 25.81 | 24.78 | 11.81 | - |
| YUV | 135.83 | 98.75 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 84 | 0 | 0.24 | 0.50 | 0.34 | 31.76 | 0.34 | 0.5 |
| Hex | A9 | 81 | 54 | 0 | 18 | 32 | 22 | 20 | 22 | 32 |
| Octal | 251 | 201 | 124 | 0 | 30 | 62 | 42 | 40 | 42 | 62 |
| Binary | 10101001 | 10000001 | 1010100 | 0 | 11000 | 110010 | 100010 | 100000 | 100010 | 110010 |
Color Harmonies of #A98154
Complementary color
Monochromatic Colors of #A98154
Black with #A98154
Text Example
Text Example
White with #A98154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98154; }
p { color: rgb(169,129,84); }
H1.HeaderClassName
{
color: #A98154;
}
.AnyTagClassName
{
color: #A98154;
}
</style>
background-color css
<style>
a { background-color: #A98154; }
a { background-color: rgb(169,129,84); }
div.DivClassName
{
background-color: #A98154;
}
.BgClassName
{
background-color: #A98154;
}
</style>
border-color css
<style>
span { border-color: #A98154; }
span { border-color: rgb(169,129,84); }
td.TdClassName
{
border-color: #A98154;
}
.TagClassName
{
border-color: #A98154;
}
</style>