Shades of Muddy Waters #A88051
Tints of Muddy Waters #A88051
RGB
CMYK
RGB Variations
Color information
#A88051 (or 0xA88051) is known color: Muddy Waters. HEX triplet: A8, 80 and 51. RGB value is (168,128,81). Sum of RGB (Red+Green+Blue) = 168+128+81=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A88051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88051 is #577FAE. Grayscale: #868686. Windows color (decimal): -5734319 or 5341352. OLE color: 5341352.
HSL color Cylindrical-coordinate representation of color #A88051: hue angle of 32.41º 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 #A88051 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 81 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.34 |
| HSL | 32.41º | 0.35% | 0.49% | - |
| HSV(B) | 32.41º | 0.52% | 0.66% | - |
| XYZ | 25.35 | 24.36 | 11.15 | - |
| YUV | 134.6 | 97.75 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 81 | 0 | 0.24 | 0.52 | 0.34 | 32.41 | 0.35 | 0.49 |
| Hex | A8 | 80 | 51 | 0 | 18 | 34 | 22 | 20 | 23 | 31 |
| Octal | 250 | 200 | 121 | 0 | 30 | 64 | 42 | 40 | 43 | 61 |
| Binary | 10101000 | 10000000 | 1010001 | 0 | 11000 | 110100 | 100010 | 100000 | 100011 | 110001 |
Color Harmonies of #A88051
Complementary color
Monochromatic Colors of #A88051
Black with #A88051
Text Example
Text Example
White with #A88051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88051; }
p { color: rgb(168,128,81); }
H1.HeaderClassName
{
color: #A88051;
}
.AnyTagClassName
{
color: #A88051;
}
</style>
background-color css
<style>
a { background-color: #A88051; }
a { background-color: rgb(168,128,81); }
div.DivClassName
{
background-color: #A88051;
}
.BgClassName
{
background-color: #A88051;
}
</style>
border-color css
<style>
span { border-color: #A88051; }
span { border-color: rgb(168,128,81); }
td.TdClassName
{
border-color: #A88051;
}
.TagClassName
{
border-color: #A88051;
}
</style>