COLOR #A08491

HEX: #A08491
RGB: (160,132,145)

Color info

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

RGB color model

#A08491 color RGB value is (160,132,145).

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

RGB channels and saturation

R 160 of 255 = 63%
G 132 of 255 = 52%
B 145 of 255 = 57%

160
132
145

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

Portions of RGB colors in percentages

R + G + B =
160 + 132 + 145 = 437 (100%)
R 160 of 437 ~ 36.61%
G 132 of 437 ~ 30.21%
B 145 of 437 ~ 33.18%

%36.61
%30.21
%33.18

CMYK color model

#A08491 color CMYK value is (0,18,9,37).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 9.38%
  • key color value is 37.25%
CMYK:
(0,18,9,37)
C0M18Y9K37 
(0%,18%,9%,37%)
(0.00/0.18/0.09/0.37)	

CMYK percentages

%0
%17.5
%9.38
%37.25

Codes

Color #A08491 in popluar color models

A08491
RGB160132145
HSL332°12.84%57.25%
HSB/HSV332°17.50%62.75%
CMYK0.00%17.50%9.38%
37.25%

Color #A08491 in popluar number systems.

HEXA08491
Decimal160132145
Binary101000001000010010010001
Octal240204221

Shades and tints

Shades of #A08491

#A08491
(160,132,145)
#927884
(146,120,132)
#846C77
(132,108,119)
#76606A
(118,96,106)
#68545D
(104,84,93)
#5A4850
(90,72,80)
#4C3C43
(76,60,67)
#3E3036
(62,48,54)
#302429
(48,36,41)
#22181C
(34,24,28)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #A08491

#A08491
(160,132,145)
#A88F9B
(168,143,155)
#B09AA5
(176,154,165)
#B8A5AF
(184,165,175)
#C0B0B9
(192,176,185)
#C8BBC3
(200,187,195)
#D0C6CD
(208,198,205)
#D8D1D7
(216,209,215)
#E0DCE1
(224,220,225)
#E8E7EB
(232,231,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08491; }

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

This text font color is #A08491.


Background Color

.myBgColor { background-color: #A08491; }

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

This div background color is #A08491.


Border color

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

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

This div border color is #A08491.


Opacity

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

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

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

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

This text has shadow with #A08491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08491 on black background.


Color preview on white background

This text has color #A08491 on white background.



Black color preview on #A08491 background

This text has black color on #A08491 background.


White color preview on #A08491 background

This text has white color on #A08491 background.