Shades of Muddy Waters #A98255
Tints of Muddy Waters #A98255
RGB
CMYK
RGB Variations
Color information
#A98255 (or 0xA98255) is known color: Muddy Waters. HEX triplet: A9, 82 and 55. RGB value is (169,130,85). Sum of RGB (Red+Green+Blue) = 169+130+85=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A98255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98255 is #567DAA. Grayscale: #888888. Windows color (decimal): -5668267 or 5604009. OLE color: 5604009.
HSL color Cylindrical-coordinate representation of color #A98255: hue angle of 32.14º 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 #A98255 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 85 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.34 |
| HSL | 32.14º | 0.33% | 0.5% | - |
| HSV(B) | 32.14º | 0.5% | 0.66% | - |
| XYZ | 25.98 | 25.06 | 12.06 | - |
| YUV | 136.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 85 | 0 | 0.23 | 0.50 | 0.34 | 32.14 | 0.33 | 0.5 |
| Hex | A9 | 82 | 55 | 0 | 17 | 32 | 22 | 20 | 21 | 32 |
| Octal | 251 | 202 | 125 | 0 | 27 | 62 | 42 | 40 | 41 | 62 |
| Binary | 10101001 | 10000010 | 1010101 | 0 | 10111 | 110010 | 100010 | 100000 | 100001 | 110010 |
Color Harmonies of #A98255
Complementary color
Monochromatic Colors of #A98255
Black with #A98255
Text Example
Text Example
White with #A98255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98255; }
p { color: rgb(169,130,85); }
H1.HeaderClassName
{
color: #A98255;
}
.AnyTagClassName
{
color: #A98255;
}
</style>
background-color css
<style>
a { background-color: #A98255; }
a { background-color: rgb(169,130,85); }
div.DivClassName
{
background-color: #A98255;
}
.BgClassName
{
background-color: #A98255;
}
</style>
border-color css
<style>
span { border-color: #A98255; }
span { border-color: rgb(169,130,85); }
td.TdClassName
{
border-color: #A98255;
}
.TagClassName
{
border-color: #A98255;
}
</style>