Shades of Muddy Waters #A98253
Tints of Muddy Waters #A98253
RGB
CMYK
RGB Variations
Color information
#A98253 (or 0xA98253) is known color: Muddy Waters. HEX triplet: A9, 82 and 53. RGB value is (169,130,83). Sum of RGB (Red+Green+Blue) = 169+130+83=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 83 (32.81% from 255 or 21.73% from 382); Max value from RGB is 169 - color contains mainly: red. Hex color #A98253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98253 is #567DAC. Grayscale: #888888. Windows color (decimal): -5668269 or 5472937. OLE color: 5472937.
HSL color Cylindrical-coordinate representation of color #A98253: hue angle of 32.79º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A98253 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 83 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.34 |
| HSL | 32.79º | 0.34% | 0.49% | - |
| HSV(B) | 32.79º | 0.51% | 0.66% | - |
| XYZ | 25.91 | 25.02 | 11.65 | - |
| YUV | 136.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 83 | 0 | 0.23 | 0.51 | 0.34 | 32.79 | 0.34 | 0.49 |
| Hex | A9 | 82 | 53 | 0 | 17 | 33 | 22 | 21 | 22 | 31 |
| Octal | 251 | 202 | 123 | 0 | 27 | 63 | 42 | 41 | 42 | 61 |
| Binary | 10101001 | 10000010 | 1010011 | 0 | 10111 | 110011 | 100010 | 100001 | 100010 | 110001 |
Color Harmonies of #A98253
Complementary color
Monochromatic Colors of #A98253
Black with #A98253
Text Example
Text Example
White with #A98253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98253; }
p { color: rgb(169,130,83); }
H1.HeaderClassName
{
color: #A98253;
}
.AnyTagClassName
{
color: #A98253;
}
</style>
background-color css
<style>
a { background-color: #A98253; }
a { background-color: rgb(169,130,83); }
div.DivClassName
{
background-color: #A98253;
}
.BgClassName
{
background-color: #A98253;
}
</style>
border-color css
<style>
span { border-color: #A98253; }
span { border-color: rgb(169,130,83); }
td.TdClassName
{
border-color: #A98253;
}
.TagClassName
{
border-color: #A98253;
}
</style>