Shades of Muddy Waters #A8884A
Tints of Muddy Waters #A8884A
RGB
CMYK
RGB Variations
Color information
#A8884A (or 0xA8884A) is known color: Muddy Waters. HEX triplet: A8, 88 and 4A. RGB value is (168,136,74). Sum of RGB (Red+Green+Blue) = 168+136+74=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8884A is #5777B5. Grayscale: #8A8A8A. Windows color (decimal): -5732278 or 4884648. OLE color: 4884648.
HSL color Cylindrical-coordinate representation of color #A8884A: hue angle of 39.57º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8884A is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 136 | 74 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.34 |
| HSL | 39.57º | 0.39% | 0.47% | - |
| HSV(B) | 39.57º | 0.56% | 0.66% | - |
| XYZ | 26.19 | 26.43 | 10.2 | - |
| YUV | 138.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 136 | 74 | 0 | 0.19 | 0.56 | 0.34 | 39.57 | 0.39 | 0.47 |
| Hex | A8 | 88 | 4A | 0 | 13 | 38 | 22 | 28 | 27 | 2F |
| Octal | 250 | 210 | 112 | 0 | 23 | 70 | 42 | 50 | 47 | 57 |
| Binary | 10101000 | 10001000 | 1001010 | 0 | 10011 | 111000 | 100010 | 101000 | 100111 | 101111 |
Color Harmonies of #A8884A
Complementary color
Monochromatic Colors of #A8884A
Black with #A8884A
Text Example
Text Example
White with #A8884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8884A; }
p { color: rgb(168,136,74); }
H1.HeaderClassName
{
color: #A8884A;
}
.AnyTagClassName
{
color: #A8884A;
}
</style>
background-color css
<style>
a { background-color: #A8884A; }
a { background-color: rgb(168,136,74); }
div.DivClassName
{
background-color: #A8884A;
}
.BgClassName
{
background-color: #A8884A;
}
</style>
border-color css
<style>
span { border-color: #A8884A; }
span { border-color: rgb(168,136,74); }
td.TdClassName
{
border-color: #A8884A;
}
.TagClassName
{
border-color: #A8884A;
}
</style>