COLOR #A38F98

HEX: #A38F98
RGB: (163,143,152)

Color info

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

RGB color model

#A38F98 color RGB value is (163,143,152).

  • red value is 163;
  • green value is 143;
  • blue value is 152.
RGB:
(163,143,152)
(64%,56%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 143 of 255 = 56%
B 152 of 255 = 60%

163
143
152

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 152 = 458 (100%)
R 163 of 458 ~ 35.59%
G 143 of 458 ~ 31.22%
B 152 of 458 ~ 33.19%

%35.59
%31.22
%33.19

CMYK color model

#A38F98 color CMYK value is (0,12,7,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(0,12,7,36)
C0M12Y7K36 
(0%,12%,7%,36%)
(0.00/0.12/0.07/0.36)	

CMYK percentages

%0
%12.27
%6.75
%36.08

Codes

Color #A38F98 in popluar color models

A38F98
RGB163143152
HSL333°9.80%60.00%
HSB/HSV333°12.27%63.92%
CMYK0.00%12.27%6.75%
36.08%

Color #A38F98 in popluar number systems.

HEXA38F98
Decimal163143152
Binary101000111000111110011000
Octal243217230

Shades and tints

Shades of #A38F98

#A38F98
(163,143,152)
#95828B
(149,130,139)
#87757E
(135,117,126)
#796871
(121,104,113)
#6B5B64
(107,91,100)
#5D4E57
(93,78,87)
#4F414A
(79,65,74)
#41343D
(65,52,61)
#332730
(51,39,48)
#251A23
(37,26,35)
#170D16
(23,13,22)
#000000
(0,0,0)

Tints of #A38F98

#A38F98
(163,143,152)
#AB99A1
(171,153,161)
#B3A3AA
(179,163,170)
#BBADB3
(187,173,179)
#C3B7BC
(195,183,188)
#CBC1C5
(203,193,197)
#D3CBCE
(211,203,206)
#DBD5D7
(219,213,215)
#E3DFE0
(227,223,224)
#EBE9E9
(235,233,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38F98 color. Also use rgb(163,143,152) instead hex code.

Text Font Color

.myTextColor { color: #A38F98; }

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

This text font color is #A38F98.


Background Color

.myBgColor { background-color: #A38F98; }

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

This div background color is #A38F98.


Border color

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

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

This div border color is #A38F98.


Opacity

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

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

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

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

This text has shadow with #A38F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F98 on black background.


Color preview on white background

This text has color #A38F98 on white background.



Black color preview on #A38F98 background

This text has black color on #A38F98 background.


White color preview on #A38F98 background

This text has white color on #A38F98 background.