COLOR #A5847D

HEX: #A5847D RGB: (165,132,125)

Color info

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

RGB color model

#A5847D color RGB value is (165,132,125).

RGB: (165,132,125) (65%, 52%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 132 of 255 = 52%
B 125 of 255 = 49%

165
132
125

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

Portions of RGB colors in percentages

R + G + B = 165 + 132 + 125 = 422 (100%)
R 165 of 422 ~ 39.1%
G 132 of 422 ~ 31.28%
B 125 of 422 ~ 29.62'%

%39.1
%31.28
%29.62

CMYK color model

#A5847D color CMYK value is (0,20,24,35).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 24.24%
  • key color value is 35.29%

CMYK: (0,20,24,35)
C0M20Y24K35 (0%, 20%, 24%, 35%)
(0.00 / 0.20 / 0.24 / 0.35)

CMYK percentages

%0
%20
%24.24
%35.29

Codes

Color #A5847D in popluar color models

A5 84 7D
RGB 165 132 125
HSL 11° 18.18% 56.86%
HSB/HSV 11° 24.24% 64.71%
CMYK 0.00% 20.00% 24.24%
35.29%

Color #A5847D in popluar number systems.

HEX A5 84 7D
Decimal 165 132 125
Binary 10100101 10000100 1111101
Octal 245 204 175

Shades and tints

Shades of #A5847D

#A5847D
(165,132,125)
#967872
(150,120,114)
#876C67
(135,108,103)
#78605C
(120,96,92)
#695451
(105,84,81)
#5A4846
(90,72,70)
#4B3C3B
(75,60,59)
#3C3030
(60,48,48)
#2D2425
(45,36,37)
#1E181A
(30,24,26)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #A5847D

#A5847D
(165,132,125)
#AD8F88
(173,143,136)
#B59A93
(181,154,147)
#BDA59E
(189,165,158)
#C5B0A9
(197,176,169)
#CDBBB4
(205,187,180)
#D5C6BF
(213,198,191)
#DDD1CA
(221,209,202)
#E5DCD5
(229,220,213)
#EDE7E0
(237,231,224)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5847D color. Also use rgb(165,132,125) instead hex code.

Text Font Color

.myTextColor { color: #A5847D; }

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

This text font color is #A5847D.

Background Color

.myBgColor { background-color: #A5847D; }

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

This div background color is #A5847D.

Border color

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

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

This div border color is #A5847D.

Opacity

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

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

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

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

This text has shadow with #A5847D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5847D.

Preview

Color preview on black background

This text has color #A5847D on black background.


Color preview on white background

This text has color #A5847D on white background.


Black color preview on #A5847D background

This text has black color on #A5847D background.


White color preview on #A5847D background

This text has white color on #A5847D background.


Related colors

Complementary color

Complementary color for #hex is #5A7B82.


I love getcolorcode.com

Triadic colors

1 #7DA584 and #847DA5 with #A5847D are triadic colors.

2 #7D84A5 and #84A57D with #A5847D are triadic colors.