COLOR #A38095

HEX: #A38095
RGB: (163,128,149)

Color info

#A38095 contains red, green and blue colors in about the same proportion. Web safe color of #A38095 is #996699 (or #969).

RGB color model

#A38095 color RGB value is (163,128,149).

  • red value is 163;
  • green value is 128;
  • blue value is 149.
RGB:
(163,128,149)
(64%,50%,58%)

RGB channels and saturation

R 163 of 255 = 64%
G 128 of 255 = 50%
B 149 of 255 = 58%

163
128
149

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

Portions of RGB colors in percentages

R + G + B =
163 + 128 + 149 = 440 (100%)
R 163 of 440 ~ 37.05%
G 128 of 440 ~ 29.09%
B 149 of 440 ~ 33.86%

%37.05
%29.09
%33.86

CMYK color model

#A38095 color CMYK value is (0,21,9,36).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(0,21,9,36)
C0M21Y9K36 
(0%,21%,9%,36%)
(0.00/0.21/0.09/0.36)	

CMYK percentages

%0
%21.47
%8.59
%36.08

Codes

Color #A38095 in popluar color models

A38095
RGB163128149
HSL324°15.98%57.06%
HSB/HSV324°21.47%63.92%
CMYK0.00%21.47%8.59%
36.08%

Color #A38095 in popluar number systems.

HEXA38095
Decimal163128149
Binary101000111000000010010101
Octal243200225

Shades and tints

Shades of #A38095

#A38095
(163,128,149)
#957588
(149,117,136)
#876A7B
(135,106,123)
#795F6E
(121,95,110)
#6B5461
(107,84,97)
#5D4954
(93,73,84)
#4F3E47
(79,62,71)
#41333A
(65,51,58)
#33282D
(51,40,45)
#251D20
(37,29,32)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #A38095

#A38095
(163,128,149)
#AB8B9E
(171,139,158)
#B396A7
(179,150,167)
#BBA1B0
(187,161,176)
#C3ACB9
(195,172,185)
#CBB7C2
(203,183,194)
#D3C2CB
(211,194,203)
#DBCDD4
(219,205,212)
#E3D8DD
(227,216,221)
#EBE3E6
(235,227,230)
#F3EEEF
(243,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38095 color. Also use rgb(163,128,149) instead hex code.

Text Font Color

.myTextColor { color: #A38095; }

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

This text font color is #A38095.


Background Color

.myBgColor { background-color: #A38095; }

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

This div background color is #A38095.


Border color

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

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

This div border color is #A38095.


Opacity

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

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

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

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

This text has shadow with #A38095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38095 on black background.


Color preview on white background

This text has color #A38095 on white background.



Black color preview on #A38095 background

This text has black color on #A38095 background.


White color preview on #A38095 background

This text has white color on #A38095 background.