COLOR #A08787

HEX: #A08787 RGB: (160,135,135)

Color info

#A08787 contains red, green and blue colors in about the same proportion. Web safe color of #A08787 is #999999 (or #999).

RGB color model

#A08787 color RGB value is (160,135,135).

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

RGB channels and saturation

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

160
135
135

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

Portions of RGB colors in percentages

R + G + B = 160 + 135 + 135 = 430 (100%)
R 160 of 430 ~ 37.21%
G 135 of 430 ~ 31.4%
B 135 of 430 ~ 31.4'%

%37.21
%31.4
%31.4

CMYK color model

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

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

CMYK percentages

%0
%15.63
%15.63
%37.25

Codes

Color #A08787 in popluar color models

A0 87 87
RGB 160 135 135
HSL 11.63% 57.84%
HSB/HSV 15.63% 62.75%
CMYK 0.00% 15.63% 15.63%
37.25%

Color #A08787 in popluar number systems.

HEX A0 87 87
Decimal 160 135 135
Binary 10100000 10000111 10000111
Octal 240 207 207

Shades and tints

Shades of #A08787

#A08787
(160,135,135)
#927B7B
(146,123,123)
#846F6F
(132,111,111)
#766363
(118,99,99)
#685757
(104,87,87)
#5A4B4B
(90,75,75)
#4C3F3F
(76,63,63)
#3E3333
(62,51,51)
#302727
(48,39,39)
#221B1B
(34,27,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #A08787

#A08787
(160,135,135)
#A89191
(168,145,145)
#B09B9B
(176,155,155)
#B8A5A5
(184,165,165)
#C0AFAF
(192,175,175)
#C8B9B9
(200,185,185)
#D0C3C3
(208,195,195)
#D8CDCD
(216,205,205)
#E0D7D7
(224,215,215)
#E8E1E1
(232,225,225)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08787; }

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

This text font color is #A08787.

Background Color

.myBgColor { background-color: #A08787; }

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

This div background color is #A08787.

Border color

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

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

This div border color is #A08787.

Opacity

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

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

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

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

This text has shadow with #A08787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08787.

Preview

Color preview on black background

This text has color #A08787 on black background.


Color preview on white background

This text has color #A08787 on white background.


Black color preview on #A08787 background

This text has black color on #A08787 background.


White color preview on #A08787 background

This text has white color on #A08787 background.


Related colors

Complementary color

Complementary color for #hex is #5F7878.


I love getcolorcode.com