#A67C4E

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

Shades of Muddy Waters #A67C4E

Tints of Muddy Waters #A67C4E

Color information

#A67C4E (or 0xA67C4E) is unknown color: approx Muddy Waters. HEX triplet: A6, 7C and 4E. RGB value is (166,124,78). Sum of RGB (Red+Green+Blue) = 166+124+78=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C4E is #5983B1. Grayscale: #838383. Windows color (decimal): -5866418 or 5143718. OLE color: 5143718.

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

Color convert

RGB16612478-
CMYK00.250.530.35
HSL31.36º36.07%47.84%-
HSV(B)31.36º53.01%65.1%-
XYZ24.3123.0710.38-
YUV131.3197.91152.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=45.11%
G=33.70%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661247800.250.530.3531.3636.0747.84
HexA67C4E01935231f2430
Octal2461741160316543374460
Binary101001101111100100111001100111010110001111111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67C4E; }

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

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

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

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

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

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

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

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