COLOR #A39998

HEX: #A39998
RGB: (163,153,152)

Color info

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

RGB color model

#A39998 color RGB value is (163,153,152).

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

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 152 of 255 = 60%

163
153
152

R + G + B ~ 61%. #A39998 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 152 = 468 (100%)
R 163 of 468 ~ 34.83%
G 153 of 468 ~ 32.69%
B 152 of 468 ~ 32.48%

%34.83
%32.69
%32.48

CMYK color model

#A39998 color CMYK value is (0,6,7,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(0,6,7,36)
C0M6Y7K36 
(0%,6%,7%,36%)
(0.00/0.06/0.07/0.36)	

CMYK percentages

%0
%6.13
%6.75
%36.08

Codes

Color #A39998 in popluar color models

A39998
RGB163153152
HSL5.64%61.76%
HSB/HSV6.75%63.92%
CMYK0.00%6.13%6.75%
36.08%

Color #A39998 in popluar number systems.

HEXA39998
Decimal163153152
Binary101000111001100110011000
Octal243231230

Shades and tints

Shades of #A39998

#A39998
(163,153,152)
#958C8B
(149,140,139)
#877F7E
(135,127,126)
#797271
(121,114,113)
#6B6564
(107,101,100)
#5D5857
(93,88,87)
#4F4B4A
(79,75,74)
#413E3D
(65,62,61)
#333130
(51,49,48)
#252423
(37,36,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A39998

#A39998
(163,153,152)
#ABA2A1
(171,162,161)
#B3ABAA
(179,171,170)
#BBB4B3
(187,180,179)
#C3BDBC
(195,189,188)
#CBC6C5
(203,198,197)
#D3CFCE
(211,207,206)
#DBD8D7
(219,216,215)
#E3E1E0
(227,225,224)
#EBEAE9
(235,234,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39998; }

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

This text font color is #A39998.


Background Color

.myBgColor { background-color: #A39998; }

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

This div background color is #A39998.


Border color

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

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

This div border color is #A39998.


Opacity

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

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

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

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

This text has shadow with #A39998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39998 on black background.


Color preview on white background

This text has color #A39998 on white background.



Black color preview on #A39998 background

This text has black color on #A39998 background.


White color preview on #A39998 background

This text has white color on #A39998 background.