COLOR #A09FAF

HEX: #A09FAF RGB: (160,159,175)

Color info

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

RGB color model

#A09FAF color RGB value is (160,159,175).

RGB: (160,159,175) (63%, 62%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 175 of 255 = 69%

160
159
175

R + G + B ~ 65%. #A09FAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 159 + 175 = 494 (100%)
R 160 of 494 ~ 32.39%
G 159 of 494 ~ 32.19%
B 175 of 494 ~ 35.43'%

%32.39
%32.19
%35.43

CMYK color model

#A09FAF color CMYK value is (9,9,0,31).

  • cyan value is 8.57%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (9,9,0,31)
C9M9Y0K31 (9%, 9%, 0%, 31%)
(0.09 / 0.09 / 0.00 / 0.31)

CMYK percentages

%8.57
%9.14
%0
%31.37

Codes

Color #A09FAF in popluar color models

A0 9F AF
RGB 160 159 175
HSL 244° 9.09% 65.49%
HSB/HSV 244° 9.14% 68.63%
CMYK 8.57% 9.14% 0.00%
31.37%

Color #A09FAF in popluar number systems.

HEX A0 9F AF
Decimal 160 159 175
Binary 10100000 10011111 10101111
Octal 240 237 257

Shades and tints

Shades of #A09FAF

#A09FAF
(160,159,175)
#9291A0
(146,145,160)
#848391
(132,131,145)
#767582
(118,117,130)
#686773
(104,103,115)
#5A5964
(90,89,100)
#4C4B55
(76,75,85)
#3E3D46
(62,61,70)
#302F37
(48,47,55)
#222128
(34,33,40)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #A09FAF

#A09FAF
(160,159,175)
#A8A7B6
(168,167,182)
#B0AFBD
(176,175,189)
#B8B7C4
(184,183,196)
#C0BFCB
(192,191,203)
#C8C7D2
(200,199,210)
#D0CFD9
(208,207,217)
#D8D7E0
(216,215,224)
#E0DFE7
(224,223,231)
#E8E7EE
(232,231,238)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09FAF color. Also use rgb(160,159,175) instead hex code.

Text Font Color

.myTextColor { color: #A09FAF; }

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

This text font color is #A09FAF.

Background Color

.myBgColor { background-color: #A09FAF; }

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

This div background color is #A09FAF.

Border color

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

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

This div border color is #A09FAF.

Opacity

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

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

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

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

This text has shadow with #A09FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09FAF.

Preview

Color preview on black background

This text has color #A09FAF on black background.


Color preview on white background

This text has color #A09FAF on white background.


Black color preview on #A09FAF background

This text has black color on #A09FAF background.


White color preview on #A09FAF background

This text has white color on #A09FAF background.


Related colors

Complementary color

Complementary color for #hex is #5F6050.


I love getcolorcode.com

Triadic colors

1 #AFA09F and #9FAFA0 with #A09FAF are triadic colors.

2 #AF9FA0 and #9FA0AF with #A09FAF are triadic colors.