COLOR #A08E9A

HEX: #A08E9A
RGB: (160,142,154)

Color info

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

RGB color model

#A08E9A color RGB value is (160,142,154).

  • red value is 160;
  • green value is 142;
  • blue value is 154.
RGB:
(160,142,154)
(63%,56%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 142 of 255 = 56%
B 154 of 255 = 60%

160
142
154

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

Portions of RGB colors in percentages

R + G + B =
160 + 142 + 154 = 456 (100%)
R 160 of 456 ~ 35.09%
G 142 of 456 ~ 31.14%
B 154 of 456 ~ 33.77%

%35.09
%31.14
%33.77

CMYK color model

#A08E9A color CMYK value is (0,11,4,37).

  • cyan value is 0.00%
  • magenta value is 11.25%
  • yellow value is 3.75%
  • key color value is 37.25%
CMYK:
(0,11,4,37)
C0M11Y4K37 
(0%,11%,4%,37%)
(0.00/0.11/0.04/0.37)	

CMYK percentages

%0
%11.25
%3.75
%37.25

Codes

Color #A08E9A in popluar color models

A08E9A
RGB160142154
HSL320°8.65%59.22%
HSB/HSV320°11.25%62.75%
CMYK0.00%11.25%3.75%
37.25%

Color #A08E9A in popluar number systems.

HEXA08E9A
Decimal160142154
Binary101000001000111010011010
Octal240216232

Shades and tints

Shades of #A08E9A

#A08E9A
(160,142,154)
#92828C
(146,130,140)
#84767E
(132,118,126)
#766A70
(118,106,112)
#685E62
(104,94,98)
#5A5254
(90,82,84)
#4C4646
(76,70,70)
#3E3A38
(62,58,56)
#302E2A
(48,46,42)
#22221C
(34,34,28)
#14160E
(20,22,14)
#000000
(0,0,0)

Tints of #A08E9A

#A08E9A
(160,142,154)
#A898A3
(168,152,163)
#B0A2AC
(176,162,172)
#B8ACB5
(184,172,181)
#C0B6BE
(192,182,190)
#C8C0C7
(200,192,199)
#D0CAD0
(208,202,208)
#D8D4D9
(216,212,217)
#E0DEE2
(224,222,226)
#E8E8EB
(232,232,235)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08E9A; }

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

This text font color is #A08E9A.


Background Color

.myBgColor { background-color: #A08E9A; }

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

This div background color is #A08E9A.


Border color

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

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

This div border color is #A08E9A.


Opacity

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

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

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

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

This text has shadow with #A08E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08E9A on black background.


Color preview on white background

This text has color #A08E9A on white background.



Black color preview on #A08E9A background

This text has black color on #A08E9A background.


White color preview on #A08E9A background

This text has white color on #A08E9A background.