COLOR #A09AAB

HEX: #A09AAB RGB: (160,154,171)

Color info

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

RGB color model

#A09AAB color RGB value is (160,154,171).

RGB: (160,154,171) (63%, 60%, 67%)

RGB channels and saturation

R 160 of 255 = 63%
G 154 of 255 = 60%
B 171 of 255 = 67%

160
154
171

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

Portions of RGB colors in percentages

R + G + B = 160 + 154 + 171 = 485 (100%)
R 160 of 485 ~ 32.99%
G 154 of 485 ~ 31.75%
B 171 of 485 ~ 35.26'%

%32.99
%31.75
%35.26

CMYK color model

#A09AAB color CMYK value is (6,10,0,33).

  • cyan value is 6.43%
  • magenta value is 9.94%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (6,10,0,33)
C6M10Y0K33 (6%, 10%, 0%, 33%)
(0.06 / 0.10 / 0.00 / 0.33)

CMYK percentages

%6.43
%9.94
%0
%32.94

Codes

Color #A09AAB in popluar color models

A0 9A AB
RGB 160 154 171
HSL 261° 9.19% 63.73%
HSB/HSV 261° 9.94% 67.06%
CMYK 6.43% 9.94% 0.00%
32.94%

Color #A09AAB in popluar number systems.

HEX A0 9A AB
Decimal 160 154 171
Binary 10100000 10011010 10101011
Octal 240 232 253

Shades and tints

Shades of #A09AAB

#A09AAB
(160,154,171)
#928C9C
(146,140,156)
#847E8D
(132,126,141)
#76707E
(118,112,126)
#68626F
(104,98,111)
#5A5460
(90,84,96)
#4C4651
(76,70,81)
#3E3842
(62,56,66)
#302A33
(48,42,51)
#221C24
(34,28,36)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #A09AAB

#A09AAB
(160,154,171)
#A8A3B2
(168,163,178)
#B0ACB9
(176,172,185)
#B8B5C0
(184,181,192)
#C0BEC7
(192,190,199)
#C8C7CE
(200,199,206)
#D0D0D5
(208,208,213)
#D8D9DC
(216,217,220)
#E0E2E3
(224,226,227)
#E8EBEA
(232,235,234)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09AAB color. Also use rgb(160,154,171) instead hex code.

Text Font Color

.myTextColor { color: #A09AAB; }

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

This text font color is #A09AAB.

Background Color

.myBgColor { background-color: #A09AAB; }

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

This div background color is #A09AAB.

Border color

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

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

This div border color is #A09AAB.

Opacity

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

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

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

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

This text has shadow with #A09AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09AAB.

Preview

Color preview on black background

This text has color #A09AAB on black background.


Color preview on white background

This text has color #A09AAB on white background.


Black color preview on #A09AAB background

This text has black color on #A09AAB background.


White color preview on #A09AAB background

This text has white color on #A09AAB background.


Related colors

Complementary color

Complementary color for #hex is #5F6554.


I love getcolorcode.com

Triadic colors

1 #ABA09A and #9AABA0 with #A09AAB are triadic colors.

2 #AB9AA0 and #9AA0AB with #A09AAB are triadic colors.