Shades of Muddy Waters #A68748
Tints of Muddy Waters #A68748
RGB
CMYK
RGB Variations
Color information
#A68748 (or 0xA68748) is known color: Muddy Waters. HEX triplet: A6, 87 and 48. RGB value is (166,135,72). Sum of RGB (Red+Green+Blue) = 166+135+72=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A68748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68748 is #5978B7. Grayscale: #898989. Windows color (decimal): -5863608 or 4753318. OLE color: 4753318.
HSL color Cylindrical-coordinate representation of color #A68748: hue angle of 40.21º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A68748 is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 135 | 72 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.35 |
| HSL | 40.21º | 0.39% | 0.47% | - |
| HSV(B) | 40.21º | 0.57% | 0.65% | - |
| XYZ | 25.56 | 25.9 | 9.78 | - |
| YUV | 137.09 | 91.27 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 72 | 0 | 0.19 | 0.57 | 0.35 | 40.21 | 0.39 | 0.47 |
| Hex | A6 | 87 | 48 | 0 | 13 | 39 | 23 | 28 | 27 | 2F |
| Octal | 246 | 207 | 110 | 0 | 23 | 71 | 43 | 50 | 47 | 57 |
| Binary | 10100110 | 10000111 | 1001000 | 0 | 10011 | 111001 | 100011 | 101000 | 100111 | 101111 |
Color Harmonies of #A68748
Complementary color
Monochromatic Colors of #A68748
Black with #A68748
Text Example
Text Example
White with #A68748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68748; }
p { color: rgb(166,135,72); }
H1.HeaderClassName
{
color: #A68748;
}
.AnyTagClassName
{
color: #A68748;
}
</style>
background-color css
<style>
a { background-color: #A68748; }
a { background-color: rgb(166,135,72); }
div.DivClassName
{
background-color: #A68748;
}
.BgClassName
{
background-color: #A68748;
}
</style>
border-color css
<style>
span { border-color: #A68748; }
span { border-color: rgb(166,135,72); }
td.TdClassName
{
border-color: #A68748;
}
.TagClassName
{
border-color: #A68748;
}
</style>