COLOR #A08587

HEX: #A08587 RGB: (160,133,135)

Color info

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

RGB color model

#A08587 color RGB value is (160,133,135).

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

RGB channels and saturation

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

160
133
135

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

Portions of RGB colors in percentages

R + G + B = 160 + 133 + 135 = 428 (100%)
R 160 of 428 ~ 37.38%
G 133 of 428 ~ 31.07%
B 135 of 428 ~ 31.54'%

%37.38
%31.07
%31.54

CMYK color model

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

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

CMYK: (0,17,16,37)
C0M17Y16K37 (0%, 17%, 16%, 37%)
(0.00 / 0.17 / 0.16 / 0.37)

CMYK percentages

%0
%16.88
%15.63
%37.25

Codes

Color #A08587 in popluar color models

A0 85 87
RGB 160 133 135
HSL 356° 12.44% 57.45%
HSB/HSV 356° 16.88% 62.75%
CMYK 0.00% 16.88% 15.63%
37.25%

Color #A08587 in popluar number systems.

HEX A0 85 87
Decimal 160 133 135
Binary 10100000 10000101 10000111
Octal 240 205 207

Shades and tints

Shades of #A08587

#A08587
(160,133,135)
#92797B
(146,121,123)
#846D6F
(132,109,111)
#766163
(118,97,99)
#685557
(104,85,87)
#5A494B
(90,73,75)
#4C3D3F
(76,61,63)
#3E3133
(62,49,51)
#302527
(48,37,39)
#22191B
(34,25,27)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #A08587

#A08587
(160,133,135)
#A89091
(168,144,145)
#B09B9B
(176,155,155)
#B8A6A5
(184,166,165)
#C0B1AF
(192,177,175)
#C8BCB9
(200,188,185)
#D0C7C3
(208,199,195)
#D8D2CD
(216,210,205)
#E0DDD7
(224,221,215)
#E8E8E1
(232,232,225)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08587; }

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

This text font color is #A08587.

Background Color

.myBgColor { background-color: #A08587; }

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

This div background color is #A08587.

Border color

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

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

This div border color is #A08587.

Opacity

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

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

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

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

This text has shadow with #A08587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08587.

Preview

Color preview on black background

This text has color #A08587 on black background.


Color preview on white background

This text has color #A08587 on white background.


Black color preview on #A08587 background

This text has black color on #A08587 background.


White color preview on #A08587 background

This text has white color on #A08587 background.


Related colors

Complementary color

Complementary color for #hex is #5F7A78.


I love getcolorcode.com

Triadic colors

1 #87A085 and #8587A0 with #A08587 are triadic colors.

2 #8785A0 and #85A087 with #A08587 are triadic colors.