#A1884A

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

Shades of Muddy Waters #A1884A

Tints of Muddy Waters #A1884A

Color information

#A1884A (or 0xA1884A) is unknown color: approx Muddy Waters. HEX triplet: A1, 88 and 4A. RGB value is (161,136,74). Sum of RGB (Red+Green+Blue) = 161+136+74=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A1884A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1884A is #5E77B5. Grayscale: #888888. Windows color (decimal): -6191030 or 4884641. OLE color: 4884641.

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

Color convert

RGB16113674-
CMYK00.160.540.37
HSL42.76º37.02%46.08%-
HSV(B)42.76º54.04%63.14%-
XYZ24.7425.6810.13-
YUV136.4192.78145.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 74 (29.30% from 255) = 19.95%
R=43.40%
G=36.66%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611367400.160.540.3742.7637.0246.08
HexA1884A01036252b252e
Octal2412101120206645534556
Binary10100001100010001001010010000110110100101101011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1884A; }

 p { color: rgb(161,136,74); }

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

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

 a { background-color: rgb(161,136,74); }

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

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

 span { border-color: rgb(161,136,74); }

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