COLOR #A39973

HEX: #A39973
RGB: (163,153,115)

Color info

#A39973 contains red, green and blue colors in about the same proportion. Web safe color of #A39973 is #999966 (or #996).

RGB color model

#A39973 color RGB value is (163,153,115).

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

RGB channels and saturation

R 163 of 255 = 64%
G 153 of 255 = 60%
B 115 of 255 = 45%

163
153
115

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

Portions of RGB colors in percentages

R + G + B =
163 + 153 + 115 = 431 (100%)
R 163 of 431 ~ 37.82%
G 153 of 431 ~ 35.5%
B 115 of 431 ~ 26.68%

%37.82
%35.5
%26.68

CMYK color model

#A39973 color CMYK value is (0,6,29,36).

  • cyan value is 0.00%
  • magenta value is 6.13%
  • yellow value is 29.45%
  • key color value is 36.08%
CMYK:
(0,6,29,36)
C0M6Y29K36 
(0%,6%,29%,36%)
(0.00/0.06/0.29/0.36)	

CMYK percentages

%0
%6.13
%29.45
%36.08

Codes

Color #A39973 in popluar color models

A39973
RGB163153115
HSL48°20.69%54.51%
HSB/HSV48°29.45%63.92%
CMYK0.00%6.13%29.45%
36.08%

Color #A39973 in popluar number systems.

HEXA39973
Decimal163153115
Binary10100011100110011110011
Octal243231163

Shades and tints

Shades of #A39973

#A39973
(163,153,115)
#958C69
(149,140,105)
#877F5F
(135,127,95)
#797255
(121,114,85)
#6B654B
(107,101,75)
#5D5841
(93,88,65)
#4F4B37
(79,75,55)
#413E2D
(65,62,45)
#333123
(51,49,35)
#252419
(37,36,25)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #A39973

#A39973
(163,153,115)
#ABA27F
(171,162,127)
#B3AB8B
(179,171,139)
#BBB497
(187,180,151)
#C3BDA3
(195,189,163)
#CBC6AF
(203,198,175)
#D3CFBB
(211,207,187)
#DBD8C7
(219,216,199)
#E3E1D3
(227,225,211)
#EBEADF
(235,234,223)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A39973; }

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

This text font color is #A39973.


Background Color

.myBgColor { background-color: #A39973; }

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

This div background color is #A39973.


Border color

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

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

This div border color is #A39973.


Opacity

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

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

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

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

This text has shadow with #A39973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A39973 on black background.


Color preview on white background

This text has color #A39973 on white background.



Black color preview on #A39973 background

This text has black color on #A39973 background.


White color preview on #A39973 background

This text has white color on #A39973 background.