COLOR #A0877B

HEX: #A0877B RGB: (160,135,123)

Color info

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

RGB color model

#A0877B color RGB value is (160,135,123).

RGB: (160,135,123) (63%, 53%, 48%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 123 of 255 = 48%

160
135
123

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

Portions of RGB colors in percentages

R + G + B = 160 + 135 + 123 = 418 (100%)
R 160 of 418 ~ 38.28%
G 135 of 418 ~ 32.3%
B 123 of 418 ~ 29.43'%

%38.28
%32.3
%29.43

CMYK color model

#A0877B color CMYK value is (0,16,23,37).

  • cyan value is 0.00%
  • magenta value is 15.63%
  • yellow value is 23.13%
  • key color value is 37.25%

CMYK: (0,16,23,37)
C0M16Y23K37 (0%, 16%, 23%, 37%)
(0.00 / 0.16 / 0.23 / 0.37)

CMYK percentages

%0
%15.63
%23.13
%37.25

Codes

Color #A0877B in popluar color models

A0 87 7B
RGB 160 135 123
HSL 19° 16.30% 55.49%
HSB/HSV 19° 23.13% 62.75%
CMYK 0.00% 15.63% 23.13%
37.25%

Color #A0877B in popluar number systems.

HEX A0 87 7B
Decimal 160 135 123
Binary 10100000 10000111 1111011
Octal 240 207 173

Shades and tints

Shades of #A0877B

#A0877B
(160,135,123)
#927B70
(146,123,112)
#846F65
(132,111,101)
#76635A
(118,99,90)
#68574F
(104,87,79)
#5A4B44
(90,75,68)
#4C3F39
(76,63,57)
#3E332E
(62,51,46)
#302723
(48,39,35)
#221B18
(34,27,24)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #A0877B

#A0877B
(160,135,123)
#A89187
(168,145,135)
#B09B93
(176,155,147)
#B8A59F
(184,165,159)
#C0AFAB
(192,175,171)
#C8B9B7
(200,185,183)
#D0C3C3
(208,195,195)
#D8CDCF
(216,205,207)
#E0D7DB
(224,215,219)
#E8E1E7
(232,225,231)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0877B; }

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

This text font color is #A0877B.

Background Color

.myBgColor { background-color: #A0877B; }

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

This div background color is #A0877B.

Border color

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

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

This div border color is #A0877B.

Opacity

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

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

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

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

This text has shadow with #A0877B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0877B.

Preview

Color preview on black background

This text has color #A0877B on black background.


Color preview on white background

This text has color #A0877B on white background.


Black color preview on #A0877B background

This text has black color on #A0877B background.


White color preview on #A0877B background

This text has white color on #A0877B background.


Related colors

Complementary color

Complementary color for #hex is #5F7884.


I love getcolorcode.com

Triadic colors

1 #7BA087 and #877BA0 with #A0877B are triadic colors.

2 #7B87A0 and #87A07B with #A0877B are triadic colors.