COLOR #A09CAE

HEX: #A09CAE
RGB: (160,156,174)

Color info

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

RGB color model

#A09CAE color RGB value is (160,156,174).

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

RGB channels and saturation

R 160 of 255 = 63%
G 156 of 255 = 61%
B 174 of 255 = 68%

160
156
174

R + G + B ~ 64%. #A09CAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 156 + 174 = 490 (100%)
R 160 of 490 ~ 32.65%
G 156 of 490 ~ 31.84%
B 174 of 490 ~ 35.51%

%32.65
%31.84
%35.51

CMYK color model

#A09CAE color CMYK value is (8,10,0,32).

  • cyan value is 8.05%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(8,10,0,32)
C8M10Y0K32 
(8%,10%,0%,32%)
(0.08/0.10/0.00/0.32)	

CMYK percentages

%8.05
%10.34
%0
%31.76

Codes

Color #A09CAE in popluar color models

A09CAE
RGB160156174
HSL253°10.00%64.71%
HSB/HSV253°10.34%68.24%
CMYK8.05%10.34%0.00%
31.76%

Color #A09CAE in popluar number systems.

HEXA09CAE
Decimal160156174
Binary101000001001110010101110
Octal240234256

Shades and tints

Shades of #A09CAE

#A09CAE
(160,156,174)
#928E9F
(146,142,159)
#848090
(132,128,144)
#767281
(118,114,129)
#686472
(104,100,114)
#5A5663
(90,86,99)
#4C4854
(76,72,84)
#3E3A45
(62,58,69)
#302C36
(48,44,54)
#221E27
(34,30,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #A09CAE

#A09CAE
(160,156,174)
#A8A5B5
(168,165,181)
#B0AEBC
(176,174,188)
#B8B7C3
(184,183,195)
#C0C0CA
(192,192,202)
#C8C9D1
(200,201,209)
#D0D2D8
(208,210,216)
#D8DBDF
(216,219,223)
#E0E4E6
(224,228,230)
#E8EDED
(232,237,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09CAE; }

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

This text font color is #A09CAE.


Background Color

.myBgColor { background-color: #A09CAE; }

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

This div background color is #A09CAE.


Border color

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

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

This div border color is #A09CAE.


Opacity

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

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

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

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

This text has shadow with #A09CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09CAE on black background.


Color preview on white background

This text has color #A09CAE on white background.



Black color preview on #A09CAE background

This text has black color on #A09CAE background.


White color preview on #A09CAE background

This text has white color on #A09CAE background.