COLOR #A08B9B

HEX: #A08B9B RGB: (160,139,155)

Color info

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

RGB color model

#A08B9B color RGB value is (160,139,155).

RGB: (160,139,155) (63%, 55%, 61%)

RGB channels and saturation

R 160 of 255 = 63%
G 139 of 255 = 55%
B 155 of 255 = 61%

160
139
155

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

Portions of RGB colors in percentages

R + G + B = 160 + 139 + 155 = 454 (100%)
R 160 of 454 ~ 35.24%
G 139 of 454 ~ 30.62%
B 155 of 454 ~ 34.14'%

%35.24
%30.62
%34.14

CMYK color model

#A08B9B color CMYK value is (0,13,3,37).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 3.13%
  • key color value is 37.25%

CMYK: (0,13,3,37)
C0M13Y3K37 (0%, 13%, 3%, 37%)
(0.00 / 0.13 / 0.03 / 0.37)

CMYK percentages

%0
%13.13
%3.13
%37.25

Codes

Color #A08B9B in popluar color models

A0 8B 9B
RGB 160 139 155
HSL 314° 9.95% 58.63%
HSB/HSV 314° 13.13% 62.75%
CMYK 0.00% 13.13% 3.13%
37.25%

Color #A08B9B in popluar number systems.

HEX A0 8B 9B
Decimal 160 139 155
Binary 10100000 10001011 10011011
Octal 240 213 233

Shades and tints

Shades of #A08B9B

#A08B9B
(160,139,155)
#927F8D
(146,127,141)
#84737F
(132,115,127)
#766771
(118,103,113)
#685B63
(104,91,99)
#5A4F55
(90,79,85)
#4C4347
(76,67,71)
#3E3739
(62,55,57)
#302B2B
(48,43,43)
#221F1D
(34,31,29)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #A08B9B

#A08B9B
(160,139,155)
#A895A4
(168,149,164)
#B09FAD
(176,159,173)
#B8A9B6
(184,169,182)
#C0B3BF
(192,179,191)
#C8BDC8
(200,189,200)
#D0C7D1
(208,199,209)
#D8D1DA
(216,209,218)
#E0DBE3
(224,219,227)
#E8E5EC
(232,229,236)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08B9B; }

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

This text font color is #A08B9B.

Background Color

.myBgColor { background-color: #A08B9B; }

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

This div background color is #A08B9B.

Border color

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

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

This div border color is #A08B9B.

Opacity

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

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

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

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

This text has shadow with #A08B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08B9B.

Preview

Color preview on black background

This text has color #A08B9B on black background.


Color preview on white background

This text has color #A08B9B on white background.


Black color preview on #A08B9B background

This text has black color on #A08B9B background.


White color preview on #A08B9B background

This text has white color on #A08B9B background.


Related colors

Complementary color

Complementary color for #hex is #5F7464.


I love getcolorcode.com

Triadic colors

1 #9BA08B and #8B9BA0 with #A08B9B are triadic colors.

2 #9B8BA0 and #8BA09B with #A08B9B are triadic colors.