Shades of Muddy Waters #A88152
Tints of Muddy Waters #A88152
RGB
CMYK
RGB Variations
Color information
#A88152 (or 0xA88152) is known color: Muddy Waters. HEX triplet: A8, 81 and 52. RGB value is (168,129,82). Sum of RGB (Red+Green+Blue) = 168+129+82=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A88152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88152 is #577EAD. Grayscale: #878787. Windows color (decimal): -5734062 or 5407144. OLE color: 5407144.
HSL color Cylindrical-coordinate representation of color #A88152: hue angle of 32.79º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A88152 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 129 | 82 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.34 |
| HSL | 32.79º | 0.34% | 0.49% | - |
| HSV(B) | 32.79º | 0.51% | 0.66% | - |
| XYZ | 25.52 | 24.63 | 11.39 | - |
| YUV | 135.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 129 | 82 | 0 | 0.23 | 0.51 | 0.34 | 32.79 | 0.34 | 0.49 |
| Hex | A8 | 81 | 52 | 0 | 17 | 33 | 22 | 21 | 22 | 31 |
| Octal | 250 | 201 | 122 | 0 | 27 | 63 | 42 | 41 | 42 | 61 |
| Binary | 10101000 | 10000001 | 1010010 | 0 | 10111 | 110011 | 100010 | 100001 | 100010 | 110001 |
Color Harmonies of #A88152
Complementary color
Monochromatic Colors of #A88152
Black with #A88152
Text Example
Text Example
White with #A88152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88152; }
p { color: rgb(168,129,82); }
H1.HeaderClassName
{
color: #A88152;
}
.AnyTagClassName
{
color: #A88152;
}
</style>
background-color css
<style>
a { background-color: #A88152; }
a { background-color: rgb(168,129,82); }
div.DivClassName
{
background-color: #A88152;
}
.BgClassName
{
background-color: #A88152;
}
</style>
border-color css
<style>
span { border-color: #A88152; }
span { border-color: rgb(168,129,82); }
td.TdClassName
{
border-color: #A88152;
}
.TagClassName
{
border-color: #A88152;
}
</style>