COLOR #A08487

HEX: #A08487
RGB: (160,132,135)

Color info

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

RGB color model

#A08487 color RGB value is (160,132,135).

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

RGB channels and saturation

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

160
132
135

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

Portions of RGB colors in percentages

R + G + B =
160 + 132 + 135 = 427 (100%)
R 160 of 427 ~ 37.47%
G 132 of 427 ~ 30.91%
B 135 of 427 ~ 31.62%

%37.47
%30.91
%31.62

CMYK color model

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

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

CMYK percentages

%0
%17.5
%15.63
%37.25

Codes

Color #A08487 in popluar color models

A08487
RGB160132135
HSL354°12.84%57.25%
HSB/HSV354°17.50%62.75%
CMYK0.00%17.50%15.63%
37.25%

Color #A08487 in popluar number systems.

HEXA08487
Decimal160132135
Binary101000001000010010000111
Octal240204207

Shades and tints

Shades of #A08487

#A08487
(160,132,135)
#92787B
(146,120,123)
#846C6F
(132,108,111)
#766063
(118,96,99)
#685457
(104,84,87)
#5A484B
(90,72,75)
#4C3C3F
(76,60,63)
#3E3033
(62,48,51)
#302427
(48,36,39)
#22181B
(34,24,27)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #A08487

#A08487
(160,132,135)
#A88F91
(168,143,145)
#B09A9B
(176,154,155)
#B8A5A5
(184,165,165)
#C0B0AF
(192,176,175)
#C8BBB9
(200,187,185)
#D0C6C3
(208,198,195)
#D8D1CD
(216,209,205)
#E0DCD7
(224,220,215)
#E8E7E1
(232,231,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08487; }

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

This text font color is #A08487.


Background Color

.myBgColor { background-color: #A08487; }

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

This div background color is #A08487.


Border color

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

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

This div border color is #A08487.


Opacity

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

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

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

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

This text has shadow with #A08487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08487 on black background.


Color preview on white background

This text has color #A08487 on white background.



Black color preview on #A08487 background

This text has black color on #A08487 background.


White color preview on #A08487 background

This text has white color on #A08487 background.