COLOR #A38D7D

HEX: #A38D7D RGB: (163,141,125)

Color info

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

RGB color model

#A38D7D color RGB value is (163,141,125).

RGB: (163,141,125) (64%, 55%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 125 of 255 = 49%

163
141
125

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

Portions of RGB colors in percentages

R + G + B = 163 + 141 + 125 = 429 (100%)
R 163 of 429 ~ 38%
G 141 of 429 ~ 32.87%
B 125 of 429 ~ 29.14'%

%38
%32.87
%29.14

CMYK color model

#A38D7D color CMYK value is (0,13,23,36).

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

CMYK: (0,13,23,36)
C0M13Y23K36 (0%, 13%, 23%, 36%)
(0.00 / 0.13 / 0.23 / 0.36)

CMYK percentages

%0
%13.5
%23.31
%36.08

Codes

Color #A38D7D in popluar color models

A3 8D 7D
RGB 163 141 125
HSL 25° 17.12% 56.47%
HSB/HSV 25° 23.31% 63.92%
CMYK 0.00% 13.50% 23.31%
36.08%

Color #A38D7D in popluar number systems.

HEX A3 8D 7D
Decimal 163 141 125
Binary 10100011 10001101 1111101
Octal 243 215 175

Shades and tints

Shades of #A38D7D

#A38D7D
(163,141,125)
#958172
(149,129,114)
#877567
(135,117,103)
#79695C
(121,105,92)
#6B5D51
(107,93,81)
#5D5146
(93,81,70)
#4F453B
(79,69,59)
#413930
(65,57,48)
#332D25
(51,45,37)
#25211A
(37,33,26)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #A38D7D

#A38D7D
(163,141,125)
#AB9788
(171,151,136)
#B3A193
(179,161,147)
#BBAB9E
(187,171,158)
#C3B5A9
(195,181,169)
#CBBFB4
(203,191,180)
#D3C9BF
(211,201,191)
#DBD3CA
(219,211,202)
#E3DDD5
(227,221,213)
#EBE7E0
(235,231,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38D7D; }

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

This text font color is #A38D7D.

Background Color

.myBgColor { background-color: #A38D7D; }

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

This div background color is #A38D7D.

Border color

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

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

This div border color is #A38D7D.

Opacity

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

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

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

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

This text has shadow with #A38D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38D7D.

Preview

Color preview on black background

This text has color #A38D7D on black background.


Color preview on white background

This text has color #A38D7D on white background.


Black color preview on #A38D7D background

This text has black color on #A38D7D background.


White color preview on #A38D7D background

This text has white color on #A38D7D background.


Related colors

Complementary color

Complementary color for #hex is #5C7282.


I love getcolorcode.com

Triadic colors

1 #7DA38D and #8D7DA3 with #A38D7D are triadic colors.

2 #7D8DA3 and #8DA37D with #A38D7D are triadic colors.