COLOR #A0818C

HEX: #A0818C
RGB: (160,129,140)

Color info

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

RGB color model

#A0818C color RGB value is (160,129,140).

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

RGB channels and saturation

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

160
129
140

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

Portions of RGB colors in percentages

R + G + B =
160 + 129 + 140 = 429 (100%)
R 160 of 429 ~ 37.3%
G 129 of 429 ~ 30.07%
B 140 of 429 ~ 32.63%

%37.3
%30.07
%32.63

CMYK color model

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

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

CMYK percentages

%0
%19.38
%12.5
%37.25

Codes

Color #A0818C in popluar color models

A0818C
RGB160129140
HSL339°14.03%56.67%
HSB/HSV339°19.38%62.75%
CMYK0.00%19.38%12.50%
37.25%

Color #A0818C in popluar number systems.

HEXA0818C
Decimal160129140
Binary101000001000000110001100
Octal240201214

Shades and tints

Shades of #A0818C

#A0818C
(160,129,140)
#927680
(146,118,128)
#846B74
(132,107,116)
#766068
(118,96,104)
#68555C
(104,85,92)
#5A4A50
(90,74,80)
#4C3F44
(76,63,68)
#3E3438
(62,52,56)
#30292C
(48,41,44)
#221E20
(34,30,32)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #A0818C

#A0818C
(160,129,140)
#A88C96
(168,140,150)
#B097A0
(176,151,160)
#B8A2AA
(184,162,170)
#C0ADB4
(192,173,180)
#C8B8BE
(200,184,190)
#D0C3C8
(208,195,200)
#D8CED2
(216,206,210)
#E0D9DC
(224,217,220)
#E8E4E6
(232,228,230)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0818C; }

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

This text font color is #A0818C.


Background Color

.myBgColor { background-color: #A0818C; }

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

This div background color is #A0818C.


Border color

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

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

This div border color is #A0818C.


Opacity

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

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

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

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

This text has shadow with #A0818C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0818C on black background.


Color preview on white background

This text has color #A0818C on white background.



Black color preview on #A0818C background

This text has black color on #A0818C background.


White color preview on #A0818C background

This text has white color on #A0818C background.