COLOR #A09AAC

HEX: #A09AAC RGB: (160,154,172)

Color info

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

RGB color model

#A09AAC color RGB value is (160,154,172).

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

RGB channels and saturation

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

160
154
172

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

Portions of RGB colors in percentages

R + G + B = 160 + 154 + 172 = 486 (100%)
R 160 of 486 ~ 32.92%
G 154 of 486 ~ 31.69%
B 172 of 486 ~ 35.39'%

%32.92
%31.69
%35.39

CMYK color model

#A09AAC color CMYK value is (7,10,0,33).

  • cyan value is 6.98%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (7,10,0,33)
C7M10Y0K33 (7%, 10%, 0%, 33%)
(0.07 / 0.10 / 0.00 / 0.33)

CMYK percentages

%6.98
%10.47
%0
%32.55

Codes

Color #A09AAC in popluar color models

A0 9A AC
RGB 160 154 172
HSL 260° 9.78% 63.92%
HSB/HSV 260° 10.47% 67.45%
CMYK 6.98% 10.47% 0.00%
32.55%

Color #A09AAC in popluar number systems.

HEX A0 9A AC
Decimal 160 154 172
Binary 10100000 10011010 10101100
Octal 240 232 254

Shades and tints

Shades of #A09AAC

#A09AAC
(160,154,172)
#928C9D
(146,140,157)
#847E8E
(132,126,142)
#76707F
(118,112,127)
#686270
(104,98,112)
#5A5461
(90,84,97)
#4C4652
(76,70,82)
#3E3843
(62,56,67)
#302A34
(48,42,52)
#221C25
(34,28,37)
#140E16
(20,14,22)
#000000
(0,0,0)

Tints of #A09AAC

#A09AAC
(160,154,172)
#A8A3B3
(168,163,179)
#B0ACBA
(176,172,186)
#B8B5C1
(184,181,193)
#C0BEC8
(192,190,200)
#C8C7CF
(200,199,207)
#D0D0D6
(208,208,214)
#D8D9DD
(216,217,221)
#E0E2E4
(224,226,228)
#E8EBEB
(232,235,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09AAC; }

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

This text font color is #A09AAC.

Background Color

.myBgColor { background-color: #A09AAC; }

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

This div background color is #A09AAC.

Border color

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

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

This div border color is #A09AAC.

Opacity

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

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

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

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

This text has shadow with #A09AAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09AAC.

Preview

Color preview on black background

This text has color #A09AAC on black background.


Color preview on white background

This text has color #A09AAC on white background.


Black color preview on #A09AAC background

This text has black color on #A09AAC background.


White color preview on #A09AAC background

This text has white color on #A09AAC background.


Related colors

Complementary color

Complementary color for #hex is #5F6553.


I love getcolorcode.com

Triadic colors

1 #ACA09A and #9AACA0 with #A09AAC are triadic colors.

2 #AC9AA0 and #9AA0AC with #A09AAC are triadic colors.