COLOR #A7969B

HEX: #A7969B RGB: (167,150,155)

Color info

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

RGB color model

#A7969B color RGB value is (167,150,155).

RGB: (167,150,155) (65%, 59%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 150 of 255 = 59%
B 155 of 255 = 61%

167
150
155

R + G + B ~ 62%. #A7969B is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 150 + 155 = 472 (100%)
R 167 of 472 ~ 35.38%
G 150 of 472 ~ 31.78%
B 155 of 472 ~ 32.84'%

%35.38
%31.78
%32.84

CMYK color model

#A7969B color CMYK value is (0,10,7,35).

  • cyan value is 0.00%
  • magenta value is 10.18%
  • yellow value is 7.19%
  • key color value is 34.51%

CMYK: (0,10,7,35)
C0M10Y7K35 (0%, 10%, 7%, 35%)
(0.00 / 0.10 / 0.07 / 0.35)

CMYK percentages

%0
%10.18
%7.19
%34.51

Codes

Color #A7969B in popluar color models

A7 96 9B
RGB 167 150 155
HSL 342° 8.81% 62.16%
HSB/HSV 342° 10.18% 65.49%
CMYK 0.00% 10.18% 7.19%
34.51%

Color #A7969B in popluar number systems.

HEX A7 96 9B
Decimal 167 150 155
Binary 10100111 10010110 10011011
Octal 247 226 233

Shades and tints

Shades of #A7969B

#A7969B
(167,150,155)
#98898D
(152,137,141)
#897C7F
(137,124,127)
#7A6F71
(122,111,113)
#6B6263
(107,98,99)
#5C5555
(92,85,85)
#4D4847
(77,72,71)
#3E3B39
(62,59,57)
#2F2E2B
(47,46,43)
#20211D
(32,33,29)
#11140F
(17,20,15)
#000000
(0,0,0)

Tints of #A7969B

#A7969B
(167,150,155)
#AF9FA4
(175,159,164)
#B7A8AD
(183,168,173)
#BFB1B6
(191,177,182)
#C7BABF
(199,186,191)
#CFC3C8
(207,195,200)
#D7CCD1
(215,204,209)
#DFD5DA
(223,213,218)
#E7DEE3
(231,222,227)
#EFE7EC
(239,231,236)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7969B; }

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

This text font color is #A7969B.

Background Color

.myBgColor { background-color: #A7969B; }

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

This div background color is #A7969B.

Border color

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

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

This div border color is #A7969B.

Opacity

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

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

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

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

This text has shadow with #A7969B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7969B.

Preview

Color preview on black background

This text has color #A7969B on black background.


Color preview on white background

This text has color #A7969B on white background.


Black color preview on #A7969B background

This text has black color on #A7969B background.


White color preview on #A7969B background

This text has white color on #A7969B background.


Related colors

Complementary color

Complementary color for #hex is #586964.


I love getcolorcode.com

Triadic colors

1 #9BA796 and #969BA7 with #A7969B are triadic colors.

2 #9B96A7 and #96A79B with #A7969B are triadic colors.