COLOR #A79BAF

HEX: #A79BAF RGB: (167,155,175)

Color info

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

RGB color model

#A79BAF color RGB value is (167,155,175).

RGB: (167,155,175) (65%, 61%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 155 of 255 = 61%
B 175 of 255 = 69%

167
155
175

R + G + B ~ 65%. #A79BAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 155 + 175 = 497 (100%)
R 167 of 497 ~ 33.6%
G 155 of 497 ~ 31.19%
B 175 of 497 ~ 35.21'%

%33.6
%31.19
%35.21

CMYK color model

#A79BAF color CMYK value is (5,11,0,31).

  • cyan value is 4.57%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (5,11,0,31)
C5M11Y0K31 (5%, 11%, 0%, 31%)
(0.05 / 0.11 / 0.00 / 0.31)

CMYK percentages

%4.57
%11.43
%0
%31.37

Codes

Color #A79BAF in popluar color models

A7 9B AF
RGB 167 155 175
HSL 276° 11.11% 64.71%
HSB/HSV 276° 11.43% 68.63%
CMYK 4.57% 11.43% 0.00%
31.37%

Color #A79BAF in popluar number systems.

HEX A7 9B AF
Decimal 167 155 175
Binary 10100111 10011011 10101111
Octal 247 233 257

Shades and tints

Shades of #A79BAF

#A79BAF
(167,155,175)
#988DA0
(152,141,160)
#897F91
(137,127,145)
#7A7182
(122,113,130)
#6B6373
(107,99,115)
#5C5564
(92,85,100)
#4D4755
(77,71,85)
#3E3946
(62,57,70)
#2F2B37
(47,43,55)
#201D28
(32,29,40)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #A79BAF

#A79BAF
(167,155,175)
#AFA4B6
(175,164,182)
#B7ADBD
(183,173,189)
#BFB6C4
(191,182,196)
#C7BFCB
(199,191,203)
#CFC8D2
(207,200,210)
#D7D1D9
(215,209,217)
#DFDAE0
(223,218,224)
#E7E3E7
(231,227,231)
#EFECEE
(239,236,238)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A79BAF color. Also use rgb(167,155,175) instead hex code.

Text Font Color

.myTextColor { color: #A79BAF; }

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

This text font color is #A79BAF.

Background Color

.myBgColor { background-color: #A79BAF; }

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

This div background color is #A79BAF.

Border color

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

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

This div border color is #A79BAF.

Opacity

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

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

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

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

This text has shadow with #A79BAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A79BAF.

Preview

Color preview on black background

This text has color #A79BAF on black background.


Color preview on white background

This text has color #A79BAF on white background.


Black color preview on #A79BAF background

This text has black color on #A79BAF background.


White color preview on #A79BAF background

This text has white color on #A79BAF background.


Related colors

Complementary color

Complementary color for #hex is #586450.


I love getcolorcode.com

Triadic colors

1 #AFA79B and #9BAFA7 with #A79BAF are triadic colors.

2 #AF9BA7 and #9BA7AF with #A79BAF are triadic colors.