COLOR #A0969E

HEX: #A0969E RGB: (160,150,158)

Color info

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

RGB color model

#A0969E color RGB value is (160,150,158).

RGB: (160,150,158) (63%, 59%, 62%)

RGB channels and saturation

R 160 of 255 = 63%
G 150 of 255 = 59%
B 158 of 255 = 62%

160
150
158

R + G + B ~ 61%. #A0969E is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 150 + 158 = 468 (100%)
R 160 of 468 ~ 34.19%
G 150 of 468 ~ 32.05%
B 158 of 468 ~ 33.76'%

%34.19
%32.05
%33.76

CMYK color model

#A0969E color CMYK value is (0,6,1,37).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 1.25%
  • key color value is 37.25%

CMYK: (0,6,1,37)
C0M6Y1K37 (0%, 6%, 1%, 37%)
(0.00 / 0.06 / 0.01 / 0.37)

CMYK percentages

%0
%6.25
%1.25
%37.25

Codes

Color #A0969E in popluar color models

A0 96 9E
RGB 160 150 158
HSL 312° 5.00% 60.78%
HSB/HSV 312° 6.25% 62.75%
CMYK 0.00% 6.25% 1.25%
37.25%

Color #A0969E in popluar number systems.

HEX A0 96 9E
Decimal 160 150 158
Binary 10100000 10010110 10011110
Octal 240 226 236

Shades and tints

Shades of #A0969E

#A0969E
(160,150,158)
#928990
(146,137,144)
#847C82
(132,124,130)
#766F74
(118,111,116)
#686266
(104,98,102)
#5A5558
(90,85,88)
#4C484A
(76,72,74)
#3E3B3C
(62,59,60)
#302E2E
(48,46,46)
#222120
(34,33,32)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #A0969E

#A0969E
(160,150,158)
#A89FA6
(168,159,166)
#B0A8AE
(176,168,174)
#B8B1B6
(184,177,182)
#C0BABE
(192,186,190)
#C8C3C6
(200,195,198)
#D0CCCE
(208,204,206)
#D8D5D6
(216,213,214)
#E0DEDE
(224,222,222)
#E8E7E6
(232,231,230)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0969E; }

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

This text font color is #A0969E.

Background Color

.myBgColor { background-color: #A0969E; }

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

This div background color is #A0969E.

Border color

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

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

This div border color is #A0969E.

Opacity

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

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

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

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

This text has shadow with #A0969E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0969E.

Preview

Color preview on black background

This text has color #A0969E on black background.


Color preview on white background

This text has color #A0969E on white background.


Black color preview on #A0969E background

This text has black color on #A0969E background.


White color preview on #A0969E background

This text has white color on #A0969E background.


Related colors

Complementary color

Complementary color for #hex is #5F6961.


I love getcolorcode.com

Triadic colors

1 #9EA096 and #969EA0 with #A0969E are triadic colors.

2 #9E96A0 and #96A09E with #A0969E are triadic colors.