COLOR #A1857C

HEX: #A1857C RGB: (161,133,124)

Color info

#A1857C contains red, green and blue colors in about the same proportion. Web safe color of #A1857C is #999966 (or #996).

RGB color model

#A1857C color RGB value is (161,133,124).

RGB: (161,133,124) (63%, 52%, 49%)

RGB channels and saturation

R 161 of 255 = 63%
G 133 of 255 = 52%
B 124 of 255 = 49%

161
133
124

R + G + B ~ 55%. #A1857C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 161 + 133 + 124 = 418 (100%)
R 161 of 418 ~ 38.52%
G 133 of 418 ~ 31.82%
B 124 of 418 ~ 29.67'%

%38.52
%31.82
%29.67

CMYK color model

#A1857C color CMYK value is (0,17,23,37).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 22.98%
  • key color value is 36.86%

CMYK: (0,17,23,37)
C0M17Y23K37 (0%, 17%, 23%, 37%)
(0.00 / 0.17 / 0.23 / 0.37)

CMYK percentages

%0
%17.39
%22.98
%36.86

Codes

Color #A1857C in popluar color models

A1 85 7C
RGB 161 133 124
HSL 15° 16.44% 55.88%
HSB/HSV 15° 22.98% 63.14%
CMYK 0.00% 17.39% 22.98%
36.86%

Color #A1857C in popluar number systems.

HEX A1 85 7C
Decimal 161 133 124
Binary 10100001 10000101 1111100
Octal 241 205 174

Shades and tints

Shades of #A1857C

#A1857C
(161,133,124)
#937971
(147,121,113)
#856D66
(133,109,102)
#77615B
(119,97,91)
#695550
(105,85,80)
#5B4945
(91,73,69)
#4D3D3A
(77,61,58)
#3F312F
(63,49,47)
#312524
(49,37,36)
#231919
(35,25,25)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #A1857C

#A1857C
(161,133,124)
#A99087
(169,144,135)
#B19B92
(177,155,146)
#B9A69D
(185,166,157)
#C1B1A8
(193,177,168)
#C9BCB3
(201,188,179)
#D1C7BE
(209,199,190)
#D9D2C9
(217,210,201)
#E1DDD4
(225,221,212)
#E9E8DF
(233,232,223)
#F1F3EA
(241,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1857C color. Also use rgb(161,133,124) instead hex code.

Text Font Color

.myTextColor { color: #A1857C; }

<p style="color:#A1857C">This sample text font color is #A1857C.</p>

This text font color is #A1857C.

Background Color

.myBgColor { background-color: #A1857C; }

<div style="background-color:#A1857C">Inner text</div>

This div background color is #A1857C.

Border color

.myBorderColor { border: 1px solid #A1857C; }

<div style="border:3px solid #A1857C">Div</div>

This div border color is #A1857C.

Opacity

.myOpacity80 { color: #A1857C; opacity: 0.8; }

<p style="color:#A1857C;opacity:0.8;">80%</p>

Text with #A1857C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A1857C;}

<p style="text-shadow: 3px 3px 1px #A1857C">Text here.</p>

This text has shadow with #A1857C color.


.textShadow {text-shadow: 3px 3px 1px #A1857C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A1857C, 5px 5px 20px red">Text here.</p>

This text has shadow with #A1857C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A1857C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A1857C, Direction=45, Strength=4)">Text</p>

This text has shadow with #A1857C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A1857C;
-webkit-box-shadow: 1px 1px 3px 2px #A1857C;
box-shadow: 1px 1px 3px 2px #A1857C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A1857C; -webkit-box-shadow: 1px 1px 3px 2px #A1857C; box-shadow:1px 1px 3px 2px #A1857C;">
Div content here
</div>

This div box has shadow with color #A1857C.

Preview

Color preview on black background

This text has color #A1857C on black background.


Color preview on white background

This text has color #A1857C on white background.


Black color preview on #A1857C background

This text has black color on #A1857C background.


White color preview on #A1857C background

This text has white color on #A1857C background.


Related colors

Complementary color

Complementary color for #hex is #5E7A83.


I love getcolorcode.com

Triadic colors

1 #7CA185 and #857CA1 with #A1857C are triadic colors.

2 #7C85A1 and #85A17C with #A1857C are triadic colors.