COLOR #A790AA

HEX: #A790AA
RGB: (167,144,170)

Color info

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

RGB color model

#A790AA color RGB value is (167,144,170).

  • red value is 167;
  • green value is 144;
  • blue value is 170.
RGB:
(167,144,170)
(65%,56%,67%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 170 of 255 = 67%

167
144
170

R + G + B ~ 63%. #A790AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 144 + 170 = 481 (100%)
R 167 of 481 ~ 34.72%
G 144 of 481 ~ 29.94%
B 170 of 481 ~ 35.34%

%34.72
%29.94
%35.34

CMYK color model

#A790AA color CMYK value is (2,15,0,33).

  • cyan value is 1.76%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,15,0,33)
C2M15Y0K33 
(2%,15%,0%,33%)
(0.02/0.15/0.00/0.33)	

CMYK percentages

%1.76
%15.29
%0
%33.33

Codes

Color #A790AA in popluar color models

A790AA
RGB167144170
HSL293°13.27%61.57%
HSB/HSV293°15.29%66.67%
CMYK1.76%15.29%0.00%
33.33%

Color #A790AA in popluar number systems.

HEXA790AA
Decimal167144170
Binary101001111001000010101010
Octal247220252

Shades and tints

Shades of #A790AA

#A790AA
(167,144,170)
#98839B
(152,131,155)
#89768C
(137,118,140)
#7A697D
(122,105,125)
#6B5C6E
(107,92,110)
#5C4F5F
(92,79,95)
#4D4250
(77,66,80)
#3E3541
(62,53,65)
#2F2832
(47,40,50)
#201B23
(32,27,35)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #A790AA

#A790AA
(167,144,170)
#AF9AB1
(175,154,177)
#B7A4B8
(183,164,184)
#BFAEBF
(191,174,191)
#C7B8C6
(199,184,198)
#CFC2CD
(207,194,205)
#D7CCD4
(215,204,212)
#DFD6DB
(223,214,219)
#E7E0E2
(231,224,226)
#EFEAE9
(239,234,233)
#F7F4F0
(247,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A790AA color. Also use rgb(167,144,170) instead hex code.

Text Font Color

.myTextColor { color: #A790AA; }

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

This text font color is #A790AA.


Background Color

.myBgColor { background-color: #A790AA; }

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

This div background color is #A790AA.


Border color

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

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

This div border color is #A790AA.


Opacity

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

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

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

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

This text has shadow with #A790AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A790AA on black background.


Color preview on white background

This text has color #A790AA on white background.



Black color preview on #A790AA background

This text has black color on #A790AA background.


White color preview on #A790AA background

This text has white color on #A790AA background.