#A37A44

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

Shades of Muddy Waters #A37A44

Tints of Muddy Waters #A37A44

Color information

#A37A44 (or 0xA37A44) is unknown color: approx Muddy Waters. HEX triplet: A3, 7A and 44. RGB value is (163,122,68). Sum of RGB (Red+Green+Blue) = 163+122+68=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37A44 is #5C85BB. Grayscale: #808080. Windows color (decimal): -6063548 or 4487843. OLE color: 4487843.

HSL color Cylindrical-coordinate representation of color #A37A44: hue angle of 34.11º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A37A44 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB16312268-
CMYK00.250.580.36
HSL34.11º41.13%45.29%-
HSV(B)34.11º58.28%63.92%-
XYZ23.1122.128.52-
YUV128.194.08152.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 122 (48.05% from 255) = 34.56%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=46.18%
G=34.56%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631226800.250.580.3634.1141.1345.29
HexA37A440193A2422292d
Octal2431721040317244425155
Binary1010001111110101000100011001111010100100100010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37A44; }

 p { color: rgb(163,122,68); }

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

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

 a { background-color: rgb(163,122,68); }

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

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

 span { border-color: rgb(163,122,68); }

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