Shades of Muddy Waters #A98057
Tints of Muddy Waters #A98057
RGB
CMYK
RGB Variations
Color information
#A98057 (or 0xA98057) is known color: Muddy Waters. HEX triplet: A9, 80 and 57. RGB value is (169,128,87). Sum of RGB (Red+Green+Blue) = 169+128+87=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 87 (34.38% from 255 or 22.66% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A98057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98057 is #567FA8. Grayscale: #878787. Windows color (decimal): -5668777 or 5734569. OLE color: 5734569.
HSL color Cylindrical-coordinate representation of color #A98057: hue angle of 30º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A98057 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 87 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.34 |
| HSL | 30º | 0.32% | 0.5% | - |
| HSV(B) | 30º | 0.49% | 0.66% | - |
| XYZ | 25.8 | 24.56 | 12.4 | - |
| YUV | 135.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 87 | 0 | 0.24 | 0.49 | 0.34 | 30 | 0.32 | 0.5 |
| Hex | A9 | 80 | 57 | 0 | 18 | 31 | 22 | 1E | 20 | 32 |
| Octal | 251 | 200 | 127 | 0 | 30 | 61 | 42 | 36 | 40 | 62 |
| Binary | 10101001 | 10000000 | 1010111 | 0 | 11000 | 110001 | 100010 | 11110 | 100000 | 110010 |
Color Harmonies of #A98057
Complementary color
Monochromatic Colors of #A98057
Black with #A98057
Text Example
Text Example
White with #A98057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98057; }
p { color: rgb(169,128,87); }
H1.HeaderClassName
{
color: #A98057;
}
.AnyTagClassName
{
color: #A98057;
}
</style>
background-color css
<style>
a { background-color: #A98057; }
a { background-color: rgb(169,128,87); }
div.DivClassName
{
background-color: #A98057;
}
.BgClassName
{
background-color: #A98057;
}
</style>
border-color css
<style>
span { border-color: #A98057; }
span { border-color: rgb(169,128,87); }
td.TdClassName
{
border-color: #A98057;
}
.TagClassName
{
border-color: #A98057;
}
</style>