COLOR #A79CAA

HEX: #A79CAA RGB: (167,156,170)

Color info

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

RGB color model

#A79CAA color RGB value is (167,156,170).

RGB: (167,156,170) (65%, 61%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 156 of 255 = 61%
B 170 of 255 = 67%

167
156
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 156 + 170 = 493 (100%)
R 167 of 493 ~ 33.87%
G 156 of 493 ~ 31.64%
B 170 of 493 ~ 34.48'%

%33.87
%31.64
%34.48

CMYK color model

#A79CAA color CMYK value is (2,8,0,33).

  • cyan value is 1.76%
  • magenta value is 8.24%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,8,0,33)
C2M8Y0K33 (2%, 8%, 0%, 33%)
(0.02 / 0.08 / 0.00 / 0.33)

CMYK percentages

%1.76
%8.24
%0
%33.33

Codes

Color #A79CAA in popluar color models

A7 9C AA
RGB 167 156 170
HSL 287° 7.61% 63.92%
HSB/HSV 287° 8.24% 66.67%
CMYK 1.76% 8.24% 0.00%
33.33%

Color #A79CAA in popluar number systems.

HEX A7 9C AA
Decimal 167 156 170
Binary 10100111 10011100 10101010
Octal 247 234 252

Shades and tints

Shades of #A79CAA

#A79CAA
(167,156,170)
#988E9B
(152,142,155)
#89808C
(137,128,140)
#7A727D
(122,114,125)
#6B646E
(107,100,110)
#5C565F
(92,86,95)
#4D4850
(77,72,80)
#3E3A41
(62,58,65)
#2F2C32
(47,44,50)
#201E23
(32,30,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A79CAA

#A79CAA
(167,156,170)
#AFA5B1
(175,165,177)
#B7AEB8
(183,174,184)
#BFB7BF
(191,183,191)
#C7C0C6
(199,192,198)
#CFC9CD
(207,201,205)
#D7D2D4
(215,210,212)
#DFDBDB
(223,219,219)
#E7E4E2
(231,228,226)
#EFEDE9
(239,237,233)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79CAA color. Also use rgb(167,156,170) instead hex code.

Text Font Color

.myTextColor { color: #A79CAA; }

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

This text font color is #A79CAA.

Background Color

.myBgColor { background-color: #A79CAA; }

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

This div background color is #A79CAA.

Border color

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

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

This div border color is #A79CAA.

Opacity

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

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

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

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

This text has shadow with #A79CAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79CAA.

Preview

Color preview on black background

This text has color #A79CAA on black background.


Color preview on white background

This text has color #A79CAA on white background.


Black color preview on #A79CAA background

This text has black color on #A79CAA background.


White color preview on #A79CAA background

This text has white color on #A79CAA background.


Related colors

Complementary color

Complementary color for #hex is #586355.


I love getcolorcode.com

Triadic colors

1 #AAA79C and #9CAAA7 with #A79CAA are triadic colors.

2 #AA9CA7 and #9CA7AA with #A79CAA are triadic colors.