COLOR #A08CA0

HEX: #A08CA0
RGB: (160,140,160)

Color info

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

RGB color model

#A08CA0 color RGB value is (160,140,160).

  • red value is 160;
  • green value is 140;
  • blue value is 160.
RGB:
(160,140,160)
(63%,55%,63%)

RGB channels and saturation

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

160
140
160

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

Portions of RGB colors in percentages

R + G + B =
160 + 140 + 160 = 460 (100%)
R 160 of 460 ~ 34.78%
G 140 of 460 ~ 30.43%
B 160 of 460 ~ 34.78%

%34.78
%30.43
%34.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(0,13,0,37)
C0M13Y0K37 
(0%,13%,0%,37%)
(0.00/0.13/0.00/0.37)	

CMYK percentages

%0
%12.5
%0
%37.25

Codes

Color #A08CA0 in popluar color models

A08CA0
RGB160140160
HSL300°9.52%58.82%
HSB/HSV300°12.50%62.75%
CMYK0.00%12.50%0.00%
37.25%

Color #A08CA0 in popluar number systems.

HEXA08CA0
Decimal160140160
Binary101000001000110010100000
Octal240214240

Shades and tints

Shades of #A08CA0

#A08CA0
(160,140,160)
#928092
(146,128,146)
#847484
(132,116,132)
#766876
(118,104,118)
#685C68
(104,92,104)
#5A505A
(90,80,90)
#4C444C
(76,68,76)
#3E383E
(62,56,62)
#302C30
(48,44,48)
#222022
(34,32,34)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #A08CA0

#A08CA0
(160,140,160)
#A896A8
(168,150,168)
#B0A0B0
(176,160,176)
#B8AAB8
(184,170,184)
#C0B4C0
(192,180,192)
#C8BEC8
(200,190,200)
#D0C8D0
(208,200,208)
#D8D2D8
(216,210,216)
#E0DCE0
(224,220,224)
#E8E6E8
(232,230,232)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A08CA0; }

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

This text font color is #A08CA0.


Background Color

.myBgColor { background-color: #A08CA0; }

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

This div background color is #A08CA0.


Border color

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

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

This div border color is #A08CA0.


Opacity

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

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

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

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

This text has shadow with #A08CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A08CA0 on black background.


Color preview on white background

This text has color #A08CA0 on white background.



Black color preview on #A08CA0 background

This text has black color on #A08CA0 background.


White color preview on #A08CA0 background

This text has white color on #A08CA0 background.