#A6864E

Color #A6864E Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A6864E

Tints of Muddy Waters #A6864E

Color information

#A6864E (or 0xA6864E) is unknown color: approx Muddy Waters. HEX triplet: A6, 86 and 4E. RGB value is (166,134,78). Sum of RGB (Red+Green+Blue) = 166+134+78=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 134 (52.73% from 255 or 35.45% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6864E is #5979B1. Grayscale: #898989. Windows color (decimal): -5863858 or 5146278. OLE color: 5146278.

HSL color Cylindrical-coordinate representation of color #A6864E: hue angle of 38.18º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6864E is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB16613478-
CMYK00.190.530.35
HSL38.18º36.07%47.84%-
HSV(B)38.18º53.01%65.1%-
XYZ25.6325.7110.82-
YUV137.1894.6148.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 134 (52.73% from 255) = 35.45%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=43.92%
G=35.45%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661347800.190.530.3538.1836.0747.84
HexA6864E0133523262430
Octal2462061160236543464460
Binary10100110100001101001110010011110101100011100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6864E; }

 p { color: rgb(166,134,78); }

 H1.HeaderClassName
 {
   color: #A6864E;
 }
 .AnyTagClassName
 {
   color: #A6864E;
 }
</style>
background-color css

<style>
 a { background-color: #A6864E; }

 a { background-color: rgb(166,134,78); }

 div.DivClassName
 {
   background-color: #A6864E;
 }
 .BgClassName
 {
   background-color: #A6864E;
 }
</style>
border-color css

<style>
 span { border-color: #A6864E; }

 span { border-color: rgb(166,134,78); }

 td.TdClassName
 {
   border-color: #A6864E;
 }
 .TagClassName
 {
   border-color: #A6864E;
 }
</style>