COLOR #A794AD

HEX: #A794AD RGB: (167,148,173)

Color info

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

RGB color model

#A794AD color RGB value is (167,148,173).

RGB: (167,148,173) (65%, 58%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 173 of 255 = 68%

167
148
173

R + G + B ~ 64%. #A794AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 173 = 488 (100%)
R 167 of 488 ~ 34.22%
G 148 of 488 ~ 30.33%
B 173 of 488 ~ 35.45'%

%34.22
%30.33
%35.45

CMYK color model

#A794AD color CMYK value is (3,14,0,32).

  • cyan value is 3.47%
  • magenta value is 14.45%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (3,14,0,32)
C3M14Y0K32 (3%, 14%, 0%, 32%)
(0.03 / 0.14 / 0.00 / 0.32)

CMYK percentages

%3.47
%14.45
%0
%32.16

Codes

Color #A794AD in popluar color models

A7 94 AD
RGB 167 148 173
HSL 286° 13.23% 62.94%
HSB/HSV 286° 14.45% 67.84%
CMYK 3.47% 14.45% 0.00%
32.16%

Color #A794AD in popluar number systems.

HEX A7 94 AD
Decimal 167 148 173
Binary 10100111 10010100 10101101
Octal 247 224 255

Shades and tints

Shades of #A794AD

#A794AD
(167,148,173)
#98879E
(152,135,158)
#897A8F
(137,122,143)
#7A6D80
(122,109,128)
#6B6071
(107,96,113)
#5C5362
(92,83,98)
#4D4653
(77,70,83)
#3E3944
(62,57,68)
#2F2C35
(47,44,53)
#201F26
(32,31,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #A794AD

#A794AD
(167,148,173)
#AF9DB4
(175,157,180)
#B7A6BB
(183,166,187)
#BFAFC2
(191,175,194)
#C7B8C9
(199,184,201)
#CFC1D0
(207,193,208)
#D7CAD7
(215,202,215)
#DFD3DE
(223,211,222)
#E7DCE5
(231,220,229)
#EFE5EC
(239,229,236)
#F7EEF3
(247,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A794AD; }

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

This text font color is #A794AD.

Background Color

.myBgColor { background-color: #A794AD; }

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

This div background color is #A794AD.

Border color

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

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

This div border color is #A794AD.

Opacity

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

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

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

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

This text has shadow with #A794AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A794AD.

Preview

Color preview on black background

This text has color #A794AD on black background.


Color preview on white background

This text has color #A794AD on white background.


Black color preview on #A794AD background

This text has black color on #A794AD background.


White color preview on #A794AD background

This text has white color on #A794AD background.


Related colors

Complementary color

Complementary color for #hex is #586B52.


I love getcolorcode.com

Triadic colors

1 #ADA794 and #94ADA7 with #A794AD are triadic colors.

2 #AD94A7 and #94A7AD with #A794AD are triadic colors.