COLOR #A67096

HEX: #A67096
RGB: (166,112,150)

Color info

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

RGB color model

#A67096 color RGB value is (166,112,150).

  • red value is 166;
  • green value is 112;
  • blue value is 150.
RGB:
(166,112,150)
(65%,44%,59%)

RGB channels and saturation

R 166 of 255 = 65%
G 112 of 255 = 44%
B 150 of 255 = 59%

166
112
150

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

Portions of RGB colors in percentages

R + G + B =
166 + 112 + 150 = 428 (100%)
R 166 of 428 ~ 38.79%
G 112 of 428 ~ 26.17%
B 150 of 428 ~ 35.05%

%38.79
%26.17
%35.05

CMYK color model

#A67096 color CMYK value is (0,33,10,35).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(0,33,10,35)
C0M33Y10K35 
(0%,33%,10%,35%)
(0.00/0.33/0.10/0.35)	

CMYK percentages

%0
%32.53
%9.64
%34.9

Codes

Color #A67096 in popluar color models

A67096
RGB166112150
HSL318°23.28%54.51%
HSB/HSV318°32.53%65.10%
CMYK0.00%32.53%9.64%
34.90%

Color #A67096 in popluar number systems.

HEXA67096
Decimal166112150
Binary10100110111000010010110
Octal246160226

Shades and tints

Shades of #A67096

#A67096
(166,112,150)
#976689
(151,102,137)
#885C7C
(136,92,124)
#79526F
(121,82,111)
#6A4862
(106,72,98)
#5B3E55
(91,62,85)
#4C3448
(76,52,72)
#3D2A3B
(61,42,59)
#2E202E
(46,32,46)
#1F1621
(31,22,33)
#100C14
(16,12,20)
#000000
(0,0,0)

Tints of #A67096

#A67096
(166,112,150)
#AE7D9F
(174,125,159)
#B68AA8
(182,138,168)
#BE97B1
(190,151,177)
#C6A4BA
(198,164,186)
#CEB1C3
(206,177,195)
#D6BECC
(214,190,204)
#DECBD5
(222,203,213)
#E6D8DE
(230,216,222)
#EEE5E7
(238,229,231)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67096 color. Also use rgb(166,112,150) instead hex code.

Text Font Color

.myTextColor { color: #A67096; }

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

This text font color is #A67096.


Background Color

.myBgColor { background-color: #A67096; }

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

This div background color is #A67096.


Border color

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

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

This div border color is #A67096.


Opacity

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

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

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

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

This text has shadow with #A67096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67096 on black background.


Color preview on white background

This text has color #A67096 on white background.



Black color preview on #A67096 background

This text has black color on #A67096 background.


White color preview on #A67096 background

This text has white color on #A67096 background.