COLOR #A198AF

HEX: #A198AF RGB: (161,152,175)

Color info

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

RGB color model

#A198AF color RGB value is (161,152,175).

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

RGB channels and saturation

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

161
152
175

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

Portions of RGB colors in percentages

R + G + B = 161 + 152 + 175 = 488 (100%)
R 161 of 488 ~ 32.99%
G 152 of 488 ~ 31.15%
B 175 of 488 ~ 35.86'%

%32.99
%31.15
%35.86

CMYK color model

#A198AF color CMYK value is (8,13,0,31).

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

CMYK: (8,13,0,31)
C8M13Y0K31 (8%, 13%, 0%, 31%)
(0.08 / 0.13 / 0.00 / 0.31)

CMYK percentages

%8
%13.14
%0
%31.37

Codes

Color #A198AF in popluar color models

A1 98 AF
RGB 161 152 175
HSL 263° 12.57% 64.12%
HSB/HSV 263° 13.14% 68.63%
CMYK 8.00% 13.14% 0.00%
31.37%

Color #A198AF in popluar number systems.

HEX A1 98 AF
Decimal 161 152 175
Binary 10100001 10011000 10101111
Octal 241 230 257

Shades and tints

Shades of #A198AF

#A198AF
(161,152,175)
#938BA0
(147,139,160)
#857E91
(133,126,145)
#777182
(119,113,130)
#696473
(105,100,115)
#5B5764
(91,87,100)
#4D4A55
(77,74,85)
#3F3D46
(63,61,70)
#313037
(49,48,55)
#232328
(35,35,40)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #A198AF

#A198AF
(161,152,175)
#A9A1B6
(169,161,182)
#B1AABD
(177,170,189)
#B9B3C4
(185,179,196)
#C1BCCB
(193,188,203)
#C9C5D2
(201,197,210)
#D1CED9
(209,206,217)
#D9D7E0
(217,215,224)
#E1E0E7
(225,224,231)
#E9E9EE
(233,233,238)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A198AF; }

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

This text font color is #A198AF.

Background Color

.myBgColor { background-color: #A198AF; }

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

This div background color is #A198AF.

Border color

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

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

This div border color is #A198AF.

Opacity

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

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

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

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

This text has shadow with #A198AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A198AF.

Preview

Color preview on black background

This text has color #A198AF on black background.


Color preview on white background

This text has color #A198AF on white background.


Black color preview on #A198AF background

This text has black color on #A198AF background.


White color preview on #A198AF background

This text has white color on #A198AF background.


Related colors

Complementary color

Complementary color for #hex is #5E6750.


I love getcolorcode.com

Triadic colors

1 #AFA198 and #98AFA1 with #A198AF are triadic colors.

2 #AF98A1 and #98A1AF with #A198AF are triadic colors.