COLOR #A794AB

HEX: #A794AB RGB: (167,148,171)

Color info

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

RGB color model

#A794AB color RGB value is (167,148,171).

RGB: (167,148,171) (65%, 58%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 148 of 255 = 58%
B 171 of 255 = 67%

167
148
171

R + G + B ~ 63%. #A794AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 148 + 171 = 486 (100%)
R 167 of 486 ~ 34.36%
G 148 of 486 ~ 30.45%
B 171 of 486 ~ 35.19'%

%34.36
%30.45
%35.19

CMYK color model

#A794AB color CMYK value is (2,13,0,33).

  • cyan value is 2.34%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (2,13,0,33) C2M13Y0K33 (2%,13%,0%,33%) (0.02/0.13/0.00/0.33) 

CMYK percentages

%2.34
%13.45
%0
%32.94

Codes

Color #A794AB in popluar color models

A7 94 AB
RGB 167 148 171
HSL 290° 12.04% 62.55%
HSB/HSV 290° 13.45% 67.06%
CMYK 2.34% 13.45% 0.00%
32.94%

Color #A794AB in popluar number systems.

HEX A7 94 AB
Decimal 167 148 171
Binary 10100111 10010100 10101011
Octal 247 224 253

Shades and tints

Shades of #A794AB

#A794AB
(167,148,171)
#98879C
(152,135,156)
#897A8D
(137,122,141)
#7A6D7E
(122,109,126)
#6B606F
(107,96,111)
#5C5360
(92,83,96)
#4D4651
(77,70,81)
#3E3942
(62,57,66)
#2F2C33
(47,44,51)
#201F24
(32,31,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #A794AB

#A794AB
(167,148,171)
#AF9DB2
(175,157,178)
#B7A6B9
(183,166,185)
#BFAFC0
(191,175,192)
#C7B8C7
(199,184,199)
#CFC1CE
(207,193,206)
#D7CAD5
(215,202,213)
#DFD3DC
(223,211,220)
#E7DCE3
(231,220,227)
#EFE5EA
(239,229,234)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A794AB; }

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

This text font color is #A794AB.

Background Color

.myBgColor { background-color: #A794AB; }

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

This div background color is #A794AB.

Border color

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

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

This div border color is #A794AB.

Opacity

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

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

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

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

This text has shadow with #A794AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A794AB.

Preview

Color preview on black background

This text has color #A794AB on black background.


Color preview on white background

This text has color #A794AB on white background.


Black color preview on #A794AB background

This text has black color on #A794AB background.


White color preview on #A794AB background

This text has white color on #A794AB background.


Related colors

Complementary color

Complementary color for #hex is #586B54.


I love getcolorcode.com

Triadic colors

1 #ABA794 and #94ABA7 with #A794AB are triadic colors.

2 #AB94A7 and #94A7AB with #A794AB are triadic colors.