COLOR #A890AB

HEX: #A890AB RGB: (168,144,171)

Color info

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

RGB color model

#A890AB color RGB value is (168,144,171).

RGB: (168,144,171) (66%, 56%, 67%)

RGB channels and saturation

R 168 of 255 = 66%
G 144 of 255 = 56%
B 171 of 255 = 67%

168
144
171

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

Portions of RGB colors in percentages

R + G + B = 168 + 144 + 171 = 483 (100%)
R 168 of 483 ~ 34.78%
G 144 of 483 ~ 29.81%
B 171 of 483 ~ 35.4'%

%34.78
%29.81
%35.4

CMYK color model

#A890AB color CMYK value is (2,16,0,33).

  • cyan value is 1.75%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (2,16,0,33) C2M16Y0K33 (2%,16%,0%,33%) (0.02/0.16/0.00/0.33) 

CMYK percentages

%1.75
%15.79
%0
%32.94

Codes

Color #A890AB in popluar color models

A8 90 AB
RGB 168 144 171
HSL 293° 13.85% 61.76%
HSB/HSV 293° 15.79% 67.06%
CMYK 1.75% 15.79% 0.00%
32.94%

Color #A890AB in popluar number systems.

HEX A8 90 AB
Decimal 168 144 171
Binary 10101000 10010000 10101011
Octal 250 220 253

Shades and tints

Shades of #A890AB

#A890AB
(168,144,171)
#99839C
(153,131,156)
#8A768D
(138,118,141)
#7B697E
(123,105,126)
#6C5C6F
(108,92,111)
#5D4F60
(93,79,96)
#4E4251
(78,66,81)
#3F3542
(63,53,66)
#302833
(48,40,51)
#211B24
(33,27,36)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #A890AB

#A890AB
(168,144,171)
#AF9AB2
(175,154,178)
#B6A4B9
(182,164,185)
#BDAEC0
(189,174,192)
#C4B8C7
(196,184,199)
#CBC2CE
(203,194,206)
#D2CCD5
(210,204,213)
#D9D6DC
(217,214,220)
#E0E0E3
(224,224,227)
#E7EAEA
(231,234,234)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A890AB color. Also use rgb(168,144,171) instead hex code.

Text Font Color

.myTextColor { color: #A890AB; }

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

This text font color is #A890AB.

Background Color

.myBgColor { background-color: #A890AB; }

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

This div background color is #A890AB.

Border color

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

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

This div border color is #A890AB.

Opacity

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

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

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

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

This text has shadow with #A890AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A890AB.

Preview

Color preview on black background

This text has color #A890AB on black background.


Color preview on white background

This text has color #A890AB on white background.


Black color preview on #A890AB background

This text has black color on #A890AB background.


White color preview on #A890AB background

This text has white color on #A890AB background.


Related colors

Complementary color

Complementary color for #hex is #576F54.


I love getcolorcode.com

Triadic colors

1 #ABA890 and #90ABA8 with #A890AB are triadic colors.

2 #AB90A8 and #90A8AB with #A890AB are triadic colors.