COLOR #A798AD

HEX: #A798AD RGB: (167,152,173)

Color info

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

RGB color model

#A798AD color RGB value is (167,152,173).

RGB: (167,152,173) (65%, 60%, 68%)

RGB channels and saturation

R 167 of 255 = 65%
G 152 of 255 = 60%
B 173 of 255 = 68%

167
152
173

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

Portions of RGB colors in percentages

R + G + B = 167 + 152 + 173 = 492 (100%)
R 167 of 492 ~ 33.94%
G 152 of 492 ~ 30.89%
B 173 of 492 ~ 35.16'%

%33.94
%30.89
%35.16

CMYK color model

#A798AD color CMYK value is (3,12,0,32).

  • cyan value is 3.47%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (3,12,0,32)
C3M12Y0K32 (3%, 12%, 0%, 32%)
(0.03 / 0.12 / 0.00 / 0.32)

CMYK percentages

%3.47
%12.14
%0
%32.16

Codes

Color #A798AD in popluar color models

A7 98 AD
RGB 167 152 173
HSL 283° 11.35% 63.73%
HSB/HSV 283° 12.14% 67.84%
CMYK 3.47% 12.14% 0.00%
32.16%

Color #A798AD in popluar number systems.

HEX A7 98 AD
Decimal 167 152 173
Binary 10100111 10011000 10101101
Octal 247 230 255

Shades and tints

Shades of #A798AD

#A798AD
(167,152,173)
#988B9E
(152,139,158)
#897E8F
(137,126,143)
#7A7180
(122,113,128)
#6B6471
(107,100,113)
#5C5762
(92,87,98)
#4D4A53
(77,74,83)
#3E3D44
(62,61,68)
#2F3035
(47,48,53)
#202326
(32,35,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #A798AD

#A798AD
(167,152,173)
#AFA1B4
(175,161,180)
#B7AABB
(183,170,187)
#BFB3C2
(191,179,194)
#C7BCC9
(199,188,201)
#CFC5D0
(207,197,208)
#D7CED7
(215,206,215)
#DFD7DE
(223,215,222)
#E7E0E5
(231,224,229)
#EFE9EC
(239,233,236)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A798AD color. Also use rgb(167,152,173) instead hex code.

Text Font Color

.myTextColor { color: #A798AD; }

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

This text font color is #A798AD.

Background Color

.myBgColor { background-color: #A798AD; }

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

This div background color is #A798AD.

Border color

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

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

This div border color is #A798AD.

Opacity

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

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

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

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

This text has shadow with #A798AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A798AD.

Preview

Color preview on black background

This text has color #A798AD on black background.


Color preview on white background

This text has color #A798AD on white background.


Black color preview on #A798AD background

This text has black color on #A798AD background.


White color preview on #A798AD background

This text has white color on #A798AD background.


Related colors

Complementary color

Complementary color for #hex is #586752.


I love getcolorcode.com

Triadic colors

1 #ADA798 and #98ADA7 with #A798AD are triadic colors.

2 #AD98A7 and #98A7AD with #A798AD are triadic colors.