COLOR #A95672

HEX: #A95672 RGB: (169,86,114)

Color info

#A95672 contains mainly red and blue colors. Web safe color of #A95672 is #996666 (or #966).

RGB color model

#A95672 color RGB value is (169,86,114).

RGB: (169,86,114) (66%, 34%, 45%)

RGB channels and saturation

R 169 of 255 = 66%
G 86 of 255 = 34%
B 114 of 255 = 45%

169
86
114

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

Portions of RGB colors in percentages

R + G + B = 169 + 86 + 114 = 369 (100%)
R 169 of 369 ~ 45.8%
G 86 of 369 ~ 23.31%
B 114 of 369 ~ 30.89'%

%45.8
%23.31
%30.89

CMYK color model

#A95672 color CMYK value is (0,49,33,34).

  • cyan value is 0.00%
  • magenta value is 49.11%
  • yellow value is 32.54%
  • key color value is 33.73%

CMYK: (0,49,33,34)
C0M49Y33K34 (0%, 49%, 33%, 34%)
(0.00 / 0.49 / 0.33 / 0.34)

CMYK percentages

%0
%49.11
%32.54
%33.73

Codes

Color #A95672 in popluar color models

A9 56 72
RGB 169 86 114
HSL 340° 32.55% 50.00%
HSB/HSV 340° 49.11% 66.27%
CMYK 0.00% 49.11% 32.54%
33.73%

Color #A95672 in popluar number systems.

HEX A9 56 72
Decimal 169 86 114
Binary 10101001 1010110 1110010
Octal 251 126 162

Shades and tints

Shades of #A95672

#A95672
(169,86,114)
#9A4F68
(154,79,104)
#8B485E
(139,72,94)
#7C4154
(124,65,84)
#6D3A4A
(109,58,74)
#5E3340
(94,51,64)
#4F2C36
(79,44,54)
#40252C
(64,37,44)
#311E22
(49,30,34)
#221718
(34,23,24)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #A95672

#A95672
(169,86,114)
#B0657E
(176,101,126)
#B7748A
(183,116,138)
#BE8396
(190,131,150)
#C592A2
(197,146,162)
#CCA1AE
(204,161,174)
#D3B0BA
(211,176,186)
#DABFC6
(218,191,198)
#E1CED2
(225,206,210)
#E8DDDE
(232,221,222)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95672 color. Also use rgb(169,86,114) instead hex code.

Text Font Color

.myTextColor { color: #A95672; }

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

This text font color is #A95672.

Background Color

.myBgColor { background-color: #A95672; }

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

This div background color is #A95672.

Border color

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

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

This div border color is #A95672.

Opacity

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

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

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

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

This text has shadow with #A95672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95672.

Preview

Color preview on black background

This text has color #A95672 on black background.


Color preview on white background

This text has color #A95672 on white background.


Black color preview on #A95672 background

This text has black color on #A95672 background.


White color preview on #A95672 background

This text has white color on #A95672 background.


Related colors

Complementary color

Complementary color for #hex is #56A98D.


I love getcolorcode.com

Triadic colors

1 #72A956 and #5672A9 with #A95672 are triadic colors.

2 #7256A9 and #56A972 with #A95672 are triadic colors.