COLOR #A38F99

HEX: #A38F99
RGB: (163,143,153)

Color info

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

RGB color model

#A38F99 color RGB value is (163,143,153).

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

RGB channels and saturation

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

163
143
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 143 + 153 = 459 (100%)
R 163 of 459 ~ 35.51%
G 143 of 459 ~ 31.15%
B 153 of 459 ~ 33.33%

%35.51
%31.15
%33.33

CMYK color model

#A38F99 color CMYK value is (0,12,6,36).

  • cyan value is 0.00%
  • magenta value is 12.27%
  • yellow value is 6.13%
  • key color value is 36.08%
CMYK:
(0,12,6,36)
C0M12Y6K36 
(0%,12%,6%,36%)
(0.00/0.12/0.06/0.36)	

CMYK percentages

%0
%12.27
%6.13
%36.08

Codes

Color #A38F99 in popluar color models

A38F99
RGB163143153
HSL330°9.80%60.00%
HSB/HSV330°12.27%63.92%
CMYK0.00%12.27%6.13%
36.08%

Color #A38F99 in popluar number systems.

HEXA38F99
Decimal163143153
Binary101000111000111110011001
Octal243217231

Shades and tints

Shades of #A38F99

#A38F99
(163,143,153)
#95828C
(149,130,140)
#87757F
(135,117,127)
#796872
(121,104,114)
#6B5B65
(107,91,101)
#5D4E58
(93,78,88)
#4F414B
(79,65,75)
#41343E
(65,52,62)
#332731
(51,39,49)
#251A24
(37,26,36)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A38F99

#A38F99
(163,143,153)
#AB99A2
(171,153,162)
#B3A3AB
(179,163,171)
#BBADB4
(187,173,180)
#C3B7BD
(195,183,189)
#CBC1C6
(203,193,198)
#D3CBCF
(211,203,207)
#DBD5D8
(219,213,216)
#E3DFE1
(227,223,225)
#EBE9EA
(235,233,234)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38F99; }

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

This text font color is #A38F99.


Background Color

.myBgColor { background-color: #A38F99; }

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

This div background color is #A38F99.


Border color

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

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

This div border color is #A38F99.


Opacity

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

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

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

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

This text has shadow with #A38F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38F99 on black background.


Color preview on white background

This text has color #A38F99 on white background.



Black color preview on #A38F99 background

This text has black color on #A38F99 background.


White color preview on #A38F99 background

This text has white color on #A38F99 background.