Shades of Muddy Waters #A88452
Tints of Muddy Waters #A88452
RGB
CMYK
RGB Variations
Color information
#A88452 (or 0xA88452) is known color: Muddy Waters. HEX triplet: A8, 84 and 52. RGB value is (168,132,82). Sum of RGB (Red+Green+Blue) = 168+132+82=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A88452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88452 is #577BAD. Grayscale: #898989. Windows color (decimal): -5733294 or 5407912. OLE color: 5407912.
HSL color Cylindrical-coordinate representation of color #A88452: hue angle of 34.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A88452 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 132 | 82 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.34 |
| HSL | 34.88º | 0.34% | 0.49% | - |
| HSV(B) | 34.88º | 0.51% | 0.66% | - |
| XYZ | 25.92 | 25.44 | 11.53 | - |
| YUV | 137.06 | 96.93 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 132 | 82 | 0 | 0.21 | 0.51 | 0.34 | 34.88 | 0.34 | 0.49 |
| Hex | A8 | 84 | 52 | 0 | 15 | 33 | 22 | 23 | 22 | 31 |
| Octal | 250 | 204 | 122 | 0 | 25 | 63 | 42 | 43 | 42 | 61 |
| Binary | 10101000 | 10000100 | 1010010 | 0 | 10101 | 110011 | 100010 | 100011 | 100010 | 110001 |
Color Harmonies of #A88452
Complementary color
Monochromatic Colors of #A88452
Black with #A88452
Text Example
Text Example
White with #A88452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88452; }
p { color: rgb(168,132,82); }
H1.HeaderClassName
{
color: #A88452;
}
.AnyTagClassName
{
color: #A88452;
}
</style>
background-color css
<style>
a { background-color: #A88452; }
a { background-color: rgb(168,132,82); }
div.DivClassName
{
background-color: #A88452;
}
.BgClassName
{
background-color: #A88452;
}
</style>
border-color css
<style>
span { border-color: #A88452; }
span { border-color: rgb(168,132,82); }
td.TdClassName
{
border-color: #A88452;
}
.TagClassName
{
border-color: #A88452;
}
</style>