COLOR #A799AD

HEX: #A799AD
RGB: (167,153,173)

Color info

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

RGB color model

#A799AD color RGB value is (167,153,173).

  • red value is 167;
  • green value is 153;
  • blue value is 173.
RGB:
(167,153,173)
(65%,60%,68%)

RGB channels and saturation

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

167
153
173

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

Portions of RGB colors in percentages

R + G + B =
167 + 153 + 173 = 493 (100%)
R 167 of 493 ~ 33.87%
G 153 of 493 ~ 31.03%
B 173 of 493 ~ 35.09%

%33.87
%31.03
%35.09

CMYK color model

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

  • cyan value is 3.47%
  • magenta value is 11.56%
  • 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
%11.56
%0
%32.16

Codes

Color #A799AD in popluar color models

A799AD
RGB167153173
HSL282°10.87%63.92%
HSB/HSV282°11.56%67.84%
CMYK3.47%11.56%0.00%
32.16%

Color #A799AD in popluar number systems.

HEXA799AD
Decimal167153173
Binary101001111001100110101101
Octal247231255

Shades and tints

Shades of #A799AD

#A799AD
(167,153,173)
#988C9E
(152,140,158)
#897F8F
(137,127,143)
#7A7280
(122,114,128)
#6B6571
(107,101,113)
#5C5862
(92,88,98)
#4D4B53
(77,75,83)
#3E3E44
(62,62,68)
#2F3135
(47,49,53)
#202426
(32,36,38)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #A799AD

#A799AD
(167,153,173)
#AFA2B4
(175,162,180)
#B7ABBB
(183,171,187)
#BFB4C2
(191,180,194)
#C7BDC9
(199,189,201)
#CFC6D0
(207,198,208)
#D7CFD7
(215,207,215)
#DFD8DE
(223,216,222)
#E7E1E5
(231,225,229)
#EFEAEC
(239,234,236)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A799AD; }

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

This text font color is #A799AD.


Background Color

.myBgColor { background-color: #A799AD; }

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

This div background color is #A799AD.


Border color

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

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

This div border color is #A799AD.


Opacity

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

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

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

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

This text has shadow with #A799AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A799AD on black background.


Color preview on white background

This text has color #A799AD on white background.



Black color preview on #A799AD background

This text has black color on #A799AD background.


White color preview on #A799AD background

This text has white color on #A799AD background.