#A67947

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

Shades of Muddy Waters #A67947

Tints of Muddy Waters #A67947

Color information

#A67947 (or 0xA67947) is unknown color: approx Muddy Waters. HEX triplet: A6, 79 and 47. RGB value is (166,121,71). Sum of RGB (Red+Green+Blue) = 166+121+71=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A67947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67947 is #5986B8. Grayscale: #818181. Windows color (decimal): -5867193 or 4684198. OLE color: 4684198.

HSL color Cylindrical-coordinate representation of color #A67947: hue angle of 31.58º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A67947 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16612171-
CMYK00.270.570.35
HSL31.58º40.08%46.47%-
HSV(B)31.58º57.23%65.1%-
XYZ23.722.249-
YUV128.7695.41154.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=46.37%
G=33.80%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661217100.270.570.3531.5840.0846.47
HexA6794701B392320282e
Octal2461711070337143405056
Binary1010011011110011000111011011111001100011100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67947; }

 p { color: rgb(166,121,71); }

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

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

 a { background-color: rgb(166,121,71); }

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

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

 span { border-color: rgb(166,121,71); }

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