COLOR #A85E7F

HEX: #A85E7F RGB: (168,94,127)

Color info

#A85E7F contains mainly red and blue colors. Web safe color of #A85E7F is #996666 (or #966).

RGB color model

#A85E7F color RGB value is (168,94,127).

RGB: (168,94,127) (66%, 37%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 94 of 255 = 37%
B 127 of 255 = 50%

168
94
127

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

Portions of RGB colors in percentages

R + G + B = 168 + 94 + 127 = 389 (100%)
R 168 of 389 ~ 43.19%
G 94 of 389 ~ 24.16%
B 127 of 389 ~ 32.65'%

%43.19
%24.16
%32.65

CMYK color model

#A85E7F color CMYK value is (0,44,24,34).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 24.40%
  • key color value is 34.12%

CMYK: (0,44,24,34)
C0M44Y24K34 (0%, 44%, 24%, 34%)
(0.00 / 0.44 / 0.24 / 0.34)

CMYK percentages

%0
%44.05
%24.4
%34.12

Codes

Color #A85E7F in popluar color models

A8 5E 7F
RGB 168 94 127
HSL 333° 29.84% 51.37%
HSB/HSV 333° 44.05% 65.88%
CMYK 0.00% 44.05% 24.40%
34.12%

Color #A85E7F in popluar number systems.

HEX A8 5E 7F
Decimal 168 94 127
Binary 10101000 1011110 1111111
Octal 250 136 177

Shades and tints

Shades of #A85E7F

#A85E7F
(168,94,127)
#995674
(153,86,116)
#8A4E69
(138,78,105)
#7B465E
(123,70,94)
#6C3E53
(108,62,83)
#5D3648
(93,54,72)
#4E2E3D
(78,46,61)
#3F2632
(63,38,50)
#301E27
(48,30,39)
#21161C
(33,22,28)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A85E7F

#A85E7F
(168,94,127)
#AF6C8A
(175,108,138)
#B67A95
(182,122,149)
#BD88A0
(189,136,160)
#C496AB
(196,150,171)
#CBA4B6
(203,164,182)
#D2B2C1
(210,178,193)
#D9C0CC
(217,192,204)
#E0CED7
(224,206,215)
#E7DCE2
(231,220,226)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A85E7F color. Also use rgb(168,94,127) instead hex code.

Text Font Color

.myTextColor { color: #A85E7F; }

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

This text font color is #A85E7F.

Background Color

.myBgColor { background-color: #A85E7F; }

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

This div background color is #A85E7F.

Border color

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

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

This div border color is #A85E7F.

Opacity

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

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

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

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

This text has shadow with #A85E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85E7F.

Preview

Color preview on black background

This text has color #A85E7F on black background.


Color preview on white background

This text has color #A85E7F on white background.


Black color preview on #A85E7F background

This text has black color on #A85E7F background.


White color preview on #A85E7F background

This text has white color on #A85E7F background.


Related colors

Complementary color

Complementary color for #hex is #57A180.


I love getcolorcode.com

Triadic colors

1 #7FA85E and #5E7FA8 with #A85E7F are triadic colors.

2 #7F5EA8 and #5EA87F with #A85E7F are triadic colors.