Shades of Muddy Waters #A88046
Tints of Muddy Waters #A88046
RGB
CMYK
RGB Variations
Color information
#A88046 (or 0xA88046) is known color: Muddy Waters. HEX triplet: A8, 80 and 46. RGB value is (168,128,70). Sum of RGB (Red+Green+Blue) = 168+128+70=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A88046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88046 is #577FB9. Grayscale: #858585. Windows color (decimal): -5734330 or 4620456. OLE color: 4620456.
HSL color Cylindrical-coordinate representation of color #A88046: hue angle of 35.51º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A88046 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 70 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.34 |
| HSL | 35.51º | 0.41% | 0.47% | - |
| HSV(B) | 35.51º | 0.58% | 0.66% | - |
| XYZ | 24.97 | 24.21 | 9.15 | - |
| YUV | 133.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 70 | 0 | 0.24 | 0.58 | 0.34 | 35.51 | 0.41 | 0.47 |
| Hex | A8 | 80 | 46 | 0 | 18 | 3A | 22 | 24 | 29 | 2F |
| Octal | 250 | 200 | 106 | 0 | 30 | 72 | 42 | 44 | 51 | 57 |
| Binary | 10101000 | 10000000 | 1000110 | 0 | 11000 | 111010 | 100010 | 100100 | 101001 | 101111 |
Color Harmonies of #A88046
Complementary color
Monochromatic Colors of #A88046
Black with #A88046
Text Example
Text Example
White with #A88046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88046; }
p { color: rgb(168,128,70); }
H1.HeaderClassName
{
color: #A88046;
}
.AnyTagClassName
{
color: #A88046;
}
</style>
background-color css
<style>
a { background-color: #A88046; }
a { background-color: rgb(168,128,70); }
div.DivClassName
{
background-color: #A88046;
}
.BgClassName
{
background-color: #A88046;
}
</style>
border-color css
<style>
span { border-color: #A88046; }
span { border-color: rgb(168,128,70); }
td.TdClassName
{
border-color: #A88046;
}
.TagClassName
{
border-color: #A88046;
}
</style>