COLOR #A3998A

HEX: #A3998A
RGB: (163,153,138)

Color info

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

RGB color model

#A3998A color RGB value is (163,153,138).

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

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 138 of 255 = 54%

163
153
138

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

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 138 = 454 (100%)
R 163 of 454 ~ 35.9%
G 153 of 454 ~ 33.7%
B 138 of 454 ~ 30.4%

%35.9
%33.7
%30.4

CMYK color model

#A3998A color CMYK value is (0,6,15,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK:
(0,6,15,36)
C0M6Y15K36 
(0%,6%,15%,36%)
(0.00/0.06/0.15/0.36)	

CMYK percentages

%0
%6.13
%15.34
%36.08

Codes

Color #A3998A in popluar color models

A3998A
RGB163153138
HSL36°11.96%59.02%
HSB/HSV36°15.34%63.92%
CMYK0.00%6.13%15.34%
36.08%

Color #A3998A in popluar number systems.

HEXA3998A
Decimal163153138
Binary101000111001100110001010
Octal243231212

Shades and tints

Shades of #A3998A

#A3998A
(163,153,138)
#958C7E
(149,140,126)
#877F72
(135,127,114)
#797266
(121,114,102)
#6B655A
(107,101,90)
#5D584E
(93,88,78)
#4F4B42
(79,75,66)
#413E36
(65,62,54)
#33312A
(51,49,42)
#25241E
(37,36,30)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #A3998A

#A3998A
(163,153,138)
#ABA294
(171,162,148)
#B3AB9E
(179,171,158)
#BBB4A8
(187,180,168)
#C3BDB2
(195,189,178)
#CBC6BC
(203,198,188)
#D3CFC6
(211,207,198)
#DBD8D0
(219,216,208)
#E3E1DA
(227,225,218)
#EBEAE4
(235,234,228)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3998A; }

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

This text font color is #A3998A.


Background Color

.myBgColor { background-color: #A3998A; }

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

This div background color is #A3998A.


Border color

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

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

This div border color is #A3998A.


Opacity

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

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

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

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

This text has shadow with #A3998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3998A on black background.


Color preview on white background

This text has color #A3998A on white background.



Black color preview on #A3998A background

This text has black color on #A3998A background.


White color preview on #A3998A background

This text has white color on #A3998A background.