Shades of Muddy Waters #A98444
Tints of Muddy Waters #A98444
RGB
CMYK
RGB Variations
Color information
#A98444 (or 0xA98444) is known color: Muddy Waters. HEX triplet: A9, 84 and 44. RGB value is (169,132,68). Sum of RGB (Red+Green+Blue) = 169+132+68=369 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.80% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 169 - color contains mainly: red. Hex color #A98444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98444 is #567BBB. Grayscale: #888888. Windows color (decimal): -5667772 or 4490409. OLE color: 4490409.
HSL color Cylindrical-coordinate representation of color #A98444: hue angle of 38.02º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A98444 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 68 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.34 |
| HSL | 38.02º | 0.43% | 0.46% | - |
| HSV(B) | 38.02º | 0.6% | 0.66% | - |
| XYZ | 25.66 | 25.35 | 9.01 | - |
| YUV | 135.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 68 | 0 | 0.22 | 0.60 | 0.34 | 38.02 | 0.43 | 0.46 |
| Hex | A9 | 84 | 44 | 0 | 16 | 3C | 22 | 26 | 2B | 2E |
| Octal | 251 | 204 | 104 | 0 | 26 | 74 | 42 | 46 | 53 | 56 |
| Binary | 10101001 | 10000100 | 1000100 | 0 | 10110 | 111100 | 100010 | 100110 | 101011 | 101110 |
Color Harmonies of #A98444
Complementary color
Monochromatic Colors of #A98444
Black with #A98444
Text Example
Text Example
White with #A98444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98444; }
p { color: rgb(169,132,68); }
H1.HeaderClassName
{
color: #A98444;
}
.AnyTagClassName
{
color: #A98444;
}
</style>
background-color css
<style>
a { background-color: #A98444; }
a { background-color: rgb(169,132,68); }
div.DivClassName
{
background-color: #A98444;
}
.BgClassName
{
background-color: #A98444;
}
</style>
border-color css
<style>
span { border-color: #A98444; }
span { border-color: rgb(169,132,68); }
td.TdClassName
{
border-color: #A98444;
}
.TagClassName
{
border-color: #A98444;
}
</style>