Shades of Muddy Waters #A88245
Tints of Muddy Waters #A88245
RGB
CMYK
RGB Variations
Color information
#A88245 (or 0xA88245) is known color: Muddy Waters. HEX triplet: A8, 82 and 45. RGB value is (168,130,69). Sum of RGB (Red+Green+Blue) = 168+130+69=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A88245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88245 is #577DBA. Grayscale: #868686. Windows color (decimal): -5733819 or 4555432. OLE color: 4555432.
HSL color Cylindrical-coordinate representation of color #A88245: hue angle of 36.97º 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 #A88245 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 130 | 69 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.34 |
| HSL | 36.97º | 0.42% | 0.46% | - |
| HSV(B) | 36.97º | 0.59% | 0.66% | - |
| XYZ | 25.21 | 24.72 | 9.07 | - |
| YUV | 134.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 130 | 69 | 0 | 0.23 | 0.59 | 0.34 | 36.97 | 0.42 | 0.46 |
| Hex | A8 | 82 | 45 | 0 | 17 | 3B | 22 | 25 | 2A | 2E |
| Octal | 250 | 202 | 105 | 0 | 27 | 73 | 42 | 45 | 52 | 56 |
| Binary | 10101000 | 10000010 | 1000101 | 0 | 10111 | 111011 | 100010 | 100101 | 101010 | 101110 |
Color Harmonies of #A88245
Complementary color
Monochromatic Colors of #A88245
Black with #A88245
Text Example
Text Example
White with #A88245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88245; }
p { color: rgb(168,130,69); }
H1.HeaderClassName
{
color: #A88245;
}
.AnyTagClassName
{
color: #A88245;
}
</style>
background-color css
<style>
a { background-color: #A88245; }
a { background-color: rgb(168,130,69); }
div.DivClassName
{
background-color: #A88245;
}
.BgClassName
{
background-color: #A88245;
}
</style>
border-color css
<style>
span { border-color: #A88245; }
span { border-color: rgb(168,130,69); }
td.TdClassName
{
border-color: #A88245;
}
.TagClassName
{
border-color: #A88245;
}
</style>