#A3844A

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

Shades of Muddy Waters #A3844A

Tints of Muddy Waters #A3844A

Color information

#A3844A (or 0xA3844A) is unknown color: approx Muddy Waters. HEX triplet: A3, 84 and 4A. RGB value is (163,132,74). Sum of RGB (Red+Green+Blue) = 163+132+74=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A3844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3844A is #5C7BB5. Grayscale: #868686. Windows color (decimal): -6060982 or 4883619. OLE color: 4883619.

HSL color Cylindrical-coordinate representation of color #A3844A: hue angle of 39.1º 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 #A3844A is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16313274-
CMYK00.190.550.36
HSL39.1º37.55%46.47%-
HSV(B)39.1º54.6%63.92%-
XYZ24.5924.789.97-
YUV134.6693.77148.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.17%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=44.17%
G=35.77%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631327400.190.550.3639.137.5546.47
HexA3844A013372427262e
Octal2432041120236744474656
Binary10100011100001001001010010011110111100100100111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3844A; }

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

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

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

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

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

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

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

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