Shades of Muddy Waters #A88256
Tints of Muddy Waters #A88256
RGB
CMYK
RGB Variations
Color information
#A88256 (or 0xA88256) is known color: Muddy Waters. HEX triplet: A8, 82 and 56. RGB value is (168,130,86). Sum of RGB (Red+Green+Blue) = 168+130+86=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A88256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88256 is #577DA9. Grayscale: #888888. Windows color (decimal): -5733802 or 5669544. OLE color: 5669544.
HSL color Cylindrical-coordinate representation of color #A88256: hue angle of 32.2º 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 #A88256 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 86 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.34 |
| HSL | 32.2º | 0.32% | 0.5% | - |
| HSV(B) | 32.2º | 0.49% | 0.66% | - |
| XYZ | 25.81 | 24.96 | 12.26 | - |
| YUV | 136.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 86 | 0 | 0.23 | 0.49 | 0.34 | 32.2 | 0.32 | 0.5 |
| Hex | A8 | 82 | 56 | 0 | 17 | 31 | 22 | 20 | 20 | 32 |
| Octal | 250 | 202 | 126 | 0 | 27 | 61 | 42 | 40 | 40 | 62 |
| Binary | 10101000 | 10000010 | 1010110 | 0 | 10111 | 110001 | 100010 | 100000 | 100000 | 110010 |
Color Harmonies of #A88256
Complementary color
Monochromatic Colors of #A88256
Black with #A88256
Text Example
Text Example
White with #A88256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88256; }
p { color: rgb(168,130,86); }
H1.HeaderClassName
{
color: #A88256;
}
.AnyTagClassName
{
color: #A88256;
}
</style>
background-color css
<style>
a { background-color: #A88256; }
a { background-color: rgb(168,130,86); }
div.DivClassName
{
background-color: #A88256;
}
.BgClassName
{
background-color: #A88256;
}
</style>
border-color css
<style>
span { border-color: #A88256; }
span { border-color: rgb(168,130,86); }
td.TdClassName
{
border-color: #A88256;
}
.TagClassName
{
border-color: #A88256;
}
</style>