COLOR #A3998F

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

Color info

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

RGB color model

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

RGB: (163,153,143) (64%, 60%, 56%)

RGB channels and saturation

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

163
153
143

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

Portions of RGB colors in percentages

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

%35.51
%33.33
%31.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 12.27%
  • key color value is 36.08%

CMYK: (0,6,12,36)
C0M6Y12K36 (0%, 6%, 12%, 36%)
(0.00 / 0.06 / 0.12 / 0.36)

CMYK percentages

%0
%6.13
%12.27
%36.08

Codes

Color #A3998F in popluar color models

A3 99 8F
RGB 163 153 143
HSL 30° 9.80% 60.00%
HSB/HSV 30° 12.27% 63.92%
CMYK 0.00% 6.13% 12.27%
36.08%

Color #A3998F in popluar number systems.

HEX A3 99 8F
Decimal 163 153 143
Binary 10100011 10011001 10001111
Octal 243 231 217

Shades and tints

Shades of #A3998F

#A3998F
(163,153,143)
#958C82
(149,140,130)
#877F75
(135,127,117)
#797268
(121,114,104)
#6B655B
(107,101,91)
#5D584E
(93,88,78)
#4F4B41
(79,75,65)
#413E34
(65,62,52)
#333127
(51,49,39)
#25241A
(37,36,26)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #A3998F

#A3998F
(163,153,143)
#ABA299
(171,162,153)
#B3ABA3
(179,171,163)
#BBB4AD
(187,180,173)
#C3BDB7
(195,189,183)
#CBC6C1
(203,198,193)
#D3CFCB
(211,207,203)
#DBD8D5
(219,216,213)
#E3E1DF
(227,225,223)
#EBEAE9
(235,234,233)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3998F; }

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

This text font color is #A3998F.

Background Color

.myBgColor { background-color: #A3998F; }

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

This div background color is #A3998F.

Border color

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

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

This div border color is #A3998F.

Opacity

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

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

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

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

This text has shadow with #A3998F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3998F.

Preview

Color preview on black background

This text has color #A3998F on black background.


Color preview on white background

This text has color #A3998F on white background.


Black color preview on #A3998F background

This text has black color on #A3998F background.


White color preview on #A3998F background

This text has white color on #A3998F background.


Related colors

Complementary color

Complementary color for #hex is #5C6670.


I love getcolorcode.com

Triadic colors

1 #8FA399 and #998FA3 with #A3998F are triadic colors.

2 #8F99A3 and #99A38F with #A3998F are triadic colors.