COLOR #A67592

HEX: #A67592
RGB: (166,117,146)

Color info

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

RGB color model

#A67592 color RGB value is (166,117,146).

  • red value is 166;
  • green value is 117;
  • blue value is 146.
RGB:
(166,117,146)
(65%,46%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 117 of 255 = 46%
B 146 of 255 = 57%

166
117
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 117 + 146 = 429 (100%)
R 166 of 429 ~ 38.69%
G 117 of 429 ~ 27.27%
B 146 of 429 ~ 34.03%

%38.69
%27.27
%34.03

CMYK color model

#A67592 color CMYK value is (0,30,12,35).

  • cyan value is 0.00%
  • magenta value is 29.52%
  • yellow value is 12.05%
  • key color value is 34.90%
CMYK:
(0,30,12,35)
C0M30Y12K35 
(0%,30%,12%,35%)
(0.00/0.30/0.12/0.35)	

CMYK percentages

%0
%29.52
%12.05
%34.9

Codes

Color #A67592 in popluar color models

A67592
RGB166117146
HSL324°21.59%55.49%
HSB/HSV324°29.52%65.10%
CMYK0.00%29.52%12.05%
34.90%

Color #A67592 in popluar number systems.

HEXA67592
Decimal166117146
Binary10100110111010110010010
Octal246165222

Shades and tints

Shades of #A67592

#A67592
(166,117,146)
#976B85
(151,107,133)
#886178
(136,97,120)
#79576B
(121,87,107)
#6A4D5E
(106,77,94)
#5B4351
(91,67,81)
#4C3944
(76,57,68)
#3D2F37
(61,47,55)
#2E252A
(46,37,42)
#1F1B1D
(31,27,29)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #A67592

#A67592
(166,117,146)
#AE819B
(174,129,155)
#B68DA4
(182,141,164)
#BE99AD
(190,153,173)
#C6A5B6
(198,165,182)
#CEB1BF
(206,177,191)
#D6BDC8
(214,189,200)
#DEC9D1
(222,201,209)
#E6D5DA
(230,213,218)
#EEE1E3
(238,225,227)
#F6EDEC
(246,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67592 color. Also use rgb(166,117,146) instead hex code.

Text Font Color

.myTextColor { color: #A67592; }

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

This text font color is #A67592.


Background Color

.myBgColor { background-color: #A67592; }

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

This div background color is #A67592.


Border color

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

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

This div border color is #A67592.


Opacity

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

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

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

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

This text has shadow with #A67592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67592 on black background.


Color preview on white background

This text has color #A67592 on white background.



Black color preview on #A67592 background

This text has black color on #A67592 background.


White color preview on #A67592 background

This text has white color on #A67592 background.