COLOR #A38192

HEX: #A38192
RGB: (163,129,146)

Color info

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

RGB color model

#A38192 color RGB value is (163,129,146).

  • red value is 163;
  • green value is 129;
  • blue value is 146.
RGB:
(163,129,146)
(64%,51%,57%)

RGB channels and saturation

R 163 of 255 = 64%
G 129 of 255 = 51%
B 146 of 255 = 57%

163
129
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 129 + 146 = 438 (100%)
R 163 of 438 ~ 37.21%
G 129 of 438 ~ 29.45%
B 146 of 438 ~ 33.33%

%37.21
%29.45
%33.33

CMYK color model

#A38192 color CMYK value is (0,21,10,36).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(0,21,10,36)
C0M21Y10K36 
(0%,21%,10%,36%)
(0.00/0.21/0.10/0.36)	

CMYK percentages

%0
%20.86
%10.43
%36.08

Codes

Color #A38192 in popluar color models

A38192
RGB163129146
HSL330°15.60%57.25%
HSB/HSV330°20.86%63.92%
CMYK0.00%20.86%10.43%
36.08%

Color #A38192 in popluar number systems.

HEXA38192
Decimal163129146
Binary101000111000000110010010
Octal243201222

Shades and tints

Shades of #A38192

#A38192
(163,129,146)
#957685
(149,118,133)
#876B78
(135,107,120)
#79606B
(121,96,107)
#6B555E
(107,85,94)
#5D4A51
(93,74,81)
#4F3F44
(79,63,68)
#413437
(65,52,55)
#33292A
(51,41,42)
#251E1D
(37,30,29)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A38192

#A38192
(163,129,146)
#AB8C9B
(171,140,155)
#B397A4
(179,151,164)
#BBA2AD
(187,162,173)
#C3ADB6
(195,173,182)
#CBB8BF
(203,184,191)
#D3C3C8
(211,195,200)
#DBCED1
(219,206,209)
#E3D9DA
(227,217,218)
#EBE4E3
(235,228,227)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38192; }

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

This text font color is #A38192.


Background Color

.myBgColor { background-color: #A38192; }

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

This div background color is #A38192.


Border color

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

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

This div border color is #A38192.


Opacity

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

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

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

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

This text has shadow with #A38192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38192 on black background.


Color preview on white background

This text has color #A38192 on white background.



Black color preview on #A38192 background

This text has black color on #A38192 background.


White color preview on #A38192 background

This text has white color on #A38192 background.