COLOR #A098AF

HEX: #A098AF RGB: (160,152,175)

Color info

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

RGB color model

#A098AF color RGB value is (160,152,175).

RGB: (160,152,175) (63%, 60%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 152 of 255 = 60%
B 175 of 255 = 69%

160
152
175

R + G + B ~ 64%. #A098AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 152 + 175 = 487 (100%)
R 160 of 487 ~ 32.85%
G 152 of 487 ~ 31.21%
B 175 of 487 ~ 35.93'%

%32.85
%31.21
%35.93

CMYK color model

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

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

CMYK: (9,13,0,31)
C9M13Y0K31 (9%, 13%, 0%, 31%)
(0.09 / 0.13 / 0.00 / 0.31)

CMYK percentages

%8.57
%13.14
%0
%31.37

Codes

Color #A098AF in popluar color models

A0 98 AF
RGB 160 152 175
HSL 261° 12.57% 64.12%
HSB/HSV 261° 13.14% 68.63%
CMYK 8.57% 13.14% 0.00%
31.37%

Color #A098AF in popluar number systems.

HEX A0 98 AF
Decimal 160 152 175
Binary 10100000 10011000 10101111
Octal 240 230 257

Shades and tints

Shades of #A098AF

#A098AF
(160,152,175)
#928BA0
(146,139,160)
#847E91
(132,126,145)
#767182
(118,113,130)
#686473
(104,100,115)
#5A5764
(90,87,100)
#4C4A55
(76,74,85)
#3E3D46
(62,61,70)
#303037
(48,48,55)
#222328
(34,35,40)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #A098AF

#A098AF
(160,152,175)
#A8A1B6
(168,161,182)
#B0AABD
(176,170,189)
#B8B3C4
(184,179,196)
#C0BCCB
(192,188,203)
#C8C5D2
(200,197,210)
#D0CED9
(208,206,217)
#D8D7E0
(216,215,224)
#E0E0E7
(224,224,231)
#E8E9EE
(232,233,238)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A098AF; }

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

This text font color is #A098AF.

Background Color

.myBgColor { background-color: #A098AF; }

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

This div background color is #A098AF.

Border color

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

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

This div border color is #A098AF.

Opacity

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

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

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

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

This text has shadow with #A098AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A098AF.

Preview

Color preview on black background

This text has color #A098AF on black background.


Color preview on white background

This text has color #A098AF on white background.


Black color preview on #A098AF background

This text has black color on #A098AF background.


White color preview on #A098AF background

This text has white color on #A098AF background.


Related colors

Complementary color

Complementary color for #hex is #5F6750.


I love getcolorcode.com

Triadic colors

1 #AFA098 and #98AFA0 with #A098AF are triadic colors.

2 #AF98A0 and #98A0AF with #A098AF are triadic colors.