Shades of Muddy Waters #A68545
Tints of Muddy Waters #A68545
RGB
CMYK
RGB Variations
Color information
#A68545 (or 0xA68545) is known color: Muddy Waters. HEX triplet: A6, 85 and 45. RGB value is (166,133,69). Sum of RGB (Red+Green+Blue) = 166+133+69=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A68545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68545 is #597ABA. Grayscale: #878787. Windows color (decimal): -5864123 or 4556198. OLE color: 4556198.
HSL color Cylindrical-coordinate representation of color #A68545: hue angle of 39.59º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A68545 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 133 | 69 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.35 |
| HSL | 39.59º | 0.41% | 0.46% | - |
| HSV(B) | 39.59º | 0.58% | 0.65% | - |
| XYZ | 25.19 | 25.31 | 9.19 | - |
| YUV | 135.57 | 90.43 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 69 | 0 | 0.20 | 0.58 | 0.35 | 39.59 | 0.41 | 0.46 |
| Hex | A6 | 85 | 45 | 0 | 14 | 3A | 23 | 28 | 29 | 2E |
| Octal | 246 | 205 | 105 | 0 | 24 | 72 | 43 | 50 | 51 | 56 |
| Binary | 10100110 | 10000101 | 1000101 | 0 | 10100 | 111010 | 100011 | 101000 | 101001 | 101110 |
Color Harmonies of #A68545
Complementary color
Monochromatic Colors of #A68545
Black with #A68545
Text Example
Text Example
White with #A68545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68545; }
p { color: rgb(166,133,69); }
H1.HeaderClassName
{
color: #A68545;
}
.AnyTagClassName
{
color: #A68545;
}
</style>
background-color css
<style>
a { background-color: #A68545; }
a { background-color: rgb(166,133,69); }
div.DivClassName
{
background-color: #A68545;
}
.BgClassName
{
background-color: #A68545;
}
</style>
border-color css
<style>
span { border-color: #A68545; }
span { border-color: rgb(166,133,69); }
td.TdClassName
{
border-color: #A68545;
}
.TagClassName
{
border-color: #A68545;
}
</style>