COLOR #A58191

HEX: #A58191
RGB: (165,129,145)

Color info

#A58191 contains red, green and blue colors in about the same proportion. Web safe color of #A58191 is #999999 (or #999).

RGB color model

#A58191 color RGB value is (165,129,145).

  • red value is 165;
  • green value is 129;
  • blue value is 145.
RGB:
(165,129,145)
(65%,51%,57%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 145 of 255 = 57%

165
129
145

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 145 = 439 (100%)
R 165 of 439 ~ 37.59%
G 129 of 439 ~ 29.38%
B 145 of 439 ~ 33.03%

%37.59
%29.38
%33.03

CMYK color model

#A58191 color CMYK value is (0,22,12,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(0,22,12,35)
C0M22Y12K35 
(0%,22%,12%,35%)
(0.00/0.22/0.12/0.35)	

CMYK percentages

%0
%21.82
%12.12
%35.29

Codes

Color #A58191 in popluar color models

A58191
RGB165129145
HSL333°16.67%57.65%
HSB/HSV333°21.82%64.71%
CMYK0.00%21.82%12.12%
35.29%

Color #A58191 in popluar number systems.

HEXA58191
Decimal165129145
Binary101001011000000110010001
Octal245201221

Shades and tints

Shades of #A58191

#A58191
(165,129,145)
#967684
(150,118,132)
#876B77
(135,107,119)
#78606A
(120,96,106)
#69555D
(105,85,93)
#5A4A50
(90,74,80)
#4B3F43
(75,63,67)
#3C3436
(60,52,54)
#2D2929
(45,41,41)
#1E1E1C
(30,30,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #A58191

#A58191
(165,129,145)
#AD8C9B
(173,140,155)
#B597A5
(181,151,165)
#BDA2AF
(189,162,175)
#C5ADB9
(197,173,185)
#CDB8C3
(205,184,195)
#D5C3CD
(213,195,205)
#DDCED7
(221,206,215)
#E5D9E1
(229,217,225)
#EDE4EB
(237,228,235)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A58191 color. Also use rgb(165,129,145) instead hex code.

Text Font Color

.myTextColor { color: #A58191; }

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

This text font color is #A58191.


Background Color

.myBgColor { background-color: #A58191; }

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

This div background color is #A58191.


Border color

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

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

This div border color is #A58191.


Opacity

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

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

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

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

This text has shadow with #A58191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A58191 on black background.


Color preview on white background

This text has color #A58191 on white background.



Black color preview on #A58191 background

This text has black color on #A58191 background.


White color preview on #A58191 background

This text has white color on #A58191 background.