Shades of Muddy Waters #A88158
Tints of Muddy Waters #A88158
RGB
CMYK
RGB Variations
Color information
#A88158 (or 0xA88158) is known color: Muddy Waters. HEX triplet: A8, 81 and 58. RGB value is (168,129,88). Sum of RGB (Red+Green+Blue) = 168+129+88=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A88158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88158 is #577EA7. Grayscale: #888888. Windows color (decimal): -5734056 or 5800360. OLE color: 5800360.
HSL color Cylindrical-coordinate representation of color #A88158: hue angle of 30.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A88158 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 88 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.34 |
| HSL | 30.75º | 0.31% | 0.5% | - |
| HSV(B) | 30.75º | 0.48% | 0.66% | - |
| XYZ | 25.76 | 24.73 | 12.65 | - |
| YUV | 135.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 88 | 0 | 0.23 | 0.48 | 0.34 | 30.75 | 0.31 | 0.5 |
| Hex | A8 | 81 | 58 | 0 | 17 | 30 | 22 | 1F | 1F | 32 |
| Octal | 250 | 201 | 130 | 0 | 27 | 60 | 42 | 37 | 37 | 62 |
| Binary | 10101000 | 10000001 | 1011000 | 0 | 10111 | 110000 | 100010 | 11111 | 11111 | 110010 |
Color Harmonies of #A88158
Complementary color
Monochromatic Colors of #A88158
Black with #A88158
Text Example
Text Example
White with #A88158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88158; }
p { color: rgb(168,129,88); }
H1.HeaderClassName
{
color: #A88158;
}
.AnyTagClassName
{
color: #A88158;
}
</style>
background-color css
<style>
a { background-color: #A88158; }
a { background-color: rgb(168,129,88); }
div.DivClassName
{
background-color: #A88158;
}
.BgClassName
{
background-color: #A88158;
}
</style>
border-color css
<style>
span { border-color: #A88158; }
span { border-color: rgb(168,129,88); }
td.TdClassName
{
border-color: #A88158;
}
.TagClassName
{
border-color: #A88158;
}
</style>