COLOR #A67A8C

HEX: #A67A8C
RGB: (166,122,140)

Color info

#A67A8C contains red, green and blue colors in about the same proportion. Web safe color of #A67A8C is #996699 (or #969).

RGB color model

#A67A8C color RGB value is (166,122,140).

  • red value is 166;
  • green value is 122;
  • blue value is 140.
RGB:
(166,122,140)
(65%,48%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 140 of 255 = 55%

166
122
140

R + G + B ~ 56%. #A67A8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 140 = 428 (100%)
R 166 of 428 ~ 38.79%
G 122 of 428 ~ 28.5%
B 140 of 428 ~ 32.71%

%38.79
%28.5
%32.71

CMYK color model

#A67A8C color CMYK value is (0,27,16,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 15.66%
  • key color value is 34.90%
CMYK:
(0,27,16,35)
C0M27Y16K35 
(0%,27%,16%,35%)
(0.00/0.27/0.16/0.35)	

CMYK percentages

%0
%26.51
%15.66
%34.9

Codes

Color #A67A8C in popluar color models

A67A8C
RGB166122140
HSL335°19.82%56.47%
HSB/HSV335°26.51%65.10%
CMYK0.00%26.51%15.66%
34.90%

Color #A67A8C in popluar number systems.

HEXA67A8C
Decimal166122140
Binary10100110111101010001100
Octal246172214

Shades and tints

Shades of #A67A8C

#A67A8C
(166,122,140)
#976F80
(151,111,128)
#886474
(136,100,116)
#795968
(121,89,104)
#6A4E5C
(106,78,92)
#5B4350
(91,67,80)
#4C3844
(76,56,68)
#3D2D38
(61,45,56)
#2E222C
(46,34,44)
#1F1720
(31,23,32)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #A67A8C

#A67A8C
(166,122,140)
#AE8696
(174,134,150)
#B692A0
(182,146,160)
#BE9EAA
(190,158,170)
#C6AAB4
(198,170,180)
#CEB6BE
(206,182,190)
#D6C2C8
(214,194,200)
#DECED2
(222,206,210)
#E6DADC
(230,218,220)
#EEE6E6
(238,230,230)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67A8C color. Also use rgb(166,122,140) instead hex code.

Text Font Color

.myTextColor { color: #A67A8C; }

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

This text font color is #A67A8C.


Background Color

.myBgColor { background-color: #A67A8C; }

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

This div background color is #A67A8C.


Border color

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

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

This div border color is #A67A8C.


Opacity

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

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

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

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

This text has shadow with #A67A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A8C on black background.


Color preview on white background

This text has color #A67A8C on white background.



Black color preview on #A67A8C background

This text has black color on #A67A8C background.


White color preview on #A67A8C background

This text has white color on #A67A8C background.