Shades of Muddy Waters #A98156
Tints of Muddy Waters #A98156
RGB
CMYK
RGB Variations
Color information
#A98156 (or 0xA98156) is known color: Muddy Waters. HEX triplet: A9, 81 and 56. RGB value is (169,129,86). Sum of RGB (Red+Green+Blue) = 169+129+86=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A98156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98156 is #567EA9. Grayscale: #888888. Windows color (decimal): -5668522 or 5669289. OLE color: 5669289.
HSL color Cylindrical-coordinate representation of color #A98156: hue angle of 31.08º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A98156 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 86 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.34 |
| HSL | 31.08º | 0.33% | 0.5% | - |
| HSV(B) | 31.08º | 0.49% | 0.66% | - |
| XYZ | 25.89 | 24.81 | 12.23 | - |
| YUV | 136.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 86 | 0 | 0.24 | 0.49 | 0.34 | 31.08 | 0.33 | 0.5 |
| Hex | A9 | 81 | 56 | 0 | 18 | 31 | 22 | 1F | 21 | 32 |
| Octal | 251 | 201 | 126 | 0 | 30 | 61 | 42 | 37 | 41 | 62 |
| Binary | 10101001 | 10000001 | 1010110 | 0 | 11000 | 110001 | 100010 | 11111 | 100001 | 110010 |
Color Harmonies of #A98156
Complementary color
Monochromatic Colors of #A98156
Black with #A98156
Text Example
Text Example
White with #A98156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98156; }
p { color: rgb(169,129,86); }
H1.HeaderClassName
{
color: #A98156;
}
.AnyTagClassName
{
color: #A98156;
}
</style>
background-color css
<style>
a { background-color: #A98156; }
a { background-color: rgb(169,129,86); }
div.DivClassName
{
background-color: #A98156;
}
.BgClassName
{
background-color: #A98156;
}
</style>
border-color css
<style>
span { border-color: #A98156; }
span { border-color: rgb(169,129,86); }
td.TdClassName
{
border-color: #A98156;
}
.TagClassName
{
border-color: #A98156;
}
</style>