COLOR #A792AA

HEX: #A792AA
RGB: (167,146,170)

Color info

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

RGB color model

#A792AA color RGB value is (167,146,170).

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

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 170 of 255 = 67%

167
146
170

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

Portions of RGB colors in percentages

R + G + B =
167 + 146 + 170 = 483 (100%)
R 167 of 483 ~ 34.58%
G 146 of 483 ~ 30.23%
B 170 of 483 ~ 35.2%

%34.58
%30.23
%35.2

CMYK color model

#A792AA color CMYK value is (2,14,0,33).

  • cyan value is 1.76%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,14,0,33)
C2M14Y0K33 
(2%,14%,0%,33%)
(0.02/0.14/0.00/0.33)	

CMYK percentages

%1.76
%14.12
%0
%33.33

Codes

Color #A792AA in popluar color models

A792AA
RGB167146170
HSL293°12.37%61.96%
HSB/HSV293°14.12%66.67%
CMYK1.76%14.12%0.00%
33.33%

Color #A792AA in popluar number systems.

HEXA792AA
Decimal167146170
Binary101001111001001010101010
Octal247222252

Shades and tints

Shades of #A792AA

#A792AA
(167,146,170)
#98859B
(152,133,155)
#89788C
(137,120,140)
#7A6B7D
(122,107,125)
#6B5E6E
(107,94,110)
#5C515F
(92,81,95)
#4D4450
(77,68,80)
#3E3741
(62,55,65)
#2F2A32
(47,42,50)
#201D23
(32,29,35)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A792AA

#A792AA
(167,146,170)
#AF9BB1
(175,155,177)
#B7A4B8
(183,164,184)
#BFADBF
(191,173,191)
#C7B6C6
(199,182,198)
#CFBFCD
(207,191,205)
#D7C8D4
(215,200,212)
#DFD1DB
(223,209,219)
#E7DAE2
(231,218,226)
#EFE3E9
(239,227,233)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A792AA; }

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

This text font color is #A792AA.


Background Color

.myBgColor { background-color: #A792AA; }

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

This div background color is #A792AA.


Border color

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

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

This div border color is #A792AA.


Opacity

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

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

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

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

This text has shadow with #A792AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A792AA on black background.


Color preview on white background

This text has color #A792AA on white background.



Black color preview on #A792AA background

This text has black color on #A792AA background.


White color preview on #A792AA background

This text has white color on #A792AA background.