COLOR #A7818E

HEX: #A7818E
RGB: (167,129,142)

Color info

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

RGB color model

#A7818E color RGB value is (167,129,142).

  • red value is 167;
  • green value is 129;
  • blue value is 142.
RGB:
(167,129,142)
(65%,51%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 142 of 255 = 56%

167
129
142

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

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 142 = 438 (100%)
R 167 of 438 ~ 38.13%
G 129 of 438 ~ 29.45%
B 142 of 438 ~ 32.42%

%38.13
%29.45
%32.42

CMYK color model

#A7818E color CMYK value is (0,23,15,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 14.97%
  • key color value is 34.51%
CMYK:
(0,23,15,35)
C0M23Y15K35 
(0%,23%,15%,35%)
(0.00/0.23/0.15/0.35)	

CMYK percentages

%0
%22.75
%14.97
%34.51

Codes

Color #A7818E in popluar color models

A7818E
RGB167129142
HSL339°17.76%58.04%
HSB/HSV339°22.75%65.49%
CMYK0.00%22.75%14.97%
34.51%

Color #A7818E in popluar number systems.

HEXA7818E
Decimal167129142
Binary101001111000000110001110
Octal247201216

Shades and tints

Shades of #A7818E

#A7818E
(167,129,142)
#987682
(152,118,130)
#896B76
(137,107,118)
#7A606A
(122,96,106)
#6B555E
(107,85,94)
#5C4A52
(92,74,82)
#4D3F46
(77,63,70)
#3E343A
(62,52,58)
#2F292E
(47,41,46)
#201E22
(32,30,34)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #A7818E

#A7818E
(167,129,142)
#AF8C98
(175,140,152)
#B797A2
(183,151,162)
#BFA2AC
(191,162,172)
#C7ADB6
(199,173,182)
#CFB8C0
(207,184,192)
#D7C3CA
(215,195,202)
#DFCED4
(223,206,212)
#E7D9DE
(231,217,222)
#EFE4E8
(239,228,232)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7818E; }

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

This text font color is #A7818E.


Background Color

.myBgColor { background-color: #A7818E; }

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

This div background color is #A7818E.


Border color

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

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

This div border color is #A7818E.


Opacity

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

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

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

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

This text has shadow with #A7818E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7818E on black background.


Color preview on white background

This text has color #A7818E on white background.



Black color preview on #A7818E background

This text has black color on #A7818E background.


White color preview on #A7818E background

This text has white color on #A7818E background.