Shades of Muddy Waters #A88151
Tints of Muddy Waters #A88151
RGB
CMYK
RGB Variations
Color information
#A88151 (or 0xA88151) is known color: Muddy Waters. HEX triplet: A8, 81 and 51. RGB value is (168,129,81). Sum of RGB (Red+Green+Blue) = 168+129+81=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A88151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88151 is #577EAE. Grayscale: #878787. Windows color (decimal): -5734063 or 5341608. OLE color: 5341608.
HSL color Cylindrical-coordinate representation of color #A88151: hue angle of 33.1º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A88151 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 81 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.34 |
| HSL | 33.1º | 0.35% | 0.49% | - |
| HSV(B) | 33.1º | 0.52% | 0.66% | - |
| XYZ | 25.48 | 24.62 | 11.19 | - |
| YUV | 135.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 81 | 0 | 0.23 | 0.52 | 0.34 | 33.1 | 0.35 | 0.49 |
| Hex | A8 | 81 | 51 | 0 | 17 | 34 | 22 | 21 | 23 | 31 |
| Octal | 250 | 201 | 121 | 0 | 27 | 64 | 42 | 41 | 43 | 61 |
| Binary | 10101000 | 10000001 | 1010001 | 0 | 10111 | 110100 | 100010 | 100001 | 100011 | 110001 |
Color Harmonies of #A88151
Complementary color
Monochromatic Colors of #A88151
Black with #A88151
Text Example
Text Example
White with #A88151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88151; }
p { color: rgb(168,129,81); }
H1.HeaderClassName
{
color: #A88151;
}
.AnyTagClassName
{
color: #A88151;
}
</style>
background-color css
<style>
a { background-color: #A88151; }
a { background-color: rgb(168,129,81); }
div.DivClassName
{
background-color: #A88151;
}
.BgClassName
{
background-color: #A88151;
}
</style>
border-color css
<style>
span { border-color: #A88151; }
span { border-color: rgb(168,129,81); }
td.TdClassName
{
border-color: #A88151;
}
.TagClassName
{
border-color: #A88151;
}
</style>