#A2844B

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

Shades of Muddy Waters #A2844B

Tints of Muddy Waters #A2844B

Color information

#A2844B (or 0xA2844B) is unknown color: approx Muddy Waters. HEX triplet: A2, 84 and 4B. RGB value is (162,132,75). Sum of RGB (Red+Green+Blue) = 162+132+75=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2844B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2844B is #5D7BB4. Grayscale: #868686. Windows color (decimal): -6126517 or 4949154. OLE color: 4949154.

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

Color convert

RGB16213275-
CMYK00.190.540.36
HSL39.31º36.71%46.47%-
HSV(B)39.31º53.7%63.53%-
XYZ24.4224.6910.14-
YUV134.4794.44147.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 75 (29.69% from 255) = 20.33%
R=43.90%
G=35.77%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621327500.190.540.3639.3136.7146.47
HexA2844B013362427252e
Octal2422041130236644474556
Binary10100010100001001001011010011110110100100100111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2844B; }

 p { color: rgb(162,132,75); }

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

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

 a { background-color: rgb(162,132,75); }

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

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

 span { border-color: rgb(162,132,75); }

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