#A1894B

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

Shades of Muddy Waters #A1894B

Tints of Muddy Waters #A1894B

Color information

#A1894B (or 0xA1894B) is unknown color: approx Muddy Waters. HEX triplet: A1, 89 and 4B. RGB value is (161,137,75). Sum of RGB (Red+Green+Blue) = 161+137+75=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A1894B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1894B is #5E76B4. Grayscale: #898989. Windows color (decimal): -6190773 or 4950433. OLE color: 4950433.

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

Color convert

RGB16113775-
CMYK00.150.530.37
HSL43.26º36.44%46.27%-
HSV(B)43.26º53.42%63.14%-
XYZ24.9125.9810.36-
YUV137.1192.95145.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=43.16%
G=36.73%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611377500.150.530.3743.2636.4446.27
HexA1894B0F35252b242e
Octal2412111130176545534456
Binary1010000110001001100101101111110101100101101011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1894B; }

 p { color: rgb(161,137,75); }

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

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

 a { background-color: rgb(161,137,75); }

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

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

 span { border-color: rgb(161,137,75); }

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