COLOR #A38A92

HEX: #A38A92
RGB: (163,138,146)

Color info

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

RGB color model

#A38A92 color RGB value is (163,138,146).

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

RGB channels and saturation

R 163 of 255 = 64%
G 138 of 255 = 54%
B 146 of 255 = 57%

163
138
146

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

Portions of RGB colors in percentages

R + G + B =
163 + 138 + 146 = 447 (100%)
R 163 of 447 ~ 36.47%
G 138 of 447 ~ 30.87%
B 146 of 447 ~ 32.66%

%36.47
%30.87
%32.66

CMYK color model

#A38A92 color CMYK value is (0,15,10,36).

  • cyan value is 0.00%
  • magenta value is 15.34%
  • yellow value is 10.43%
  • key color value is 36.08%
CMYK:
(0,15,10,36)
C0M15Y10K36 
(0%,15%,10%,36%)
(0.00/0.15/0.10/0.36)	

CMYK percentages

%0
%15.34
%10.43
%36.08

Codes

Color #A38A92 in popluar color models

A38A92
RGB163138146
HSL341°11.96%59.02%
HSB/HSV341°15.34%63.92%
CMYK0.00%15.34%10.43%
36.08%

Color #A38A92 in popluar number systems.

HEXA38A92
Decimal163138146
Binary101000111000101010010010
Octal243212222

Shades and tints

Shades of #A38A92

#A38A92
(163,138,146)
#957E85
(149,126,133)
#877278
(135,114,120)
#79666B
(121,102,107)
#6B5A5E
(107,90,94)
#5D4E51
(93,78,81)
#4F4244
(79,66,68)
#413637
(65,54,55)
#332A2A
(51,42,42)
#251E1D
(37,30,29)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #A38A92

#A38A92
(163,138,146)
#AB949B
(171,148,155)
#B39EA4
(179,158,164)
#BBA8AD
(187,168,173)
#C3B2B6
(195,178,182)
#CBBCBF
(203,188,191)
#D3C6C8
(211,198,200)
#DBD0D1
(219,208,209)
#E3DADA
(227,218,218)
#EBE4E3
(235,228,227)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38A92; }

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

This text font color is #A38A92.


Background Color

.myBgColor { background-color: #A38A92; }

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

This div background color is #A38A92.


Border color

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

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

This div border color is #A38A92.


Opacity

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

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

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

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

This text has shadow with #A38A92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38A92 on black background.


Color preview on white background

This text has color #A38A92 on white background.



Black color preview on #A38A92 background

This text has black color on #A38A92 background.


White color preview on #A38A92 background

This text has white color on #A38A92 background.