#a67e4c

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

Shades of Muddy Waters #A67E4C

Tints of Muddy Waters #A67E4C

Color information

#A67E4C (or 0xA67E4C) is unknown color: approx Muddy Waters. HEX triplet: A6, 7E and 4C. RGB value is (166,126,76). Sum of RGB (Red+Green+Blue) = 166+126+76=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E4C is #5981B3. Grayscale: #848484. Windows color (decimal): -5865908 or 5013158. OLE color: 5013158.

HSL color Cylindrical-coordinate representation of color #A67E4C: hue angle of 33.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A67E4C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16612676-
CMYK00.240.540.35
HSL33.33º37.19%47.45%-
HSV(B)33.33º54.22%65.1%-
XYZ24.4923.5510.09-
YUV132.2696.25152.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=45.11%
G=34.24%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661267600.240.540.3533.3337.1947.45
HexA67E4C018362321252f
Octal2461761140306643414557
Binary1010011011111101001100011000110110100011100001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a67e4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a67e4c; }

 p { color: rgb(166,126,76); }

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

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

 a { background-color: rgb(166,126,76); }

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

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

 span { border-color: rgb(166,126,76); }

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