Shades of Muddy Waters #A68255
Tints of Muddy Waters #A68255
RGB
CMYK
RGB Variations
Color information
#A68255 (or 0xA68255) is known color: Muddy Waters. HEX triplet: A6, 82 and 55. RGB value is (166,130,85). Sum of RGB (Red+Green+Blue) = 166+130+85=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A68255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68255 is #597DAA. Grayscale: #878787. Windows color (decimal): -5864875 or 5604006. OLE color: 5604006.
HSL color Cylindrical-coordinate representation of color #A68255: hue angle of 33.33º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A68255 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 130 | 85 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.35 |
| HSL | 33.33º | 0.32% | 0.49% | - |
| HSV(B) | 33.33º | 0.49% | 0.65% | - |
| XYZ | 25.35 | 24.73 | 12.03 | - |
| YUV | 135.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 85 | 0 | 0.22 | 0.49 | 0.35 | 33.33 | 0.32 | 0.49 |
| Hex | A6 | 82 | 55 | 0 | 16 | 31 | 23 | 21 | 20 | 31 |
| Octal | 246 | 202 | 125 | 0 | 26 | 61 | 43 | 41 | 40 | 61 |
| Binary | 10100110 | 10000010 | 1010101 | 0 | 10110 | 110001 | 100011 | 100001 | 100000 | 110001 |
Color Harmonies of #A68255
Complementary color
Monochromatic Colors of #A68255
Black with #A68255
Text Example
Text Example
White with #A68255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68255; }
p { color: rgb(166,130,85); }
H1.HeaderClassName
{
color: #A68255;
}
.AnyTagClassName
{
color: #A68255;
}
</style>
background-color css
<style>
a { background-color: #A68255; }
a { background-color: rgb(166,130,85); }
div.DivClassName
{
background-color: #A68255;
}
.BgClassName
{
background-color: #A68255;
}
</style>
border-color css
<style>
span { border-color: #A68255; }
span { border-color: rgb(166,130,85); }
td.TdClassName
{
border-color: #A68255;
}
.TagClassName
{
border-color: #A68255;
}
</style>