COLOR #A3928C

HEX: #A3928C RGB: (163,146,140)

Color info

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

RGB color model

#A3928C color RGB value is (163,146,140).

RGB: (163,146,140) (64%, 57%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 146 of 255 = 57%
B 140 of 255 = 55%

163
146
140

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

Portions of RGB colors in percentages

R + G + B = 163 + 146 + 140 = 449 (100%)
R 163 of 449 ~ 36.3%
G 146 of 449 ~ 32.52%
B 140 of 449 ~ 31.18'%

%36.3
%32.52
%31.18

CMYK color model

#A3928C color CMYK value is (0,10,14,36).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (0,10,14,36)
C0M10Y14K36 (0%, 10%, 14%, 36%)
(0.00 / 0.10 / 0.14 / 0.36)

CMYK percentages

%0
%10.43
%14.11
%36.08

Codes

Color #A3928C in popluar color models

A3 92 8C
RGB 163 146 140
HSL 16° 11.11% 59.41%
HSB/HSV 16° 14.11% 63.92%
CMYK 0.00% 10.43% 14.11%
36.08%

Color #A3928C in popluar number systems.

HEX A3 92 8C
Decimal 163 146 140
Binary 10100011 10010010 10001100
Octal 243 222 214

Shades and tints

Shades of #A3928C

#A3928C
(163,146,140)
#958580
(149,133,128)
#877874
(135,120,116)
#796B68
(121,107,104)
#6B5E5C
(107,94,92)
#5D5150
(93,81,80)
#4F4444
(79,68,68)
#413738
(65,55,56)
#332A2C
(51,42,44)
#251D20
(37,29,32)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #A3928C

#A3928C
(163,146,140)
#AB9B96
(171,155,150)
#B3A4A0
(179,164,160)
#BBADAA
(187,173,170)
#C3B6B4
(195,182,180)
#CBBFBE
(203,191,190)
#D3C8C8
(211,200,200)
#DBD1D2
(219,209,210)
#E3DADC
(227,218,220)
#EBE3E6
(235,227,230)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3928C color. Also use rgb(163,146,140) instead hex code.

Text Font Color

.myTextColor { color: #A3928C; }

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

This text font color is #A3928C.

Background Color

.myBgColor { background-color: #A3928C; }

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

This div background color is #A3928C.

Border color

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

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

This div border color is #A3928C.

Opacity

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

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

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

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

This text has shadow with #A3928C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3928C.

Preview

Color preview on black background

This text has color #A3928C on black background.


Color preview on white background

This text has color #A3928C on white background.


Black color preview on #A3928C background

This text has black color on #A3928C background.


White color preview on #A3928C background

This text has white color on #A3928C background.


Related colors

Complementary color

Complementary color for #hex is #5C6D73.


I love getcolorcode.com

Triadic colors

1 #8CA392 and #928CA3 with #A3928C are triadic colors.

2 #8C92A3 and #92A38C with #A3928C are triadic colors.