COLOR #A67794

HEX: #A67794
RGB: (166,119,148)

Color info

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

RGB color model

#A67794 color RGB value is (166,119,148).

  • red value is 166;
  • green value is 119;
  • blue value is 148.
RGB:
(166,119,148)
(65%,47%,58%)

RGB channels and saturation

R 166 of 255 = 65%
G 119 of 255 = 47%
B 148 of 255 = 58%

166
119
148

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

Portions of RGB colors in percentages

R + G + B =
166 + 119 + 148 = 433 (100%)
R 166 of 433 ~ 38.34%
G 119 of 433 ~ 27.48%
B 148 of 433 ~ 34.18%

%38.34
%27.48
%34.18

CMYK color model

#A67794 color CMYK value is (0,28,11,35).

  • cyan value is 0.00%
  • magenta value is 28.31%
  • yellow value is 10.84%
  • key color value is 34.90%
CMYK:
(0,28,11,35)
C0M28Y11K35 
(0%,28%,11%,35%)
(0.00/0.28/0.11/0.35)	

CMYK percentages

%0
%28.31
%10.84
%34.9

Codes

Color #A67794 in popluar color models

A67794
RGB166119148
HSL323°20.89%55.88%
HSB/HSV323°28.31%65.10%
CMYK0.00%28.31%10.84%
34.90%

Color #A67794 in popluar number systems.

HEXA67794
Decimal166119148
Binary10100110111011110010100
Octal246167224

Shades and tints

Shades of #A67794

#A67794
(166,119,148)
#976D87
(151,109,135)
#88637A
(136,99,122)
#79596D
(121,89,109)
#6A4F60
(106,79,96)
#5B4553
(91,69,83)
#4C3B46
(76,59,70)
#3D3139
(61,49,57)
#2E272C
(46,39,44)
#1F1D1F
(31,29,31)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #A67794

#A67794
(166,119,148)
#AE839D
(174,131,157)
#B68FA6
(182,143,166)
#BE9BAF
(190,155,175)
#C6A7B8
(198,167,184)
#CEB3C1
(206,179,193)
#D6BFCA
(214,191,202)
#DECBD3
(222,203,211)
#E6D7DC
(230,215,220)
#EEE3E5
(238,227,229)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67794 color. Also use rgb(166,119,148) instead hex code.

Text Font Color

.myTextColor { color: #A67794; }

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

This text font color is #A67794.


Background Color

.myBgColor { background-color: #A67794; }

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

This div background color is #A67794.


Border color

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

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

This div border color is #A67794.


Opacity

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

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

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

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

This text has shadow with #A67794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67794 on black background.


Color preview on white background

This text has color #A67794 on white background.



Black color preview on #A67794 background

This text has black color on #A67794 background.


White color preview on #A67794 background

This text has white color on #A67794 background.