COLOR #A38777

HEX: #A38777
RGB: (163,135,119)

Color info

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

RGB color model

#A38777 color RGB value is (163,135,119).

  • red value is 163;
  • green value is 135;
  • blue value is 119.
RGB:
(163,135,119)
(64%,53%,47%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 119 of 255 = 47%

163
135
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 119 = 417 (100%)
R 163 of 417 ~ 39.09%
G 135 of 417 ~ 32.37%
B 119 of 417 ~ 28.54%

%39.09
%32.37
%28.54

CMYK color model

#A38777 color CMYK value is (0,17,27,36).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 26.99%
  • key color value is 36.08%
CMYK:
(0,17,27,36)
C0M17Y27K36 
(0%,17%,27%,36%)
(0.00/0.17/0.27/0.36)	

CMYK percentages

%0
%17.18
%26.99
%36.08

Codes

Color #A38777 in popluar color models

A38777
RGB163135119
HSL22°19.30%55.29%
HSB/HSV22°26.99%63.92%
CMYK0.00%17.18%26.99%
36.08%

Color #A38777 in popluar number systems.

HEXA38777
Decimal163135119
Binary10100011100001111110111
Octal243207167

Shades and tints

Shades of #A38777

#A38777
(163,135,119)
#957B6D
(149,123,109)
#876F63
(135,111,99)
#796359
(121,99,89)
#6B574F
(107,87,79)
#5D4B45
(93,75,69)
#4F3F3B
(79,63,59)
#413331
(65,51,49)
#332727
(51,39,39)
#251B1D
(37,27,29)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A38777

#A38777
(163,135,119)
#AB9183
(171,145,131)
#B39B8F
(179,155,143)
#BBA59B
(187,165,155)
#C3AFA7
(195,175,167)
#CBB9B3
(203,185,179)
#D3C3BF
(211,195,191)
#DBCDCB
(219,205,203)
#E3D7D7
(227,215,215)
#EBE1E3
(235,225,227)
#F3EBEF
(243,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38777 color. Also use rgb(163,135,119) instead hex code.

Text Font Color

.myTextColor { color: #A38777; }

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

This text font color is #A38777.


Background Color

.myBgColor { background-color: #A38777; }

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

This div background color is #A38777.


Border color

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

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

This div border color is #A38777.


Opacity

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

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

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

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

This text has shadow with #A38777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38777 on black background.


Color preview on white background

This text has color #A38777 on white background.



Black color preview on #A38777 background

This text has black color on #A38777 background.


White color preview on #A38777 background

This text has white color on #A38777 background.