Shades of Muddy Waters #A88445
Tints of Muddy Waters #A88445
RGB
CMYK
RGB Variations
Color information
#A88445 (or 0xA88445) is known color: Muddy Waters. HEX triplet: A8, 84 and 45. RGB value is (168,132,69). Sum of RGB (Red+Green+Blue) = 168+132+69=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A88445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88445 is #577BBA. Grayscale: #878787. Windows color (decimal): -5733307 or 4555944. OLE color: 4555944.
HSL color Cylindrical-coordinate representation of color #A88445: hue angle of 38.18º 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 #A88445 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 69 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.34 |
| HSL | 38.18º | 0.42% | 0.46% | - |
| HSV(B) | 38.18º | 0.59% | 0.66% | - |
| XYZ | 25.47 | 25.26 | 9.16 | - |
| YUV | 135.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 69 | 0 | 0.21 | 0.59 | 0.34 | 38.18 | 0.42 | 0.46 |
| Hex | A8 | 84 | 45 | 0 | 15 | 3B | 22 | 26 | 2A | 2E |
| Octal | 250 | 204 | 105 | 0 | 25 | 73 | 42 | 46 | 52 | 56 |
| Binary | 10101000 | 10000100 | 1000101 | 0 | 10101 | 111011 | 100010 | 100110 | 101010 | 101110 |
Color Harmonies of #A88445
Complementary color
Monochromatic Colors of #A88445
Black with #A88445
Text Example
Text Example
White with #A88445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88445; }
p { color: rgb(168,132,69); }
H1.HeaderClassName
{
color: #A88445;
}
.AnyTagClassName
{
color: #A88445;
}
</style>
background-color css
<style>
a { background-color: #A88445; }
a { background-color: rgb(168,132,69); }
div.DivClassName
{
background-color: #A88445;
}
.BgClassName
{
background-color: #A88445;
}
</style>
border-color css
<style>
span { border-color: #A88445; }
span { border-color: rgb(168,132,69); }
td.TdClassName
{
border-color: #A88445;
}
.TagClassName
{
border-color: #A88445;
}
</style>