Shades of Muddy Waters #A88144
Tints of Muddy Waters #A88144
RGB
CMYK
RGB Variations
Color information
#A88144 (or 0xA88144) is known color: Muddy Waters. HEX triplet: A8, 81 and 44. RGB value is (168,129,68). Sum of RGB (Red+Green+Blue) = 168+129+68=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A88144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88144 is #577EBB. Grayscale: #858585. Windows color (decimal): -5734076 or 4489640. OLE color: 4489640.
HSL color Cylindrical-coordinate representation of color #A88144: hue angle of 36.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88144 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 68 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.34 |
| HSL | 36.6º | 0.42% | 0.46% | - |
| HSV(B) | 36.6º | 0.6% | 0.66% | - |
| XYZ | 25.04 | 24.44 | 8.87 | - |
| YUV | 133.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 68 | 0 | 0.23 | 0.60 | 0.34 | 36.6 | 0.42 | 0.46 |
| Hex | A8 | 81 | 44 | 0 | 17 | 3C | 22 | 25 | 2A | 2E |
| Octal | 250 | 201 | 104 | 0 | 27 | 74 | 42 | 45 | 52 | 56 |
| Binary | 10101000 | 10000001 | 1000100 | 0 | 10111 | 111100 | 100010 | 100101 | 101010 | 101110 |
Color Harmonies of #A88144
Complementary color
Monochromatic Colors of #A88144
Black with #A88144
Text Example
Text Example
White with #A88144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88144; }
p { color: rgb(168,129,68); }
H1.HeaderClassName
{
color: #A88144;
}
.AnyTagClassName
{
color: #A88144;
}
</style>
background-color css
<style>
a { background-color: #A88144; }
a { background-color: rgb(168,129,68); }
div.DivClassName
{
background-color: #A88144;
}
.BgClassName
{
background-color: #A88144;
}
</style>
border-color css
<style>
span { border-color: #A88144; }
span { border-color: rgb(168,129,68); }
td.TdClassName
{
border-color: #A88144;
}
.TagClassName
{
border-color: #A88144;
}
</style>