COLOR #A08E9F

HEX: #A08E9F RGB: (160,142,159)

Color info

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

RGB color model

#A08E9F color RGB value is (160,142,159).

RGB: (160,142,159) (63%, 56%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 159 of 255 = 62%

160
142
159

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

Portions of RGB colors in percentages

R + G + B = 160 + 142 + 159 = 461 (100%)
R 160 of 461 ~ 34.71%
G 142 of 461 ~ 30.8%
B 159 of 461 ~ 34.49'%

%34.71
%30.8
%34.49

CMYK color model

#A08E9F color CMYK value is (0,11,1,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 0.62%
  • key color value is 37.25%

CMYK: (0,11,1,37)
C0M11Y1K37 (0%, 11%, 1%, 37%)
(0.00 / 0.11 / 0.01 / 0.37)

CMYK percentages

%0
%11.25
%0.62
%37.25

Codes

Color #A08E9F in popluar color models

A0 8E 9F
RGB 160 142 159
HSL 303° 8.65% 59.22%
HSB/HSV 303° 11.25% 62.75%
CMYK 0.00% 11.25% 0.62%
37.25%

Color #A08E9F in popluar number systems.

HEX A0 8E 9F
Decimal 160 142 159
Binary 10100000 10001110 10011111
Octal 240 216 237

Shades and tints

Shades of #A08E9F

#A08E9F
(160,142,159)
#928291
(146,130,145)
#847683
(132,118,131)
#766A75
(118,106,117)
#685E67
(104,94,103)
#5A5259
(90,82,89)
#4C464B
(76,70,75)
#3E3A3D
(62,58,61)
#302E2F
(48,46,47)
#222221
(34,34,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #A08E9F

#A08E9F
(160,142,159)
#A898A7
(168,152,167)
#B0A2AF
(176,162,175)
#B8ACB7
(184,172,183)
#C0B6BF
(192,182,191)
#C8C0C7
(200,192,199)
#D0CACF
(208,202,207)
#D8D4D7
(216,212,215)
#E0DEDF
(224,222,223)
#E8E8E7
(232,232,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E9F; }

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

This text font color is #A08E9F.

Background Color

.myBgColor { background-color: #A08E9F; }

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

This div background color is #A08E9F.

Border color

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

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

This div border color is #A08E9F.

Opacity

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

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

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

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

This text has shadow with #A08E9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08E9F.

Preview

Color preview on black background

This text has color #A08E9F on black background.


Color preview on white background

This text has color #A08E9F on white background.


Black color preview on #A08E9F background

This text has black color on #A08E9F background.


White color preview on #A08E9F background

This text has white color on #A08E9F background.


Related colors

Complementary color

Complementary color for #hex is #5F7160.


I love getcolorcode.com

Triadic colors

1 #9FA08E and #8E9FA0 with #A08E9F are triadic colors.

2 #9F8EA0 and #8EA09F with #A08E9F are triadic colors.