Shades of Muddy Waters #A68451
Tints of Muddy Waters #A68451
RGB
CMYK
RGB Variations
Color information
#A68451 (or 0xA68451) is known color: Muddy Waters. HEX triplet: A6, 84 and 51. RGB value is (166,132,81). Sum of RGB (Red+Green+Blue) = 166+132+81=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A68451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68451 is #597BAE. Grayscale: #888888. Windows color (decimal): -5864367 or 5342374. OLE color: 5342374.
HSL color Cylindrical-coordinate representation of color #A68451: hue angle of 36º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A68451 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 81 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.35 |
| HSL | 36º | 0.34% | 0.48% | - |
| HSV(B) | 36º | 0.51% | 0.65% | - |
| XYZ | 25.46 | 25.2 | 11.31 | - |
| YUV | 136.35 | 96.76 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 81 | 0 | 0.20 | 0.51 | 0.35 | 36 | 0.34 | 0.48 |
| Hex | A6 | 84 | 51 | 0 | 14 | 33 | 23 | 24 | 22 | 30 |
| Octal | 246 | 204 | 121 | 0 | 24 | 63 | 43 | 44 | 42 | 60 |
| Binary | 10100110 | 10000100 | 1010001 | 0 | 10100 | 110011 | 100011 | 100100 | 100010 | 110000 |
Color Harmonies of #A68451
Complementary color
Monochromatic Colors of #A68451
Black with #A68451
Text Example
Text Example
White with #A68451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68451; }
p { color: rgb(166,132,81); }
H1.HeaderClassName
{
color: #A68451;
}
.AnyTagClassName
{
color: #A68451;
}
</style>
background-color css
<style>
a { background-color: #A68451; }
a { background-color: rgb(166,132,81); }
div.DivClassName
{
background-color: #A68451;
}
.BgClassName
{
background-color: #A68451;
}
</style>
border-color css
<style>
span { border-color: #A68451; }
span { border-color: rgb(166,132,81); }
td.TdClassName
{
border-color: #A68451;
}
.TagClassName
{
border-color: #A68451;
}
</style>