COLOR #A5857C

HEX: #A5857C RGB: (165,133,124)

Color info

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

RGB color model

#A5857C color RGB value is (165,133,124).

RGB: (165,133,124) (65%, 52%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 124 of 255 = 49%

165
133
124

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 124 = 422 (100%)
R 165 of 422 ~ 39.1%
G 133 of 422 ~ 31.52%
B 124 of 422 ~ 29.38'%

%39.1
%31.52
%29.38

CMYK color model

#A5857C color CMYK value is (0,19,25,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 24.85%
  • key color value is 35.29%

CMYK: (0,19,25,35)
C0M19Y25K35 (0%, 19%, 25%, 35%)
(0.00 / 0.19 / 0.25 / 0.35)

CMYK percentages

%0
%19.39
%24.85
%35.29

Codes

Color #A5857C in popluar color models

A5 85 7C
RGB 165 133 124
HSL 13° 18.55% 56.67%
HSB/HSV 13° 24.85% 64.71%
CMYK 0.00% 19.39% 24.85%
35.29%

Color #A5857C in popluar number systems.

HEX A5 85 7C
Decimal 165 133 124
Binary 10100101 10000101 1111100
Octal 245 205 174

Shades and tints

Shades of #A5857C

#A5857C
(165,133,124)
#967971
(150,121,113)
#876D66
(135,109,102)
#78615B
(120,97,91)
#695550
(105,85,80)
#5A4945
(90,73,69)
#4B3D3A
(75,61,58)
#3C312F
(60,49,47)
#2D2524
(45,37,36)
#1E1919
(30,25,25)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #A5857C

#A5857C
(165,133,124)
#AD9087
(173,144,135)
#B59B92
(181,155,146)
#BDA69D
(189,166,157)
#C5B1A8
(197,177,168)
#CDBCB3
(205,188,179)
#D5C7BE
(213,199,190)
#DDD2C9
(221,210,201)
#E5DDD4
(229,221,212)
#EDE8DF
(237,232,223)
#F5F3EA
(245,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5857C; }

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

This text font color is #A5857C.

Background Color

.myBgColor { background-color: #A5857C; }

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

This div background color is #A5857C.

Border color

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

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

This div border color is #A5857C.

Opacity

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

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

Text with #A5857C 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 #A5857C;}

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

This text has shadow with #A5857C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5857C.

Preview

Color preview on black background

This text has color #A5857C on black background.


Color preview on white background

This text has color #A5857C on white background.


Black color preview on #A5857C background

This text has black color on #A5857C background.


White color preview on #A5857C background

This text has white color on #A5857C background.


Related colors

Complementary color

Complementary color for #hex is #5A7A83.


I love getcolorcode.com

Triadic colors

1 #7CA585 and #857CA5 with #A5857C are triadic colors.

2 #7C85A5 and #85A57C with #A5857C are triadic colors.