#A67746

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

Shades of Muddy Waters #A67746

Tints of Muddy Waters #A67746

Color information

#A67746 (or 0xA67746) is unknown color: approx Muddy Waters. HEX triplet: A6, 77 and 46. RGB value is (166,119,70). Sum of RGB (Red+Green+Blue) = 166+119+70=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A67746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67746 is #5988B9. Grayscale: #7F7F7F. Windows color (decimal): -5867706 or 4618150. OLE color: 4618150.

HSL color Cylindrical-coordinate representation of color #A67746: hue angle of 30.62º 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 #A67746 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16611970-
CMYK00.280.580.35
HSL30.62º40.68%46.27%-
HSV(B)30.62º57.83%65.1%-
XYZ23.4321.748.76-
YUV127.4795.57155.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=46.76%
G=33.52%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661197000.280.580.3530.6240.6846.27
HexA6774601C3A231f292e
Octal2461671060347243375156
Binary101001101110111100011001110011101010001111111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67746; }

 p { color: rgb(166,119,70); }

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

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

 a { background-color: rgb(166,119,70); }

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

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

 span { border-color: rgb(166,119,70); }

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