COLOR #A3908D

HEX: #A3908D RGB: (163,144,141)

Color info

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

RGB color model

#A3908D color RGB value is (163,144,141).

RGB: (163,144,141) (64%, 56%, 55%)

RGB channels and saturation

R 163 of 255 = 64%
G 144 of 255 = 56%
B 141 of 255 = 55%

163
144
141

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

Portions of RGB colors in percentages

R + G + B = 163 + 144 + 141 = 448 (100%)
R 163 of 448 ~ 36.38%
G 144 of 448 ~ 32.14%
B 141 of 448 ~ 31.47'%

%36.38
%32.14
%31.47

CMYK color model

#A3908D color CMYK value is (0,12,13,36).

  • cyan value is 0.00%
  • magenta value is 11.66%
  • yellow value is 13.50%
  • key color value is 36.08%

CMYK: (0,12,13,36)
C0M12Y13K36 (0%, 12%, 13%, 36%)
(0.00 / 0.12 / 0.13 / 0.36)

CMYK percentages

%0
%11.66
%13.5
%36.08

Codes

Color #A3908D in popluar color models

A3 90 8D
RGB 163 144 141
HSL 10.68% 59.61%
HSB/HSV 13.50% 63.92%
CMYK 0.00% 11.66% 13.50%
36.08%

Color #A3908D in popluar number systems.

HEX A3 90 8D
Decimal 163 144 141
Binary 10100011 10010000 10001101
Octal 243 220 215

Shades and tints

Shades of #A3908D

#A3908D
(163,144,141)
#958381
(149,131,129)
#877675
(135,118,117)
#796969
(121,105,105)
#6B5C5D
(107,92,93)
#5D4F51
(93,79,81)
#4F4245
(79,66,69)
#413539
(65,53,57)
#33282D
(51,40,45)
#251B21
(37,27,33)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A3908D

#A3908D
(163,144,141)
#AB9A97
(171,154,151)
#B3A4A1
(179,164,161)
#BBAEAB
(187,174,171)
#C3B8B5
(195,184,181)
#CBC2BF
(203,194,191)
#D3CCC9
(211,204,201)
#DBD6D3
(219,214,211)
#E3E0DD
(227,224,221)
#EBEAE7
(235,234,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3908D color. Also use rgb(163,144,141) instead hex code.

Text Font Color

.myTextColor { color: #A3908D; }

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

This text font color is #A3908D.

Background Color

.myBgColor { background-color: #A3908D; }

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

This div background color is #A3908D.

Border color

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

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

This div border color is #A3908D.

Opacity

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

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

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

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

This text has shadow with #A3908D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3908D.

Preview

Color preview on black background

This text has color #A3908D on black background.


Color preview on white background

This text has color #A3908D on white background.


Black color preview on #A3908D background

This text has black color on #A3908D background.


White color preview on #A3908D background

This text has white color on #A3908D background.


Related colors

Complementary color

Complementary color for #hex is #5C6F72.


I love getcolorcode.com

Triadic colors

1 #8DA390 and #908DA3 with #A3908D are triadic colors.

2 #8D90A3 and #90A38D with #A3908D are triadic colors.