COLOR #A09CA3

HEX: #A09CA3
RGB: (160,156,163)

Color info

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

RGB color model

#A09CA3 color RGB value is (160,156,163).

  • red value is 160;
  • green value is 156;
  • blue value is 163.
RGB:
(160,156,163)
(63%,61%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 163 of 255 = 64%

160
156
163

R + G + B ~ 63%. #A09CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 163 = 479 (100%)
R 160 of 479 ~ 33.4%
G 156 of 479 ~ 32.57%
B 163 of 479 ~ 34.03%

%33.4
%32.57
%34.03

CMYK color model

#A09CA3 color CMYK value is (2,4,0,36).

  • cyan value is 1.84%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(2,4,0,36)
C2M4Y0K36 
(2%,4%,0%,36%)
(0.02/0.04/0.00/0.36)	

CMYK percentages

%1.84
%4.29
%0
%36.08

Codes

Color #A09CA3 in popluar color models

A09CA3
RGB160156163
HSL274°3.66%62.55%
HSB/HSV274°4.29%63.92%
CMYK1.84%4.29%0.00%
36.08%

Color #A09CA3 in popluar number systems.

HEXA09CA3
Decimal160156163
Binary101000001001110010100011
Octal240234243

Shades and tints

Shades of #A09CA3

#A09CA3
(160,156,163)
#928E95
(146,142,149)
#848087
(132,128,135)
#767279
(118,114,121)
#68646B
(104,100,107)
#5A565D
(90,86,93)
#4C484F
(76,72,79)
#3E3A41
(62,58,65)
#302C33
(48,44,51)
#221E25
(34,30,37)
#141017
(20,16,23)
#000000
(0,0,0)

Tints of #A09CA3

#A09CA3
(160,156,163)
#A8A5AB
(168,165,171)
#B0AEB3
(176,174,179)
#B8B7BB
(184,183,187)
#C0C0C3
(192,192,195)
#C8C9CB
(200,201,203)
#D0D2D3
(208,210,211)
#D8DBDB
(216,219,219)
#E0E4E3
(224,228,227)
#E8EDEB
(232,237,235)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09CA3; }

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

This text font color is #A09CA3.


Background Color

.myBgColor { background-color: #A09CA3; }

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

This div background color is #A09CA3.


Border color

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

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

This div border color is #A09CA3.


Opacity

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

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

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

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

This text has shadow with #A09CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09CA3 on black background.


Color preview on white background

This text has color #A09CA3 on white background.



Black color preview on #A09CA3 background

This text has black color on #A09CA3 background.


White color preview on #A09CA3 background

This text has white color on #A09CA3 background.