#A37E4A

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

Shades of Muddy Waters #A37E4A

Tints of Muddy Waters #A37E4A

Color information

#A37E4A (or 0xA37E4A) is unknown color: approx Muddy Waters. HEX triplet: A3, 7E and 4A. RGB value is (163,126,74). Sum of RGB (Red+Green+Blue) = 163+126+74=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37E4A is #5C81B5. Grayscale: #838383. Windows color (decimal): -6062518 or 4882083. OLE color: 4882083.

HSL color Cylindrical-coordinate representation of color #A37E4A: hue angle of 35.06º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A37E4A is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16312674-
CMYK00.230.550.36
HSL35.06º37.55%46.47%-
HSV(B)35.06º54.6%63.92%-
XYZ23.823.29.7-
YUV131.1495.76150.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.90%
GREEN value IS 126 (49.61% from 255) = 34.71%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=44.90%
G=34.71%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631267400.230.550.3635.0637.5546.47
HexA37E4A017372423262e
Octal2431761120276744434656
Binary1010001111111101001010010111110111100100100011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37E4A; }

 p { color: rgb(163,126,74); }

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

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

 a { background-color: rgb(163,126,74); }

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

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

 span { border-color: rgb(163,126,74); }

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