Shades of Muddy Waters #A98051
Tints of Muddy Waters #A98051
RGB
CMYK
RGB Variations
Color information
#A98051 (or 0xA98051) is known color: Muddy Waters. HEX triplet: A9, 80 and 51. RGB value is (169,128,81). Sum of RGB (Red+Green+Blue) = 169+128+81=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A98051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98051 is #567FAE. Grayscale: #878787. Windows color (decimal): -5668783 or 5341353. OLE color: 5341353.
HSL color Cylindrical-coordinate representation of color #A98051: hue angle of 32.05º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A98051 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 81 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.34 |
| HSL | 32.05º | 0.35% | 0.49% | - |
| HSV(B) | 32.05º | 0.52% | 0.66% | - |
| XYZ | 25.57 | 24.47 | 11.16 | - |
| YUV | 134.9 | 97.58 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 81 | 0 | 0.24 | 0.52 | 0.34 | 32.05 | 0.35 | 0.49 |
| Hex | A9 | 80 | 51 | 0 | 18 | 34 | 22 | 20 | 23 | 31 |
| Octal | 251 | 200 | 121 | 0 | 30 | 64 | 42 | 40 | 43 | 61 |
| Binary | 10101001 | 10000000 | 1010001 | 0 | 11000 | 110100 | 100010 | 100000 | 100011 | 110001 |
Color Harmonies of #A98051
Complementary color
Monochromatic Colors of #A98051
Black with #A98051
Text Example
Text Example
White with #A98051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98051; }
p { color: rgb(169,128,81); }
H1.HeaderClassName
{
color: #A98051;
}
.AnyTagClassName
{
color: #A98051;
}
</style>
background-color css
<style>
a { background-color: #A98051; }
a { background-color: rgb(169,128,81); }
div.DivClassName
{
background-color: #A98051;
}
.BgClassName
{
background-color: #A98051;
}
</style>
border-color css
<style>
span { border-color: #A98051; }
span { border-color: rgb(169,128,81); }
td.TdClassName
{
border-color: #A98051;
}
.TagClassName
{
border-color: #A98051;
}
</style>