COLOR #A08D9D

HEX: #A08D9D RGB: (160,141,157)

Color info

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

RGB color model

#A08D9D color RGB value is (160,141,157).

RGB: (160,141,157) (63%, 55%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 141 of 255 = 55%
B 157 of 255 = 62%

160
141
157

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

Portions of RGB colors in percentages

R + G + B = 160 + 141 + 157 = 458 (100%)
R 160 of 458 ~ 34.93%
G 141 of 458 ~ 30.79%
B 157 of 458 ~ 34.28'%

%34.93
%30.79
%34.28

CMYK color model

#A08D9D color CMYK value is (0,12,2,37).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 1.87%
  • key color value is 37.25%

CMYK: (0,12,2,37)
C0M12Y2K37 (0%, 12%, 2%, 37%)
(0.00 / 0.12 / 0.02 / 0.37)

CMYK percentages

%0
%11.88
%1.87
%37.25

Codes

Color #A08D9D in popluar color models

A0 8D 9D
RGB 160 141 157
HSL 309° 9.09% 59.02%
HSB/HSV 309° 11.88% 62.75%
CMYK 0.00% 11.88% 1.87%
37.25%

Color #A08D9D in popluar number systems.

HEX A0 8D 9D
Decimal 160 141 157
Binary 10100000 10001101 10011101
Octal 240 215 235

Shades and tints

Shades of #A08D9D

#A08D9D
(160,141,157)
#92818F
(146,129,143)
#847581
(132,117,129)
#766973
(118,105,115)
#685D65
(104,93,101)
#5A5157
(90,81,87)
#4C4549
(76,69,73)
#3E393B
(62,57,59)
#302D2D
(48,45,45)
#22211F
(34,33,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #A08D9D

#A08D9D
(160,141,157)
#A897A5
(168,151,165)
#B0A1AD
(176,161,173)
#B8ABB5
(184,171,181)
#C0B5BD
(192,181,189)
#C8BFC5
(200,191,197)
#D0C9CD
(208,201,205)
#D8D3D5
(216,211,213)
#E0DDDD
(224,221,221)
#E8E7E5
(232,231,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A08D9D color. Also use rgb(160,141,157) instead hex code.

Text Font Color

.myTextColor { color: #A08D9D; }

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

This text font color is #A08D9D.

Background Color

.myBgColor { background-color: #A08D9D; }

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

This div background color is #A08D9D.

Border color

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

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

This div border color is #A08D9D.

Opacity

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

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

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

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

This text has shadow with #A08D9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08D9D.

Preview

Color preview on black background

This text has color #A08D9D on black background.


Color preview on white background

This text has color #A08D9D on white background.


Black color preview on #A08D9D background

This text has black color on #A08D9D background.


White color preview on #A08D9D background

This text has white color on #A08D9D background.


Related colors

Complementary color

Complementary color for #hex is #5F7262.


I love getcolorcode.com

Triadic colors

1 #9DA08D and #8D9DA0 with #A08D9D are triadic colors.

2 #9D8DA0 and #8DA09D with #A08D9D are triadic colors.