COLOR #A0877D

HEX: #A0877D
RGB: (160,135,125)

Color info

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

RGB color model

#A0877D color RGB value is (160,135,125).

  • red value is 160;
  • green value is 135;
  • blue value is 125.
RGB:
(160,135,125)
(63%,53%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 125 of 255 = 49%

160
135
125

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

Portions of RGB colors in percentages

R + G + B =
160 + 135 + 125 = 420 (100%)
R 160 of 420 ~ 38.1%
G 135 of 420 ~ 32.14%
B 125 of 420 ~ 29.76%

%38.1
%32.14
%29.76

CMYK color model

#A0877D color CMYK value is (0,16,22,37).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 21.88%
  • key color value is 37.25%
CMYK:
(0,16,22,37)
C0M16Y22K37 
(0%,16%,22%,37%)
(0.00/0.16/0.22/0.37)	

CMYK percentages

%0
%15.63
%21.88
%37.25

Codes

Color #A0877D in popluar color models

A0877D
RGB160135125
HSL17°15.56%55.88%
HSB/HSV17°21.88%62.75%
CMYK0.00%15.63%21.88%
37.25%

Color #A0877D in popluar number systems.

HEXA0877D
Decimal160135125
Binary10100000100001111111101
Octal240207175

Shades and tints

Shades of #A0877D

#A0877D
(160,135,125)
#927B72
(146,123,114)
#846F67
(132,111,103)
#76635C
(118,99,92)
#685751
(104,87,81)
#5A4B46
(90,75,70)
#4C3F3B
(76,63,59)
#3E3330
(62,51,48)
#302725
(48,39,37)
#221B1A
(34,27,26)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #A0877D

#A0877D
(160,135,125)
#A89188
(168,145,136)
#B09B93
(176,155,147)
#B8A59E
(184,165,158)
#C0AFA9
(192,175,169)
#C8B9B4
(200,185,180)
#D0C3BF
(208,195,191)
#D8CDCA
(216,205,202)
#E0D7D5
(224,215,213)
#E8E1E0
(232,225,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0877D color. Also use rgb(160,135,125) instead hex code.

Text Font Color

.myTextColor { color: #A0877D; }

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

This text font color is #A0877D.


Background Color

.myBgColor { background-color: #A0877D; }

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

This div background color is #A0877D.


Border color

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

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

This div border color is #A0877D.


Opacity

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

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

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

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

This text has shadow with #A0877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0877D on black background.


Color preview on white background

This text has color #A0877D on white background.



Black color preview on #A0877D background

This text has black color on #A0877D background.


White color preview on #A0877D background

This text has white color on #A0877D background.