COLOR #A09CA9

HEX: #A09CA9 RGB: (160,156,169)

Color info

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

RGB color model

#A09CA9 color RGB value is (160,156,169).

RGB: (160,156,169) (63%, 61%, 66%)

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 169 of 255 = 66%

160
156
169

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

Portions of RGB colors in percentages

R + G + B = 160 + 156 + 169 = 485 (100%)
R 160 of 485 ~ 32.99%
G 156 of 485 ~ 32.16%
B 169 of 485 ~ 34.85'%

%32.99
%32.16
%34.85

CMYK color model

#A09CA9 color CMYK value is (5,8,0,34).

  • cyan value is 5.33%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (5,8,0,34)
C5M8Y0K34 (5%, 8%, 0%, 34%)
(0.05 / 0.08 / 0.00 / 0.34)

CMYK percentages

%5.33
%7.69
%0
%33.73

Codes

Color #A09CA9 in popluar color models

A0 9C A9
RGB 160 156 169
HSL 258° 7.03% 63.73%
HSB/HSV 258° 7.69% 66.27%
CMYK 5.33% 7.69% 0.00%
33.73%

Color #A09CA9 in popluar number systems.

HEX A0 9C A9
Decimal 160 156 169
Binary 10100000 10011100 10101001
Octal 240 234 251

Shades and tints

Shades of #A09CA9

#A09CA9
(160,156,169)
#928E9A
(146,142,154)
#84808B
(132,128,139)
#76727C
(118,114,124)
#68646D
(104,100,109)
#5A565E
(90,86,94)
#4C484F
(76,72,79)
#3E3A40
(62,58,64)
#302C31
(48,44,49)
#221E22
(34,30,34)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #A09CA9

#A09CA9
(160,156,169)
#A8A5B0
(168,165,176)
#B0AEB7
(176,174,183)
#B8B7BE
(184,183,190)
#C0C0C5
(192,192,197)
#C8C9CC
(200,201,204)
#D0D2D3
(208,210,211)
#D8DBDA
(216,219,218)
#E0E4E1
(224,228,225)
#E8EDE8
(232,237,232)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09CA9; }

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

This text font color is #A09CA9.

Background Color

.myBgColor { background-color: #A09CA9; }

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

This div background color is #A09CA9.

Border color

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

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

This div border color is #A09CA9.

Opacity

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

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

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

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

This text has shadow with #A09CA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09CA9.

Preview

Color preview on black background

This text has color #A09CA9 on black background.


Color preview on white background

This text has color #A09CA9 on white background.


Black color preview on #A09CA9 background

This text has black color on #A09CA9 background.


White color preview on #A09CA9 background

This text has white color on #A09CA9 background.


Related colors

Complementary color

Complementary color for #hex is #5F6356.


I love getcolorcode.com

Triadic colors

1 #A9A09C and #9CA9A0 with #A09CA9 are triadic colors.

2 #A99CA0 and #9CA0A9 with #A09CA9 are triadic colors.