COLOR #A07C8E

HEX: #A07C8E RGB: (160,124,142)

Color info

#A07C8E contains red, green and blue colors in about the same proportion. Web safe color of #A07C8E is #996699 (or #969).

RGB color model

#A07C8E color RGB value is (160,124,142).

RGB: (160,124,142) (63%, 49%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 124 of 255 = 49%
B 142 of 255 = 56%

160
124
142

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

Portions of RGB colors in percentages

R + G + B = 160 + 124 + 142 = 426 (100%)
R 160 of 426 ~ 37.56%
G 124 of 426 ~ 29.11%
B 142 of 426 ~ 33.33'%

%37.56
%29.11
%33.33

CMYK color model

#A07C8E color CMYK value is (0,23,11,37).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 11.25%
  • key color value is 37.25%

CMYK: (0,23,11,37)
C0M23Y11K37 (0%, 23%, 11%, 37%)
(0.00 / 0.23 / 0.11 / 0.37)

CMYK percentages

%0
%22.5
%11.25
%37.25

Codes

Color #A07C8E in popluar color models

A0 7C 8E
RGB 160 124 142
HSL 330° 15.93% 55.69%
HSB/HSV 330° 22.50% 62.75%
CMYK 0.00% 22.50% 11.25%
37.25%

Color #A07C8E in popluar number systems.

HEX A0 7C 8E
Decimal 160 124 142
Binary 10100000 1111100 10001110
Octal 240 174 216

Shades and tints

Shades of #A07C8E

#A07C8E
(160,124,142)
#927182
(146,113,130)
#846676
(132,102,118)
#765B6A
(118,91,106)
#68505E
(104,80,94)
#5A4552
(90,69,82)
#4C3A46
(76,58,70)
#3E2F3A
(62,47,58)
#30242E
(48,36,46)
#221922
(34,25,34)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #A07C8E

#A07C8E
(160,124,142)
#A88798
(168,135,152)
#B092A2
(176,146,162)
#B89DAC
(184,157,172)
#C0A8B6
(192,168,182)
#C8B3C0
(200,179,192)
#D0BECA
(208,190,202)
#D8C9D4
(216,201,212)
#E0D4DE
(224,212,222)
#E8DFE8
(232,223,232)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A07C8E; }

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

This text font color is #A07C8E.

Background Color

.myBgColor { background-color: #A07C8E; }

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

This div background color is #A07C8E.

Border color

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

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

This div border color is #A07C8E.

Opacity

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

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

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

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

This text has shadow with #A07C8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A07C8E.

Preview

Color preview on black background

This text has color #A07C8E on black background.


Color preview on white background

This text has color #A07C8E on white background.


Black color preview on #A07C8E background

This text has black color on #A07C8E background.


White color preview on #A07C8E background

This text has white color on #A07C8E background.


Related colors

Complementary color

Complementary color for #hex is #5F8371.


I love getcolorcode.com

Triadic colors

1 #8EA07C and #7C8EA0 with #A07C8E are triadic colors.

2 #8E7CA0 and #7CA08E with #A07C8E are triadic colors.