COLOR #A7819A

HEX: #A7819A
RGB: (167,129,154)

Color info

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

RGB color model

#A7819A color RGB value is (167,129,154).

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

RGB channels and saturation

R 167 of 255 = 65%
G 129 of 255 = 51%
B 154 of 255 = 60%

167
129
154

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

Portions of RGB colors in percentages

R + G + B =
167 + 129 + 154 = 450 (100%)
R 167 of 450 ~ 37.11%
G 129 of 450 ~ 28.67%
B 154 of 450 ~ 34.22%

%37.11
%28.67
%34.22

CMYK color model

#A7819A color CMYK value is (0,23,8,35).

  • cyan value is 0.00%
  • magenta value is 22.75%
  • yellow value is 7.78%
  • key color value is 34.51%
CMYK:
(0,23,8,35)
C0M23Y8K35 
(0%,23%,8%,35%)
(0.00/0.23/0.08/0.35)	

CMYK percentages

%0
%22.75
%7.78
%34.51

Codes

Color #A7819A in popluar color models

A7819A
RGB167129154
HSL321°17.76%58.04%
HSB/HSV321°22.75%65.49%
CMYK0.00%22.75%7.78%
34.51%

Color #A7819A in popluar number systems.

HEXA7819A
Decimal167129154
Binary101001111000000110011010
Octal247201232

Shades and tints

Shades of #A7819A

#A7819A
(167,129,154)
#98768C
(152,118,140)
#896B7E
(137,107,126)
#7A6070
(122,96,112)
#6B5562
(107,85,98)
#5C4A54
(92,74,84)
#4D3F46
(77,63,70)
#3E3438
(62,52,56)
#2F292A
(47,41,42)
#201E1C
(32,30,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #A7819A

#A7819A
(167,129,154)
#AF8CA3
(175,140,163)
#B797AC
(183,151,172)
#BFA2B5
(191,162,181)
#C7ADBE
(199,173,190)
#CFB8C7
(207,184,199)
#D7C3D0
(215,195,208)
#DFCED9
(223,206,217)
#E7D9E2
(231,217,226)
#EFE4EB
(239,228,235)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7819A; }

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

This text font color is #A7819A.


Background Color

.myBgColor { background-color: #A7819A; }

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

This div background color is #A7819A.


Border color

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

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

This div border color is #A7819A.


Opacity

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

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

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

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

This text has shadow with #A7819A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7819A on black background.


Color preview on white background

This text has color #A7819A on white background.



Black color preview on #A7819A background

This text has black color on #A7819A background.


White color preview on #A7819A background

This text has white color on #A7819A background.