COLOR #A08780

HEX: #A08780 RGB: (160,135,128)

Color info

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

RGB color model

#A08780 color RGB value is (160,135,128).

RGB: (160,135,128) (63%, 53%, 50%)

RGB channels and saturation

R 160 of 255 = 63%
G 135 of 255 = 53%
B 128 of 255 = 50%

160
135
128

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

Portions of RGB colors in percentages

R + G + B = 160 + 135 + 128 = 423 (100%)
R 160 of 423 ~ 37.83%
G 135 of 423 ~ 31.91%
B 128 of 423 ~ 30.26'%

%37.83
%31.91
%30.26

CMYK color model

#A08780 color CMYK value is (0,16,20,37).

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

CMYK: (0,16,20,37)
C0M16Y20K37 (0%, 16%, 20%, 37%)
(0.00 / 0.16 / 0.20 / 0.37)

CMYK percentages

%0
%15.63
%20
%37.25

Codes

Color #A08780 in popluar color models

A0 87 80
RGB 160 135 128
HSL 13° 14.41% 56.47%
HSB/HSV 13° 20.00% 62.75%
CMYK 0.00% 15.63% 20.00%
37.25%

Color #A08780 in popluar number systems.

HEX A0 87 80
Decimal 160 135 128
Binary 10100000 10000111 10000000
Octal 240 207 200

Shades and tints

Shades of #A08780

#A08780
(160,135,128)
#927B75
(146,123,117)
#846F6A
(132,111,106)
#76635F
(118,99,95)
#685754
(104,87,84)
#5A4B49
(90,75,73)
#4C3F3E
(76,63,62)
#3E3333
(62,51,51)
#302728
(48,39,40)
#221B1D
(34,27,29)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A08780

#A08780
(160,135,128)
#A8918B
(168,145,139)
#B09B96
(176,155,150)
#B8A5A1
(184,165,161)
#C0AFAC
(192,175,172)
#C8B9B7
(200,185,183)
#D0C3C2
(208,195,194)
#D8CDCD
(216,205,205)
#E0D7D8
(224,215,216)
#E8E1E3
(232,225,227)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08780; }

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

This text font color is #A08780.

Background Color

.myBgColor { background-color: #A08780; }

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

This div background color is #A08780.

Border color

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

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

This div border color is #A08780.

Opacity

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

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

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

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

This text has shadow with #A08780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08780.

Preview

Color preview on black background

This text has color #A08780 on black background.


Color preview on white background

This text has color #A08780 on white background.


Black color preview on #A08780 background

This text has black color on #A08780 background.


White color preview on #A08780 background

This text has white color on #A08780 background.


Related colors

Complementary color

Complementary color for #hex is #5F787F.


I love getcolorcode.com

Triadic colors

1 #80A087 and #8780A0 with #A08780 are triadic colors.

2 #8087A0 and #87A080 with #A08780 are triadic colors.