COLOR #A67A85

HEX: #A67A85
RGB: (166,122,133)

Color info

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

RGB color model

#A67A85 color RGB value is (166,122,133).

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

RGB channels and saturation

R 166 of 255 = 65%
G 122 of 255 = 48%
B 133 of 255 = 52%

166
122
133

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

Portions of RGB colors in percentages

R + G + B =
166 + 122 + 133 = 421 (100%)
R 166 of 421 ~ 39.43%
G 122 of 421 ~ 28.98%
B 133 of 421 ~ 31.59%

%39.43
%28.98
%31.59

CMYK color model

#A67A85 color CMYK value is (0,27,20,35).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 19.88%
  • key color value is 34.90%
CMYK:
(0,27,20,35)
C0M27Y20K35 
(0%,27%,20%,35%)
(0.00/0.27/0.20/0.35)	

CMYK percentages

%0
%26.51
%19.88
%34.9

Codes

Color #A67A85 in popluar color models

A67A85
RGB166122133
HSL345°19.82%56.47%
HSB/HSV345°26.51%65.10%
CMYK0.00%26.51%19.88%
34.90%

Color #A67A85 in popluar number systems.

HEXA67A85
Decimal166122133
Binary10100110111101010000101
Octal246172205

Shades and tints

Shades of #A67A85

#A67A85
(166,122,133)
#976F79
(151,111,121)
#88646D
(136,100,109)
#795961
(121,89,97)
#6A4E55
(106,78,85)
#5B4349
(91,67,73)
#4C383D
(76,56,61)
#3D2D31
(61,45,49)
#2E2225
(46,34,37)
#1F1719
(31,23,25)
#100C0D
(16,12,13)
#000000
(0,0,0)

Tints of #A67A85

#A67A85
(166,122,133)
#AE8690
(174,134,144)
#B6929B
(182,146,155)
#BE9EA6
(190,158,166)
#C6AAB1
(198,170,177)
#CEB6BC
(206,182,188)
#D6C2C7
(214,194,199)
#DECED2
(222,206,210)
#E6DADD
(230,218,221)
#EEE6E8
(238,230,232)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A67A85; }

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

This text font color is #A67A85.


Background Color

.myBgColor { background-color: #A67A85; }

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

This div background color is #A67A85.


Border color

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

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

This div border color is #A67A85.


Opacity

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

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

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

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

This text has shadow with #A67A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67A85 on black background.


Color preview on white background

This text has color #A67A85 on white background.



Black color preview on #A67A85 background

This text has black color on #A67A85 background.


White color preview on #A67A85 background

This text has white color on #A67A85 background.