COLOR #A5868E

HEX: #A5868E
RGB: (165,134,142)

Color info

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

RGB color model

#A5868E color RGB value is (165,134,142).

  • red value is 165;
  • green value is 134;
  • blue value is 142.
RGB:
(165,134,142)
(65%,53%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 142 of 255 = 56%

165
134
142

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

Portions of RGB colors in percentages

R + G + B =
165 + 134 + 142 = 441 (100%)
R 165 of 441 ~ 37.41%
G 134 of 441 ~ 30.39%
B 142 of 441 ~ 32.2%

%37.41
%30.39
%32.2

CMYK color model

#A5868E color CMYK value is (0,19,14,35).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(0,19,14,35)
C0M19Y14K35 
(0%,19%,14%,35%)
(0.00/0.19/0.14/0.35)	

CMYK percentages

%0
%18.79
%13.94
%35.29

Codes

Color #A5868E in popluar color models

A5868E
RGB165134142
HSL345°14.69%58.63%
HSB/HSV345°18.79%64.71%
CMYK0.00%18.79%13.94%
35.29%

Color #A5868E in popluar number systems.

HEXA5868E
Decimal165134142
Binary101001011000011010001110
Octal245206216

Shades and tints

Shades of #A5868E

#A5868E
(165,134,142)
#967A82
(150,122,130)
#876E76
(135,110,118)
#78626A
(120,98,106)
#69565E
(105,86,94)
#5A4A52
(90,74,82)
#4B3E46
(75,62,70)
#3C323A
(60,50,58)
#2D262E
(45,38,46)
#1E1A22
(30,26,34)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #A5868E

#A5868E
(165,134,142)
#AD9198
(173,145,152)
#B59CA2
(181,156,162)
#BDA7AC
(189,167,172)
#C5B2B6
(197,178,182)
#CDBDC0
(205,189,192)
#D5C8CA
(213,200,202)
#DDD3D4
(221,211,212)
#E5DEDE
(229,222,222)
#EDE9E8
(237,233,232)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5868E color. Also use rgb(165,134,142) instead hex code.

Text Font Color

.myTextColor { color: #A5868E; }

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

This text font color is #A5868E.


Background Color

.myBgColor { background-color: #A5868E; }

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

This div background color is #A5868E.


Border color

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

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

This div border color is #A5868E.


Opacity

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

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

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

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

This text has shadow with #A5868E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5868E on black background.


Color preview on white background

This text has color #A5868E on white background.



Black color preview on #A5868E background

This text has black color on #A5868E background.


White color preview on #A5868E background

This text has white color on #A5868E background.