Shades of Muddy Waters #A88350
Tints of Muddy Waters #A88350
RGB
CMYK
RGB Variations
Color information
#A88350 (or 0xA88350) is known color: Muddy Waters. HEX triplet: A8, 83 and 50. RGB value is (168,131,80). Sum of RGB (Red+Green+Blue) = 168+131+80=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A88350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88350 is #577CAF. Grayscale: #888888. Windows color (decimal): -5733552 or 5276584. OLE color: 5276584.
HSL color Cylindrical-coordinate representation of color #A88350: hue angle of 34.77º 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 #A88350 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 131 | 80 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.34 |
| HSL | 34.77º | 0.35% | 0.49% | - |
| HSV(B) | 34.77º | 0.52% | 0.66% | - |
| XYZ | 25.71 | 25.14 | 11.09 | - |
| YUV | 136.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 131 | 80 | 0 | 0.22 | 0.52 | 0.34 | 34.77 | 0.35 | 0.49 |
| Hex | A8 | 83 | 50 | 0 | 16 | 34 | 22 | 23 | 23 | 31 |
| Octal | 250 | 203 | 120 | 0 | 26 | 64 | 42 | 43 | 43 | 61 |
| Binary | 10101000 | 10000011 | 1010000 | 0 | 10110 | 110100 | 100010 | 100011 | 100011 | 110001 |
Color Harmonies of #A88350
Complementary color
Monochromatic Colors of #A88350
Black with #A88350
Text Example
Text Example
White with #A88350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88350; }
p { color: rgb(168,131,80); }
H1.HeaderClassName
{
color: #A88350;
}
.AnyTagClassName
{
color: #A88350;
}
</style>
background-color css
<style>
a { background-color: #A88350; }
a { background-color: rgb(168,131,80); }
div.DivClassName
{
background-color: #A88350;
}
.BgClassName
{
background-color: #A88350;
}
</style>
border-color css
<style>
span { border-color: #A88350; }
span { border-color: rgb(168,131,80); }
td.TdClassName
{
border-color: #A88350;
}
.TagClassName
{
border-color: #A88350;
}
</style>