Shades of Muddy Waters #A98455
Tints of Muddy Waters #A98455
RGB
CMYK
RGB Variations
Color information
#A98455 (or 0xA98455) is known color: Muddy Waters. HEX triplet: A9, 84 and 55. RGB value is (169,132,85). Sum of RGB (Red+Green+Blue) = 169+132+85=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 169 - color contains mainly: red. Hex color #A98455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98455 is #567BAA. Grayscale: #898989. Windows color (decimal): -5667755 or 5604521. OLE color: 5604521.
HSL color Cylindrical-coordinate representation of color #A98455: hue angle of 33.57º degrees, saturation: 0.33, 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 #A98455 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 85 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.34 |
| HSL | 33.57º | 0.33% | 0.5% | - |
| HSV(B) | 33.57º | 0.5% | 0.66% | - |
| XYZ | 26.25 | 25.59 | 12.15 | - |
| YUV | 137.71 | 98.26 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 85 | 0 | 0.22 | 0.50 | 0.34 | 33.57 | 0.33 | 0.5 |
| Hex | A9 | 84 | 55 | 0 | 16 | 32 | 22 | 22 | 21 | 32 |
| Octal | 251 | 204 | 125 | 0 | 26 | 62 | 42 | 42 | 41 | 62 |
| Binary | 10101001 | 10000100 | 1010101 | 0 | 10110 | 110010 | 100010 | 100010 | 100001 | 110010 |
Color Harmonies of #A98455
Complementary color
Monochromatic Colors of #A98455
Black with #A98455
Text Example
Text Example
White with #A98455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98455; }
p { color: rgb(169,132,85); }
H1.HeaderClassName
{
color: #A98455;
}
.AnyTagClassName
{
color: #A98455;
}
</style>
background-color css
<style>
a { background-color: #A98455; }
a { background-color: rgb(169,132,85); }
div.DivClassName
{
background-color: #A98455;
}
.BgClassName
{
background-color: #A98455;
}
</style>
border-color css
<style>
span { border-color: #A98455; }
span { border-color: rgb(169,132,85); }
td.TdClassName
{
border-color: #A98455;
}
.TagClassName
{
border-color: #A98455;
}
</style>