Shades of Muddy Waters #A88345
Tints of Muddy Waters #A88345
RGB
CMYK
RGB Variations
Color information
#A88345 (or 0xA88345) is known color: Muddy Waters. HEX triplet: A8, 83 and 45. RGB value is (168,131,69). Sum of RGB (Red+Green+Blue) = 168+131+69=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 168 - color contains mainly: red. Hex color #A88345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88345 is #577CBA. Grayscale: #878787. Windows color (decimal): -5733563 or 4555688. OLE color: 4555688.
HSL color Cylindrical-coordinate representation of color #A88345: hue angle of 37.58º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A88345 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 69 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.34 |
| HSL | 37.58º | 0.42% | 0.46% | - |
| HSV(B) | 37.58º | 0.59% | 0.66% | - |
| XYZ | 25.34 | 24.99 | 9.12 | - |
| YUV | 135 | 90.76 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 69 | 0 | 0.22 | 0.59 | 0.34 | 37.58 | 0.42 | 0.46 |
| Hex | A8 | 83 | 45 | 0 | 16 | 3B | 22 | 26 | 2A | 2E |
| Octal | 250 | 203 | 105 | 0 | 26 | 73 | 42 | 46 | 52 | 56 |
| Binary | 10101000 | 10000011 | 1000101 | 0 | 10110 | 111011 | 100010 | 100110 | 101010 | 101110 |
Color Harmonies of #A88345
Complementary color
Monochromatic Colors of #A88345
Black with #A88345
Text Example
Text Example
White with #A88345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88345; }
p { color: rgb(168,131,69); }
H1.HeaderClassName
{
color: #A88345;
}
.AnyTagClassName
{
color: #A88345;
}
</style>
background-color css
<style>
a { background-color: #A88345; }
a { background-color: rgb(168,131,69); }
div.DivClassName
{
background-color: #A88345;
}
.BgClassName
{
background-color: #A88345;
}
</style>
border-color css
<style>
span { border-color: #A88345; }
span { border-color: rgb(168,131,69); }
td.TdClassName
{
border-color: #A88345;
}
.TagClassName
{
border-color: #A88345;
}
</style>