Shades of Muddy Waters #A88043
Tints of Muddy Waters #A88043
RGB
CMYK
RGB Variations
Color information
#A88043 (or 0xA88043) is known color: Muddy Waters. HEX triplet: A8, 80 and 43. RGB value is (168,128,67). Sum of RGB (Red+Green+Blue) = 168+128+67=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 67 (26.56% from 255 or 18.46% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A88043 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88043 is #577FBC. Grayscale: #858585. Windows color (decimal): -5734333 or 4423848. OLE color: 4423848.
HSL color Cylindrical-coordinate representation of color #A88043: hue angle of 36.24º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A88043 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 128 | 67 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.34 |
| HSL | 36.24º | 0.43% | 0.46% | - |
| HSV(B) | 36.24º | 0.6% | 0.66% | - |
| XYZ | 24.88 | 24.17 | 8.66 | - |
| YUV | 133.01 | 90.75 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 128 | 67 | 0 | 0.24 | 0.60 | 0.34 | 36.24 | 0.43 | 0.46 |
| Hex | A8 | 80 | 43 | 0 | 18 | 3C | 22 | 24 | 2B | 2E |
| Octal | 250 | 200 | 103 | 0 | 30 | 74 | 42 | 44 | 53 | 56 |
| Binary | 10101000 | 10000000 | 1000011 | 0 | 11000 | 111100 | 100010 | 100100 | 101011 | 101110 |
Color Harmonies of #A88043
Complementary color
Monochromatic Colors of #A88043
Black with #A88043
Text Example
Text Example
White with #A88043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A88043; }
p { color: rgb(168,128,67); }
H1.HeaderClassName
{
color: #A88043;
}
.AnyTagClassName
{
color: #A88043;
}
</style>
background-color css
<style>
a { background-color: #A88043; }
a { background-color: rgb(168,128,67); }
div.DivClassName
{
background-color: #A88043;
}
.BgClassName
{
background-color: #A88043;
}
</style>
border-color css
<style>
span { border-color: #A88043; }
span { border-color: rgb(168,128,67); }
td.TdClassName
{
border-color: #A88043;
}
.TagClassName
{
border-color: #A88043;
}
</style>