Shades of Muddy Waters #A68450
Tints of Muddy Waters #A68450
RGB
CMYK
RGB Variations
Color information
#A68450 (or 0xA68450) is known color: Muddy Waters. HEX triplet: A6, 84 and 50. RGB value is (166,132,80). Sum of RGB (Red+Green+Blue) = 166+132+80=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A68450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68450 is #597BAF. Grayscale: #888888. Windows color (decimal): -5864368 or 5276838. OLE color: 5276838.
HSL color Cylindrical-coordinate representation of color #A68450: hue angle of 36.28º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A68450 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 132 | 80 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.35 |
| HSL | 36.28º | 0.35% | 0.48% | - |
| HSV(B) | 36.28º | 0.52% | 0.65% | - |
| XYZ | 25.43 | 25.19 | 11.11 | - |
| YUV | 136.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 80 | 0 | 0.20 | 0.52 | 0.35 | 36.28 | 0.35 | 0.48 |
| Hex | A6 | 84 | 50 | 0 | 14 | 34 | 23 | 24 | 23 | 30 |
| Octal | 246 | 204 | 120 | 0 | 24 | 64 | 43 | 44 | 43 | 60 |
| Binary | 10100110 | 10000100 | 1010000 | 0 | 10100 | 110100 | 100011 | 100100 | 100011 | 110000 |
Color Harmonies of #A68450
Complementary color
Monochromatic Colors of #A68450
Black with #A68450
Text Example
Text Example
White with #A68450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68450; }
p { color: rgb(166,132,80); }
H1.HeaderClassName
{
color: #A68450;
}
.AnyTagClassName
{
color: #A68450;
}
</style>
background-color css
<style>
a { background-color: #A68450; }
a { background-color: rgb(166,132,80); }
div.DivClassName
{
background-color: #A68450;
}
.BgClassName
{
background-color: #A68450;
}
</style>
border-color css
<style>
span { border-color: #A68450; }
span { border-color: rgb(166,132,80); }
td.TdClassName
{
border-color: #A68450;
}
.TagClassName
{
border-color: #A68450;
}
</style>