COLOR #A67497

HEX: #A67497
RGB: (166,116,151)

Color info

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

RGB color model

#A67497 color RGB value is (166,116,151).

  • red value is 166;
  • green value is 116;
  • blue value is 151.
RGB:
(166,116,151)
(65%,45%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 116 of 255 = 45%
B 151 of 255 = 59%

166
116
151

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

Portions of RGB colors in percentages

R + G + B =
166 + 116 + 151 = 433 (100%)
R 166 of 433 ~ 38.34%
G 116 of 433 ~ 26.79%
B 151 of 433 ~ 34.87%

%38.34
%26.79
%34.87

CMYK color model

#A67497 color CMYK value is (0,30,9,35).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 9.04%
  • key color value is 34.90%
CMYK:
(0,30,9,35)
C0M30Y9K35 
(0%,30%,9%,35%)
(0.00/0.30/0.09/0.35)	

CMYK percentages

%0
%30.12
%9.04
%34.9

Codes

Color #A67497 in popluar color models

A67497
RGB166116151
HSL318°21.93%55.29%
HSB/HSV318°30.12%65.10%
CMYK0.00%30.12%9.04%
34.90%

Color #A67497 in popluar number systems.

HEXA67497
Decimal166116151
Binary10100110111010010010111
Octal246164227

Shades and tints

Shades of #A67497

#A67497
(166,116,151)
#976A8A
(151,106,138)
#88607D
(136,96,125)
#795670
(121,86,112)
#6A4C63
(106,76,99)
#5B4256
(91,66,86)
#4C3849
(76,56,73)
#3D2E3C
(61,46,60)
#2E242F
(46,36,47)
#1F1A22
(31,26,34)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #A67497

#A67497
(166,116,151)
#AE80A0
(174,128,160)
#B68CA9
(182,140,169)
#BE98B2
(190,152,178)
#C6A4BB
(198,164,187)
#CEB0C4
(206,176,196)
#D6BCCD
(214,188,205)
#DEC8D6
(222,200,214)
#E6D4DF
(230,212,223)
#EEE0E8
(238,224,232)
#F6ECF1
(246,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67497 color. Also use rgb(166,116,151) instead hex code.

Text Font Color

.myTextColor { color: #A67497; }

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

This text font color is #A67497.


Background Color

.myBgColor { background-color: #A67497; }

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

This div background color is #A67497.


Border color

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

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

This div border color is #A67497.


Opacity

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

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

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

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

This text has shadow with #A67497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67497 on black background.


Color preview on white background

This text has color #A67497 on white background.



Black color preview on #A67497 background

This text has black color on #A67497 background.


White color preview on #A67497 background

This text has white color on #A67497 background.