Shades of Muddy Waters #A6814F
Tints of Muddy Waters #A6814F
RGB
CMYK
RGB Variations
Color information
#A6814F (or 0xA6814F) is known color: Muddy Waters. HEX triplet: A6, 81 and 4F. RGB value is (166,129,79). Sum of RGB (Red+Green+Blue) = 166+129+79=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A6814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6814F is #597EB0. Grayscale: #868686. Windows color (decimal): -5865137 or 5210534. OLE color: 5210534.
HSL color Cylindrical-coordinate representation of color #A6814F: hue angle of 34.48º degrees, saturation: 0.36, 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 #A6814F is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 129 | 79 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.35 |
| HSL | 34.48º | 0.36% | 0.48% | - |
| HSV(B) | 34.48º | 0.52% | 0.65% | - |
| XYZ | 24.99 | 24.37 | 10.78 | - |
| YUV | 134.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 129 | 79 | 0 | 0.22 | 0.52 | 0.35 | 34.48 | 0.36 | 0.48 |
| Hex | A6 | 81 | 4F | 0 | 16 | 34 | 23 | 22 | 24 | 30 |
| Octal | 246 | 201 | 117 | 0 | 26 | 64 | 43 | 42 | 44 | 60 |
| Binary | 10100110 | 10000001 | 1001111 | 0 | 10110 | 110100 | 100011 | 100010 | 100100 | 110000 |
Color Harmonies of #A6814F
Complementary color
Monochromatic Colors of #A6814F
Black with #A6814F
Text Example
Text Example
White with #A6814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6814F; }
p { color: rgb(166,129,79); }
H1.HeaderClassName
{
color: #A6814F;
}
.AnyTagClassName
{
color: #A6814F;
}
</style>
background-color css
<style>
a { background-color: #A6814F; }
a { background-color: rgb(166,129,79); }
div.DivClassName
{
background-color: #A6814F;
}
.BgClassName
{
background-color: #A6814F;
}
</style>
border-color css
<style>
span { border-color: #A6814F; }
span { border-color: rgb(166,129,79); }
td.TdClassName
{
border-color: #A6814F;
}
.TagClassName
{
border-color: #A6814F;
}
</style>