COLOR #A08A9D

HEX: #A08A9D RGB: (160,138,157)

Color info

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

RGB color model

#A08A9D color RGB value is (160,138,157).

RGB: (160,138,157) (63%, 54%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 138 of 255 = 54%
B 157 of 255 = 62%

160
138
157

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

Portions of RGB colors in percentages

R + G + B = 160 + 138 + 157 = 455 (100%)
R 160 of 455 ~ 35.16%
G 138 of 455 ~ 30.33%
B 157 of 455 ~ 34.51'%

%35.16
%30.33
%34.51

CMYK color model

#A08A9D color CMYK value is (0,14,2,37).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 1.87%
  • key color value is 37.25%
CMYK: (0,14,2,37) C0M14Y2K37 (0%,14%,2%,37%) (0.00/0.14/0.02/0.37) 

CMYK percentages

%0
%13.75
%1.87
%37.25

Codes

Color #A08A9D in popluar color models

A0 8A 9D
RGB 160 138 157
HSL 308° 10.38% 58.43%
HSB/HSV 308° 13.75% 62.75%
CMYK 0.00% 13.75% 1.87%
37.25%

Color #A08A9D in popluar number systems.

HEX A0 8A 9D
Decimal 160 138 157
Binary 10100000 10001010 10011101
Octal 240 212 235

Shades and tints

Shades of #A08A9D

#A08A9D
(160,138,157)
#927E8F
(146,126,143)
#847281
(132,114,129)
#766673
(118,102,115)
#685A65
(104,90,101)
#5A4E57
(90,78,87)
#4C4249
(76,66,73)
#3E363B
(62,54,59)
#302A2D
(48,42,45)
#221E1F
(34,30,31)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #A08A9D

#A08A9D
(160,138,157)
#A894A5
(168,148,165)
#B09EAD
(176,158,173)
#B8A8B5
(184,168,181)
#C0B2BD
(192,178,189)
#C8BCC5
(200,188,197)
#D0C6CD
(208,198,205)
#D8D0D5
(216,208,213)
#E0DADD
(224,218,221)
#E8E4E5
(232,228,229)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08A9D; }

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

This text font color is #A08A9D.

Background Color

.myBgColor { background-color: #A08A9D; }

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

This div background color is #A08A9D.

Border color

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

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

This div border color is #A08A9D.

Opacity

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

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

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

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

This text has shadow with #A08A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08A9D.

Preview

Color preview on black background

This text has color #A08A9D on black background.


Color preview on white background

This text has color #A08A9D on white background.


Black color preview on #A08A9D background

This text has black color on #A08A9D background.


White color preview on #A08A9D background

This text has white color on #A08A9D background.


Related colors

Complementary color

Complementary color for #hex is #5F7562.


I love getcolorcode.com

Triadic colors

1 #9DA08A and #8A9DA0 with #A08A9D are triadic colors.

2 #9D8AA0 and #8AA09D with #A08A9D are triadic colors.