COLOR #A06E7C

HEX: #A06E7C RGB: (160,110,124)

Color info

#A06E7C contains red, green and blue colors in about the same proportion. Web safe color of #A06E7C is #996666 (or #966).

RGB color model

#A06E7C color RGB value is (160,110,124).

RGB: (160,110,124) (63%, 43%, 49%)

RGB channels and saturation

R 160 of 255 = 63%
G 110 of 255 = 43%
B 124 of 255 = 49%

160
110
124

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

Portions of RGB colors in percentages

R + G + B = 160 + 110 + 124 = 394 (100%)
R 160 of 394 ~ 40.61%
G 110 of 394 ~ 27.92%
B 124 of 394 ~ 31.47'%

%40.61
%27.92
%31.47

CMYK color model

#A06E7C color CMYK value is (0,31,23,37).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 22.50%
  • key color value is 37.25%
CMYK: (0,31,23,37) C0M31Y23K37 (0%,31%,23%,37%) (0.00/0.31/0.23/0.37) 

CMYK percentages

%0
%31.25
%22.5
%37.25

Codes

Color #A06E7C in popluar color models

A0 6E 7C
RGB 160 110 124
HSL 343° 20.83% 52.94%
HSB/HSV 343° 31.25% 62.75%
CMYK 0.00% 31.25% 22.50%
37.25%

Color #A06E7C in popluar number systems.

HEX A0 6E 7C
Decimal 160 110 124
Binary 10100000 1101110 1111100
Octal 240 156 174

Shades and tints

Shades of #A06E7C

#A06E7C
(160,110,124)
#926471
(146,100,113)
#845A66
(132,90,102)
#76505B
(118,80,91)
#684650
(104,70,80)
#5A3C45
(90,60,69)
#4C323A
(76,50,58)
#3E282F
(62,40,47)
#301E24
(48,30,36)
#221419
(34,20,25)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #A06E7C

#A06E7C
(160,110,124)
#A87B87
(168,123,135)
#B08892
(176,136,146)
#B8959D
(184,149,157)
#C0A2A8
(192,162,168)
#C8AFB3
(200,175,179)
#D0BCBE
(208,188,190)
#D8C9C9
(216,201,201)
#E0D6D4
(224,214,212)
#E8E3DF
(232,227,223)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A06E7C color. Also use rgb(160,110,124) instead hex code.

Text Font Color

.myTextColor { color: #A06E7C; }

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

This text font color is #A06E7C.

Background Color

.myBgColor { background-color: #A06E7C; }

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

This div background color is #A06E7C.

Border color

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

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

This div border color is #A06E7C.

Opacity

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

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

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

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

This text has shadow with #A06E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A06E7C.

Preview

Color preview on black background

This text has color #A06E7C on black background.


Color preview on white background

This text has color #A06E7C on white background.


Black color preview on #A06E7C background

This text has black color on #A06E7C background.


White color preview on #A06E7C background

This text has white color on #A06E7C background.


Related colors

Complementary color

Complementary color for #hex is #5F9183.


I love getcolorcode.com

Gradients

Color #A06E7C is used in Raspberry Glace gradient.

Raspberry Glace


Triadic colors

1 #7CA06E and #6E7CA0 with #A06E7C are triadic colors.

2 #7C6EA0 and #6EA07C with #A06E7C are triadic colors.