COLOR #A38870

HEX: #A38870
RGB: (163,136,112)

Color info

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

RGB color model

#A38870 color RGB value is (163,136,112).

  • red value is 163;
  • green value is 136;
  • blue value is 112.
RGB:
(163,136,112)
(64%,53%,44%)

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 112 of 255 = 44%

163
136
112

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

Portions of RGB colors in percentages

R + G + B =
163 + 136 + 112 = 411 (100%)
R 163 of 411 ~ 39.66%
G 136 of 411 ~ 33.09%
B 112 of 411 ~ 27.25%

%39.66
%33.09
%27.25

CMYK color model

#A38870 color CMYK value is (0,17,31,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 31.29%
  • key color value is 36.08%
CMYK:
(0,17,31,36)
C0M17Y31K36 
(0%,17%,31%,36%)
(0.00/0.17/0.31/0.36)	

CMYK percentages

%0
%16.56
%31.29
%36.08

Codes

Color #A38870 in popluar color models

A38870
RGB163136112
HSL28°21.70%53.92%
HSB/HSV28°31.29%63.92%
CMYK0.00%16.56%31.29%
36.08%

Color #A38870 in popluar number systems.

HEXA38870
Decimal163136112
Binary10100011100010001110000
Octal243210160

Shades and tints

Shades of #A38870

#A38870
(163,136,112)
#957C66
(149,124,102)
#87705C
(135,112,92)
#796452
(121,100,82)
#6B5848
(107,88,72)
#5D4C3E
(93,76,62)
#4F4034
(79,64,52)
#41342A
(65,52,42)
#332820
(51,40,32)
#251C16
(37,28,22)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #A38870

#A38870
(163,136,112)
#AB927D
(171,146,125)
#B39C8A
(179,156,138)
#BBA697
(187,166,151)
#C3B0A4
(195,176,164)
#CBBAB1
(203,186,177)
#D3C4BE
(211,196,190)
#DBCECB
(219,206,203)
#E3D8D8
(227,216,216)
#EBE2E5
(235,226,229)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38870 color. Also use rgb(163,136,112) instead hex code.

Text Font Color

.myTextColor { color: #A38870; }

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

This text font color is #A38870.


Background Color

.myBgColor { background-color: #A38870; }

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

This div background color is #A38870.


Border color

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

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

This div border color is #A38870.


Opacity

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

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

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

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

This text has shadow with #A38870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38870 on black background.


Color preview on white background

This text has color #A38870 on white background.



Black color preview on #A38870 background

This text has black color on #A38870 background.


White color preview on #A38870 background

This text has white color on #A38870 background.