COLOR #A5818D

HEX: #A5818D
RGB: (165,129,141)

Color info

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

RGB color model

#A5818D color RGB value is (165,129,141).

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

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 141 of 255 = 55%

165
129
141

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

Portions of RGB colors in percentages

R + G + B =
165 + 129 + 141 = 435 (100%)
R 165 of 435 ~ 37.93%
G 129 of 435 ~ 29.66%
B 141 of 435 ~ 32.41%

%37.93
%29.66
%32.41

CMYK color model

#A5818D color CMYK value is (0,22,15,35).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 14.55%
  • key color value is 35.29%
CMYK:
(0,22,15,35)
C0M22Y15K35 
(0%,22%,15%,35%)
(0.00/0.22/0.15/0.35)	

CMYK percentages

%0
%21.82
%14.55
%35.29

Codes

Color #A5818D in popluar color models

A5818D
RGB165129141
HSL340°16.67%57.65%
HSB/HSV340°21.82%64.71%
CMYK0.00%21.82%14.55%
35.29%

Color #A5818D in popluar number systems.

HEXA5818D
Decimal165129141
Binary101001011000000110001101
Octal245201215

Shades and tints

Shades of #A5818D

#A5818D
(165,129,141)
#967681
(150,118,129)
#876B75
(135,107,117)
#786069
(120,96,105)
#69555D
(105,85,93)
#5A4A51
(90,74,81)
#4B3F45
(75,63,69)
#3C3439
(60,52,57)
#2D292D
(45,41,45)
#1E1E21
(30,30,33)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A5818D

#A5818D
(165,129,141)
#AD8C97
(173,140,151)
#B597A1
(181,151,161)
#BDA2AB
(189,162,171)
#C5ADB5
(197,173,181)
#CDB8BF
(205,184,191)
#D5C3C9
(213,195,201)
#DDCED3
(221,206,211)
#E5D9DD
(229,217,221)
#EDE4E7
(237,228,231)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5818D; }

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

This text font color is #A5818D.


Background Color

.myBgColor { background-color: #A5818D; }

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

This div background color is #A5818D.


Border color

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

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

This div border color is #A5818D.


Opacity

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

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

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

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

This text has shadow with #A5818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5818D on black background.


Color preview on white background

This text has color #A5818D on white background.



Black color preview on #A5818D background

This text has black color on #A5818D background.


White color preview on #A5818D background

This text has white color on #A5818D background.