#A2884E

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

Shades of Muddy Waters #A2884E

Tints of Muddy Waters #A2884E

Color information

#A2884E (or 0xA2884E) is unknown color: approx Muddy Waters. HEX triplet: A2, 88 and 4E. RGB value is (162,136,78). Sum of RGB (Red+Green+Blue) = 162+136+78=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2884E is #5D77B1. Grayscale: #898989. Windows color (decimal): -6125490 or 5146786. OLE color: 5146786.

HSL color Cylindrical-coordinate representation of color #A2884E: hue angle of 41.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2884E is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB16213678-
CMYK00.160.520.36
HSL41.43º35%47.06%-
HSV(B)41.43º51.85%63.53%-
XYZ25.0825.8410.87-
YUV137.1694.61145.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.09%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 78 (30.86% from 255) = 20.74%
R=43.09%
G=36.17%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621367800.160.520.3641.433547.06
HexA2884E010342429232f
Octal2422101160206444514357
Binary10100010100010001001110010000110100100100101001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2884E; }

 p { color: rgb(162,136,78); }

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

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

 a { background-color: rgb(162,136,78); }

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

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

 span { border-color: rgb(162,136,78); }

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