COLOR #A5947C

HEX: #A5947C
RGB: (165,148,124)

Color info

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

RGB color model

#A5947C color RGB value is (165,148,124).

  • red value is 165;
  • green value is 148;
  • blue value is 124.
RGB:
(165,148,124)
(65%,58%,49%)

RGB channels and saturation

R 165 of 255 = 65%
G 148 of 255 = 58%
B 124 of 255 = 49%

165
148
124

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

Portions of RGB colors in percentages

R + G + B =
165 + 148 + 124 = 437 (100%)
R 165 of 437 ~ 37.76%
G 148 of 437 ~ 33.87%
B 124 of 437 ~ 28.38%

%37.76
%33.87
%28.38

CMYK color model

#A5947C color CMYK value is (0,10,25,35).

  • cyan value is 0.00%
  • magenta value is 10.30%
  • yellow value is 24.85%
  • key color value is 35.29%
CMYK:
(0,10,25,35)
C0M10Y25K35 
(0%,10%,25%,35%)
(0.00/0.10/0.25/0.35)	

CMYK percentages

%0
%10.3
%24.85
%35.29

Codes

Color #A5947C in popluar color models

A5947C
RGB165148124
HSL35°18.55%56.67%
HSB/HSV35°24.85%64.71%
CMYK0.00%10.30%24.85%
35.29%

Color #A5947C in popluar number systems.

HEXA5947C
Decimal165148124
Binary10100101100101001111100
Octal245224174

Shades and tints

Shades of #A5947C

#A5947C
(165,148,124)
#968771
(150,135,113)
#877A66
(135,122,102)
#786D5B
(120,109,91)
#696050
(105,96,80)
#5A5345
(90,83,69)
#4B463A
(75,70,58)
#3C392F
(60,57,47)
#2D2C24
(45,44,36)
#1E1F19
(30,31,25)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #A5947C

#A5947C
(165,148,124)
#AD9D87
(173,157,135)
#B5A692
(181,166,146)
#BDAF9D
(189,175,157)
#C5B8A8
(197,184,168)
#CDC1B3
(205,193,179)
#D5CABE
(213,202,190)
#DDD3C9
(221,211,201)
#E5DCD4
(229,220,212)
#EDE5DF
(237,229,223)
#F5EEEA
(245,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5947C; }

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

This text font color is #A5947C.


Background Color

.myBgColor { background-color: #A5947C; }

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

This div background color is #A5947C.


Border color

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

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

This div border color is #A5947C.


Opacity

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

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

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

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

This text has shadow with #A5947C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5947C on black background.


Color preview on white background

This text has color #A5947C on white background.



Black color preview on #A5947C background

This text has black color on #A5947C background.


White color preview on #A5947C background

This text has white color on #A5947C background.