COLOR #A08C9F

HEX: #A08C9F RGB: (160,140,159)

Color info

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

RGB color model

#A08C9F color RGB value is (160,140,159).

RGB: (160,140,159) (63%, 55%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 140 of 255 = 55%
B 159 of 255 = 62%

160
140
159

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

Portions of RGB colors in percentages

R + G + B = 160 + 140 + 159 = 459 (100%)
R 160 of 459 ~ 34.86%
G 140 of 459 ~ 30.5%
B 159 of 459 ~ 34.64'%

%34.86
%30.5
%34.64

CMYK color model

#A08C9F color CMYK value is (0,13,1,37).

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

CMYK: (0,13,1,37)
C0M13Y1K37 (0%, 13%, 1%, 37%)
(0.00 / 0.13 / 0.01 / 0.37)

CMYK percentages

%0
%12.5
%0.62
%37.25

Codes

Color #A08C9F in popluar color models

A0 8C 9F
RGB 160 140 159
HSL 303° 9.52% 58.82%
HSB/HSV 303° 12.50% 62.75%
CMYK 0.00% 12.50% 0.62%
37.25%

Color #A08C9F in popluar number systems.

HEX A0 8C 9F
Decimal 160 140 159
Binary 10100000 10001100 10011111
Octal 240 214 237

Shades and tints

Shades of #A08C9F

#A08C9F
(160,140,159)
#928091
(146,128,145)
#847483
(132,116,131)
#766875
(118,104,117)
#685C67
(104,92,103)
#5A5059
(90,80,89)
#4C444B
(76,68,75)
#3E383D
(62,56,61)
#302C2F
(48,44,47)
#222021
(34,32,33)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #A08C9F

#A08C9F
(160,140,159)
#A896A7
(168,150,167)
#B0A0AF
(176,160,175)
#B8AAB7
(184,170,183)
#C0B4BF
(192,180,191)
#C8BEC7
(200,190,199)
#D0C8CF
(208,200,207)
#D8D2D7
(216,210,215)
#E0DCDF
(224,220,223)
#E8E6E7
(232,230,231)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08C9F; }

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

This text font color is #A08C9F.

Background Color

.myBgColor { background-color: #A08C9F; }

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

This div background color is #A08C9F.

Border color

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

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

This div border color is #A08C9F.

Opacity

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

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

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

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

This text has shadow with #A08C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A08C9F.

Preview

Color preview on black background

This text has color #A08C9F on black background.


Color preview on white background

This text has color #A08C9F on white background.


Black color preview on #A08C9F background

This text has black color on #A08C9F background.


White color preview on #A08C9F background

This text has white color on #A08C9F background.


Related colors

Complementary color

Complementary color for #hex is #5F7360.


I love getcolorcode.com

Triadic colors

1 #9FA08C and #8C9FA0 with #A08C9F are triadic colors.

2 #9F8CA0 and #8CA09F with #A08C9F are triadic colors.