COLOR #A3907E

HEX: #A3907E RGB: (163,144,126)

Color info

#A3907E contains red, green and blue colors in about the same proportion. Web safe color of #A3907E is #999966 (or #996).

RGB color model

#A3907E color RGB value is (163,144,126).

RGB: (163,144,126) (64%, 56%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 126 of 255 = 49%

163
144
126

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

Portions of RGB colors in percentages

R + G + B = 163 + 144 + 126 = 433 (100%)
R 163 of 433 ~ 37.64%
G 144 of 433 ~ 33.26%
B 126 of 433 ~ 29.1'%

%37.64
%33.26
%29.1

CMYK color model

#A3907E color CMYK value is (0,12,23,36).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (0,12,23,36)
C0M12Y23K36 (0%, 12%, 23%, 36%)
(0.00 / 0.12 / 0.23 / 0.36)

CMYK percentages

%0
%11.66
%22.7
%36.08

Codes

Color #A3907E in popluar color models

A3 90 7E
RGB 163 144 126
HSL 29° 16.74% 56.67%
HSB/HSV 29° 22.70% 63.92%
CMYK 0.00% 11.66% 22.70%
36.08%

Color #A3907E in popluar number systems.

HEX A3 90 7E
Decimal 163 144 126
Binary 10100011 10010000 1111110
Octal 243 220 176

Shades and tints

Shades of #A3907E

#A3907E
(163,144,126)
#958373
(149,131,115)
#877668
(135,118,104)
#79695D
(121,105,93)
#6B5C52
(107,92,82)
#5D4F47
(93,79,71)
#4F423C
(79,66,60)
#413531
(65,53,49)
#332826
(51,40,38)
#251B1B
(37,27,27)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #A3907E

#A3907E
(163,144,126)
#AB9A89
(171,154,137)
#B3A494
(179,164,148)
#BBAE9F
(187,174,159)
#C3B8AA
(195,184,170)
#CBC2B5
(203,194,181)
#D3CCC0
(211,204,192)
#DBD6CB
(219,214,203)
#E3E0D6
(227,224,214)
#EBEAE1
(235,234,225)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3907E color. Also use rgb(163,144,126) instead hex code.

Text Font Color

.myTextColor { color: #A3907E; }

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

This text font color is #A3907E.

Background Color

.myBgColor { background-color: #A3907E; }

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

This div background color is #A3907E.

Border color

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

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

This div border color is #A3907E.

Opacity

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

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

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

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

This text has shadow with #A3907E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3907E.

Preview

Color preview on black background

This text has color #A3907E on black background.


Color preview on white background

This text has color #A3907E on white background.


Black color preview on #A3907E background

This text has black color on #A3907E background.


White color preview on #A3907E background

This text has white color on #A3907E background.


Related colors

Complementary color

Complementary color for #hex is #5C6F81.


I love getcolorcode.com

Triadic colors

1 #7EA390 and #907EA3 with #A3907E are triadic colors.

2 #7E90A3 and #90A37E with #A3907E are triadic colors.