COLOR #A796AC

HEX: #A796AC RGB: (167,150,172)

Color info

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

RGB color model

#A796AC color RGB value is (167,150,172).

RGB: (167,150,172) (65%, 59%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 172 of 255 = 67%

167
150
172

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

Portions of RGB colors in percentages

R + G + B = 167 + 150 + 172 = 489 (100%)
R 167 of 489 ~ 34.15%
G 150 of 489 ~ 30.67%
B 172 of 489 ~ 35.17'%

%34.15
%30.67
%35.17

CMYK color model

#A796AC color CMYK value is (3,13,0,33).

  • cyan value is 2.91%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (3,13,0,33)
C3M13Y0K33 (3%, 13%, 0%, 33%)
(0.03 / 0.13 / 0.00 / 0.33)

CMYK percentages

%2.91
%12.79
%0
%32.55

Codes

Color #A796AC in popluar color models

A7 96 AC
RGB 167 150 172
HSL 286° 11.70% 63.14%
HSB/HSV 286° 12.79% 67.45%
CMYK 2.91% 12.79% 0.00%
32.55%

Color #A796AC in popluar number systems.

HEX A7 96 AC
Decimal 167 150 172
Binary 10100111 10010110 10101100
Octal 247 226 254

Shades and tints

Shades of #A796AC

#A796AC
(167,150,172)
#98899D
(152,137,157)
#897C8E
(137,124,142)
#7A6F7F
(122,111,127)
#6B6270
(107,98,112)
#5C5561
(92,85,97)
#4D4852
(77,72,82)
#3E3B43
(62,59,67)
#2F2E34
(47,46,52)
#202125
(32,33,37)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #A796AC

#A796AC
(167,150,172)
#AF9FB3
(175,159,179)
#B7A8BA
(183,168,186)
#BFB1C1
(191,177,193)
#C7BAC8
(199,186,200)
#CFC3CF
(207,195,207)
#D7CCD6
(215,204,214)
#DFD5DD
(223,213,221)
#E7DEE4
(231,222,228)
#EFE7EB
(239,231,235)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A796AC color. Also use rgb(167,150,172) instead hex code.

Text Font Color

.myTextColor { color: #A796AC; }

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

This text font color is #A796AC.

Background Color

.myBgColor { background-color: #A796AC; }

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

This div background color is #A796AC.

Border color

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

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

This div border color is #A796AC.

Opacity

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

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

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

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

This text has shadow with #A796AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A796AC.

Preview

Color preview on black background

This text has color #A796AC on black background.


Color preview on white background

This text has color #A796AC on white background.


Black color preview on #A796AC background

This text has black color on #A796AC background.


White color preview on #A796AC background

This text has white color on #A796AC background.


Related colors

Complementary color

Complementary color for #hex is #586953.


I love getcolorcode.com

Triadic colors

1 #ACA796 and #96ACA7 with #A796AC are triadic colors.

2 #AC96A7 and #96A7AC with #A796AC are triadic colors.