COLOR #A67189

HEX: #A67189
RGB: (166,113,137)

Color info

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

RGB color model

#A67189 color RGB value is (166,113,137).

  • red value is 166;
  • green value is 113;
  • blue value is 137.
RGB:
(166,113,137)
(65%,44%,54%)

RGB channels and saturation

R 166 of 255 = 65%
G 113 of 255 = 44%
B 137 of 255 = 54%

166
113
137

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

Portions of RGB colors in percentages

R + G + B =
166 + 113 + 137 = 416 (100%)
R 166 of 416 ~ 39.9%
G 113 of 416 ~ 27.16%
B 137 of 416 ~ 32.93%

%39.9
%27.16
%32.93

CMYK color model

#A67189 color CMYK value is (0,32,17,35).

  • cyan value is 0.00%
  • magenta value is 31.93%
  • yellow value is 17.47%
  • key color value is 34.90%
CMYK:
(0,32,17,35)
C0M32Y17K35 
(0%,32%,17%,35%)
(0.00/0.32/0.17/0.35)	

CMYK percentages

%0
%31.93
%17.47
%34.9

Codes

Color #A67189 in popluar color models

A67189
RGB166113137
HSL333°22.94%54.71%
HSB/HSV333°31.93%65.10%
CMYK0.00%31.93%17.47%
34.90%

Color #A67189 in popluar number systems.

HEXA67189
Decimal166113137
Binary10100110111000110001001
Octal246161211

Shades and tints

Shades of #A67189

#A67189
(166,113,137)
#97677D
(151,103,125)
#885D71
(136,93,113)
#795365
(121,83,101)
#6A4959
(106,73,89)
#5B3F4D
(91,63,77)
#4C3541
(76,53,65)
#3D2B35
(61,43,53)
#2E2129
(46,33,41)
#1F171D
(31,23,29)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #A67189

#A67189
(166,113,137)
#AE7D93
(174,125,147)
#B6899D
(182,137,157)
#BE95A7
(190,149,167)
#C6A1B1
(198,161,177)
#CEADBB
(206,173,187)
#D6B9C5
(214,185,197)
#DEC5CF
(222,197,207)
#E6D1D9
(230,209,217)
#EEDDE3
(238,221,227)
#F6E9ED
(246,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A67189 color. Also use rgb(166,113,137) instead hex code.

Text Font Color

.myTextColor { color: #A67189; }

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

This text font color is #A67189.


Background Color

.myBgColor { background-color: #A67189; }

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

This div background color is #A67189.


Border color

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

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

This div border color is #A67189.


Opacity

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

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

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

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

This text has shadow with #A67189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A67189 on black background.


Color preview on white background

This text has color #A67189 on white background.



Black color preview on #A67189 background

This text has black color on #A67189 background.


White color preview on #A67189 background

This text has white color on #A67189 background.