Shades of Muddy Waters #A88545
Tints of Muddy Waters #A88545
RGB
CMYK
RGB Variations
Color information
#A88545 (or 0xA88545) is known color: Muddy Waters. HEX triplet: A8, 85 and 45. RGB value is (168,133,69). Sum of RGB (Red+Green+Blue) = 168+133+69=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A88545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88545 is #577ABA. Grayscale: #888888. Windows color (decimal): -5733051 or 4556200. OLE color: 4556200.
HSL color Cylindrical-coordinate representation of color #A88545: hue angle of 38.79º 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 #A88545 is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 133 | 69 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.34 |
| HSL | 38.79º | 0.42% | 0.46% | - |
| HSV(B) | 38.79º | 0.59% | 0.66% | - |
| XYZ | 25.61 | 25.53 | 9.21 | - |
| YUV | 136.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 133 | 69 | 0 | 0.21 | 0.59 | 0.34 | 38.79 | 0.42 | 0.46 |
| Hex | A8 | 85 | 45 | 0 | 15 | 3B | 22 | 27 | 2A | 2E |
| Octal | 250 | 205 | 105 | 0 | 25 | 73 | 42 | 47 | 52 | 56 |
| Binary | 10101000 | 10000101 | 1000101 | 0 | 10101 | 111011 | 100010 | 100111 | 101010 | 101110 |
Color Harmonies of #A88545
Complementary color
Monochromatic Colors of #A88545
Black with #A88545
Text Example
Text Example
White with #A88545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88545; }
p { color: rgb(168,133,69); }
H1.HeaderClassName
{
color: #A88545;
}
.AnyTagClassName
{
color: #A88545;
}
</style>
background-color css
<style>
a { background-color: #A88545; }
a { background-color: rgb(168,133,69); }
div.DivClassName
{
background-color: #A88545;
}
.BgClassName
{
background-color: #A88545;
}
</style>
border-color css
<style>
span { border-color: #A88545; }
span { border-color: rgb(168,133,69); }
td.TdClassName
{
border-color: #A88545;
}
.TagClassName
{
border-color: #A88545;
}
</style>