Shades of Muddy Waters #A8804A
Tints of Muddy Waters #A8804A
RGB
CMYK
RGB Variations
Color information
#A8804A (or 0xA8804A) is known color: Muddy Waters. HEX triplet: A8, 80 and 4A. RGB value is (168,128,74). Sum of RGB (Red+Green+Blue) = 168+128+74=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8804A is #577FB5. Grayscale: #868686. Windows color (decimal): -5734326 or 4882600. OLE color: 4882600.
HSL color Cylindrical-coordinate representation of color #A8804A: hue angle of 34.47º 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 #A8804A is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 74 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.34 |
| HSL | 34.47º | 0.39% | 0.47% | - |
| HSV(B) | 34.47º | 0.56% | 0.66% | - |
| XYZ | 25.1 | 24.26 | 9.84 | - |
| YUV | 133.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 74 | 0 | 0.24 | 0.56 | 0.34 | 34.47 | 0.39 | 0.47 |
| Hex | A8 | 80 | 4A | 0 | 18 | 38 | 22 | 22 | 27 | 2F |
| Octal | 250 | 200 | 112 | 0 | 30 | 70 | 42 | 42 | 47 | 57 |
| Binary | 10101000 | 10000000 | 1001010 | 0 | 11000 | 111000 | 100010 | 100010 | 100111 | 101111 |
Color Harmonies of #A8804A
Complementary color
Monochromatic Colors of #A8804A
Black with #A8804A
Text Example
Text Example
White with #A8804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8804A; }
p { color: rgb(168,128,74); }
H1.HeaderClassName
{
color: #A8804A;
}
.AnyTagClassName
{
color: #A8804A;
}
</style>
background-color css
<style>
a { background-color: #A8804A; }
a { background-color: rgb(168,128,74); }
div.DivClassName
{
background-color: #A8804A;
}
.BgClassName
{
background-color: #A8804A;
}
</style>
border-color css
<style>
span { border-color: #A8804A; }
span { border-color: rgb(168,128,74); }
td.TdClassName
{
border-color: #A8804A;
}
.TagClassName
{
border-color: #A8804A;
}
</style>