#A0844D

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

Shades of Muddy Waters #A0844D

Tints of Muddy Waters #A0844D

Color information

#A0844D (or 0xA0844D) is unknown color: approx Muddy Waters. HEX triplet: A0, 84 and 4D. RGB value is (160,132,77). Sum of RGB (Red+Green+Blue) = 160+132+77=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0844D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0844D is #5F7BB2. Grayscale: #868686. Windows color (decimal): -6257587 or 5080224. OLE color: 5080224.

HSL color Cylindrical-coordinate representation of color #A0844D: hue angle of 39.76º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0844D is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB16013277-
CMYK00.170.520.37
HSL39.76º35.02%46.47%-
HSV(B)39.76º51.88%62.75%-
XYZ24.0924.5110.48-
YUV134.195.78146.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=43.36%
G=35.77%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601327700.170.520.3739.7635.0246.47
HexA0844D011342528232e
Octal2402041150216445504356
Binary10100000100001001001101010001110100100101101000100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0844D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0844D; }

 p { color: rgb(160,132,77); }

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

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

 a { background-color: rgb(160,132,77); }

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

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

 span { border-color: rgb(160,132,77); }

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