#A67E41

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

Shades of Muddy Waters #A67E41

Tints of Muddy Waters #A67E41

Color information

#A67E41 (or 0xA67E41) is unknown color: approx Muddy Waters. HEX triplet: A6, 7E and 41. RGB value is (166,126,65). Sum of RGB (Red+Green+Blue) = 166+126+65=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67E41 is #5981BE. Grayscale: #838383. Windows color (decimal): -5865919 or 4292262. OLE color: 4292262.

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

Color convert

RGB16612665-
CMYK00.240.610.35
HSL36.24º43.72%45.29%-
HSV(B)36.24º60.84%65.1%-
XYZ24.1423.418.25-
YUV131.0190.75152.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=46.50%
G=35.29%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661266500.240.610.3536.2443.7245.29
HexA67E410183D23242c2d
Octal2461761010307543445455
Binary1010011011111101000001011000111101100011100100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67E41; }

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

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

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

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

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

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

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

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