COLOR #A67F91

HEX: #A67F91 RGB: (166,127,145)

Color info

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

RGB color model

#A67F91 color RGB value is (166,127,145).

RGB: (166,127,145) (65%, 50%, 57%)

RGB channels and saturation

R 166 of 255 = 65%
G 127 of 255 = 50%
B 145 of 255 = 57%

166
127
145

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

Portions of RGB colors in percentages

R + G + B = 166 + 127 + 145 = 438 (100%)
R 166 of 438 ~ 37.9%
G 127 of 438 ~ 29%
B 145 of 438 ~ 33.11'%

%37.9
%29
%33.11

CMYK color model

#A67F91 color CMYK value is (0,23,13,35).

  • cyan value is 0.00%
  • magenta value is 23.49%
  • yellow value is 12.65%
  • key color value is 34.90%

CMYK: (0,23,13,35)
C0M23Y13K35 (0%, 23%, 13%, 35%)
(0.00 / 0.23 / 0.13 / 0.35)

CMYK percentages

%0
%23.49
%12.65
%34.9

Codes

Color #A67F91 in popluar color models

A6 7F 91
RGB 166 127 145
HSL 332° 17.97% 57.45%
HSB/HSV 332° 23.49% 65.10%
CMYK 0.00% 23.49% 12.65%
34.90%

Color #A67F91 in popluar number systems.

HEX A6 7F 91
Decimal 166 127 145
Binary 10100110 1111111 10010001
Octal 246 177 221

Shades and tints

Shades of #A67F91

#A67F91
(166,127,145)
#977484
(151,116,132)
#886977
(136,105,119)
#795E6A
(121,94,106)
#6A535D
(106,83,93)
#5B4850
(91,72,80)
#4C3D43
(76,61,67)
#3D3236
(61,50,54)
#2E2729
(46,39,41)
#1F1C1C
(31,28,28)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #A67F91

#A67F91
(166,127,145)
#AE8A9B
(174,138,155)
#B695A5
(182,149,165)
#BEA0AF
(190,160,175)
#C6ABB9
(198,171,185)
#CEB6C3
(206,182,195)
#D6C1CD
(214,193,205)
#DECCD7
(222,204,215)
#E6D7E1
(230,215,225)
#EEE2EB
(238,226,235)
#F6EDF5
(246,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67F91 color. Also use rgb(166,127,145) instead hex code.

Text Font Color

.myTextColor { color: #A67F91; }

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

This text font color is #A67F91.

Background Color

.myBgColor { background-color: #A67F91; }

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

This div background color is #A67F91.

Border color

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

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

This div border color is #A67F91.

Opacity

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

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

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

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

This text has shadow with #A67F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A67F91.

Preview

Color preview on black background

This text has color #A67F91 on black background.


Color preview on white background

This text has color #A67F91 on white background.


Black color preview on #A67F91 background

This text has black color on #A67F91 background.


White color preview on #A67F91 background

This text has white color on #A67F91 background.


Related colors

Complementary color

Complementary color for #hex is #59806E.


I love getcolorcode.com

Triadic colors

1 #91A67F and #7F91A6 with #A67F91 are triadic colors.

2 #917FA6 and #7FA691 with #A67F91 are triadic colors.