COLOR #A794A0

HEX: #A794A0
RGB: (167,148,160)

Color info

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

RGB color model

#A794A0 color RGB value is (167,148,160).

  • red value is 167;
  • green value is 148;
  • blue value is 160.
RGB:
(167,148,160)
(65%,58%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 160 of 255 = 63%

167
148
160

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

Portions of RGB colors in percentages

R + G + B =
167 + 148 + 160 = 475 (100%)
R 167 of 475 ~ 35.16%
G 148 of 475 ~ 31.16%
B 160 of 475 ~ 33.68%

%35.16
%31.16
%33.68

CMYK color model

#A794A0 color CMYK value is (0,11,4,35).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 4.19%
  • key color value is 34.51%
CMYK:
(0,11,4,35)
C0M11Y4K35 
(0%,11%,4%,35%)
(0.00/0.11/0.04/0.35)	

CMYK percentages

%0
%11.38
%4.19
%34.51

Codes

Color #A794A0 in popluar color models

A794A0
RGB167148160
HSL322°9.74%61.76%
HSB/HSV322°11.38%65.49%
CMYK0.00%11.38%4.19%
34.51%

Color #A794A0 in popluar number systems.

HEXA794A0
Decimal167148160
Binary101001111001010010100000
Octal247224240

Shades and tints

Shades of #A794A0

#A794A0
(167,148,160)
#988792
(152,135,146)
#897A84
(137,122,132)
#7A6D76
(122,109,118)
#6B6068
(107,96,104)
#5C535A
(92,83,90)
#4D464C
(77,70,76)
#3E393E
(62,57,62)
#2F2C30
(47,44,48)
#201F22
(32,31,34)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #A794A0

#A794A0
(167,148,160)
#AF9DA8
(175,157,168)
#B7A6B0
(183,166,176)
#BFAFB8
(191,175,184)
#C7B8C0
(199,184,192)
#CFC1C8
(207,193,200)
#D7CAD0
(215,202,208)
#DFD3D8
(223,211,216)
#E7DCE0
(231,220,224)
#EFE5E8
(239,229,232)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A794A0 color. Also use rgb(167,148,160) instead hex code.

Text Font Color

.myTextColor { color: #A794A0; }

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

This text font color is #A794A0.


Background Color

.myBgColor { background-color: #A794A0; }

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

This div background color is #A794A0.


Border color

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

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

This div border color is #A794A0.


Opacity

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

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

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

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

This text has shadow with #A794A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A794A0 on black background.


Color preview on white background

This text has color #A794A0 on white background.



Black color preview on #A794A0 background

This text has black color on #A794A0 background.


White color preview on #A794A0 background

This text has white color on #A794A0 background.