Shades of Muddy Waters #A98042
Tints of Muddy Waters #A98042
RGB
CMYK
RGB Variations
Color information
#A98042 (or 0xA98042) is known color: Muddy Waters. HEX triplet: A9, 80 and 42. RGB value is (169,128,66). Sum of RGB (Red+Green+Blue) = 169+128+66=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A98042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98042 is #567FBD. Grayscale: #858585. Windows color (decimal): -5668798 or 4358313. OLE color: 4358313.
HSL color Cylindrical-coordinate representation of color #A98042: hue angle of 36.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A98042 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 66 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.34 |
| HSL | 36.12º | 0.44% | 0.46% | - |
| HSV(B) | 36.12º | 0.61% | 0.66% | - |
| XYZ | 25.06 | 24.27 | 8.52 | - |
| YUV | 133.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 66 | 0 | 0.24 | 0.61 | 0.34 | 36.12 | 0.44 | 0.46 |
| Hex | A9 | 80 | 42 | 0 | 18 | 3D | 22 | 24 | 2C | 2E |
| Octal | 251 | 200 | 102 | 0 | 30 | 75 | 42 | 44 | 54 | 56 |
| Binary | 10101001 | 10000000 | 1000010 | 0 | 11000 | 111101 | 100010 | 100100 | 101100 | 101110 |
Color Harmonies of #A98042
Complementary color
Monochromatic Colors of #A98042
Black with #A98042
Text Example
Text Example
White with #A98042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98042; }
p { color: rgb(169,128,66); }
H1.HeaderClassName
{
color: #A98042;
}
.AnyTagClassName
{
color: #A98042;
}
</style>
background-color css
<style>
a { background-color: #A98042; }
a { background-color: rgb(169,128,66); }
div.DivClassName
{
background-color: #A98042;
}
.BgClassName
{
background-color: #A98042;
}
</style>
border-color css
<style>
span { border-color: #A98042; }
span { border-color: rgb(169,128,66); }
td.TdClassName
{
border-color: #A98042;
}
.TagClassName
{
border-color: #A98042;
}
</style>