COLOR #A3889C

HEX: #A3889C RGB: (163,136,156)

Color info

#A3889C contains red, green and blue colors in about the same proportion. Web safe color of #A3889C is #999999 (or #999).

RGB color model

#A3889C color RGB value is (163,136,156).

RGB: (163,136,156) (64%, 53%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 156 of 255 = 61%

163
136
156

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

Portions of RGB colors in percentages

R + G + B = 163 + 136 + 156 = 455 (100%)
R 163 of 455 ~ 35.82%
G 136 of 455 ~ 29.89%
B 156 of 455 ~ 34.29'%

%35.82
%29.89
%34.29

CMYK color model

#A3889C color CMYK value is (0,17,4,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 4.29%
  • key color value is 36.08%

CMYK: (0,17,4,36)
C0M17Y4K36 (0%, 17%, 4%, 36%)
(0.00 / 0.17 / 0.04 / 0.36)

CMYK percentages

%0
%16.56
%4.29
%36.08

Codes

Color #A3889C in popluar color models

A3 88 9C
RGB 163 136 156
HSL 316° 12.80% 58.63%
HSB/HSV 316° 16.56% 63.92%
CMYK 0.00% 16.56% 4.29%
36.08%

Color #A3889C in popluar number systems.

HEX A3 88 9C
Decimal 163 136 156
Binary 10100011 10001000 10011100
Octal 243 210 234

Shades and tints

Shades of #A3889C

#A3889C
(163,136,156)
#957C8E
(149,124,142)
#877080
(135,112,128)
#796472
(121,100,114)
#6B5864
(107,88,100)
#5D4C56
(93,76,86)
#4F4048
(79,64,72)
#41343A
(65,52,58)
#33282C
(51,40,44)
#251C1E
(37,28,30)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #A3889C

#A3889C
(163,136,156)
#AB92A5
(171,146,165)
#B39CAE
(179,156,174)
#BBA6B7
(187,166,183)
#C3B0C0
(195,176,192)
#CBBAC9
(203,186,201)
#D3C4D2
(211,196,210)
#DBCEDB
(219,206,219)
#E3D8E4
(227,216,228)
#EBE2ED
(235,226,237)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3889C color. Also use rgb(163,136,156) instead hex code.

Text Font Color

.myTextColor { color: #A3889C; }

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

This text font color is #A3889C.

Background Color

.myBgColor { background-color: #A3889C; }

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

This div background color is #A3889C.

Border color

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

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

This div border color is #A3889C.

Opacity

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

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

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

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

This text has shadow with #A3889C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3889C.

Preview

Color preview on black background

This text has color #A3889C on black background.


Color preview on white background

This text has color #A3889C on white background.


Black color preview on #A3889C background

This text has black color on #A3889C background.


White color preview on #A3889C background

This text has white color on #A3889C background.


Related colors

Complementary color

Complementary color for #hex is #5C7763.


I love getcolorcode.com

Triadic colors

1 #9CA388 and #889CA3 with #A3889C are triadic colors.

2 #9C88A3 and #88A39C with #A3889C are triadic colors.