COLOR #A78EA2

HEX: #A78EA2 RGB: (167,142,162)

Color info

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

RGB color model

#A78EA2 color RGB value is (167,142,162).

RGB: (167,142,162) (65%, 56%, 64%)

RGB channels and saturation

R 167 of 255 = 65%
G 142 of 255 = 56%
B 162 of 255 = 64%

167
142
162

R + G + B ~ 62%. #A78EA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 142 + 162 = 471 (100%)
R 167 of 471 ~ 35.46%
G 142 of 471 ~ 30.15%
B 162 of 471 ~ 34.39'%

%35.46
%30.15
%34.39

CMYK color model

#A78EA2 color CMYK value is (0,15,3,35).

  • cyan value is 0.00%
  • magenta value is 14.97%
  • yellow value is 2.99%
  • key color value is 34.51%

CMYK: (0,15,3,35)
C0M15Y3K35 (0%, 15%, 3%, 35%)
(0.00 / 0.15 / 0.03 / 0.35)

CMYK percentages

%0
%14.97
%2.99
%34.51

Codes

Color #A78EA2 in popluar color models

A7 8E A2
RGB 167 142 162
HSL 312° 12.44% 60.59%
HSB/HSV 312° 14.97% 65.49%
CMYK 0.00% 14.97% 2.99%
34.51%

Color #A78EA2 in popluar number systems.

HEX A7 8E A2
Decimal 167 142 162
Binary 10100111 10001110 10100010
Octal 247 216 242

Shades and tints

Shades of #A78EA2

#A78EA2
(167,142,162)
#988294
(152,130,148)
#897686
(137,118,134)
#7A6A78
(122,106,120)
#6B5E6A
(107,94,106)
#5C525C
(92,82,92)
#4D464E
(77,70,78)
#3E3A40
(62,58,64)
#2F2E32
(47,46,50)
#202224
(32,34,36)
#111616
(17,22,22)
#000000
(0,0,0)

Tints of #A78EA2

#A78EA2
(167,142,162)
#AF98AA
(175,152,170)
#B7A2B2
(183,162,178)
#BFACBA
(191,172,186)
#C7B6C2
(199,182,194)
#CFC0CA
(207,192,202)
#D7CAD2
(215,202,210)
#DFD4DA
(223,212,218)
#E7DEE2
(231,222,226)
#EFE8EA
(239,232,234)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A78EA2 color. Also use rgb(167,142,162) instead hex code.

Text Font Color

.myTextColor { color: #A78EA2; }

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

This text font color is #A78EA2.

Background Color

.myBgColor { background-color: #A78EA2; }

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

This div background color is #A78EA2.

Border color

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

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

This div border color is #A78EA2.

Opacity

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

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

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

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

This text has shadow with #A78EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78EA2.

Preview

Color preview on black background

This text has color #A78EA2 on black background.


Color preview on white background

This text has color #A78EA2 on white background.


Black color preview on #A78EA2 background

This text has black color on #A78EA2 background.


White color preview on #A78EA2 background

This text has white color on #A78EA2 background.


Related colors

Complementary color

Complementary color for #hex is #58715D.


I love getcolorcode.com

Triadic colors

1 #A2A78E and #8EA2A7 with #A78EA2 are triadic colors.

2 #A28EA7 and #8EA7A2 with #A78EA2 are triadic colors.