COLOR #A793AA

HEX: #A793AA RGB: (167,147,170)

Color info

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

RGB color model

#A793AA color RGB value is (167,147,170).

RGB: (167,147,170) (65%, 58%, 67%)

RGB channels and saturation

R 167 of 255 = 65%
G 147 of 255 = 58%
B 170 of 255 = 67%

167
147
170

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

Portions of RGB colors in percentages

R + G + B = 167 + 147 + 170 = 484 (100%)
R 167 of 484 ~ 34.5%
G 147 of 484 ~ 30.37%
B 170 of 484 ~ 35.12'%

%34.5
%30.37
%35.12

CMYK color model

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

  • cyan value is 1.76%
  • magenta value is 13.53%
  • 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
%13.53
%0
%33.33

Codes

Color #A793AA in popluar color models

A7 93 AA
RGB 167 147 170
HSL 292° 11.92% 62.16%
HSB/HSV 292° 13.53% 66.67%
CMYK 1.76% 13.53% 0.00%
33.33%

Color #A793AA in popluar number systems.

HEX A7 93 AA
Decimal 167 147 170
Binary 10100111 10010011 10101010
Octal 247 223 252

Shades and tints

Shades of #A793AA

#A793AA
(167,147,170)
#98869B
(152,134,155)
#89798C
(137,121,140)
#7A6C7D
(122,108,125)
#6B5F6E
(107,95,110)
#5C525F
(92,82,95)
#4D4550
(77,69,80)
#3E3841
(62,56,65)
#2F2B32
(47,43,50)
#201E23
(32,30,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #A793AA

#A793AA
(167,147,170)
#AF9CB1
(175,156,177)
#B7A5B8
(183,165,184)
#BFAEBF
(191,174,191)
#C7B7C6
(199,183,198)
#CFC0CD
(207,192,205)
#D7C9D4
(215,201,212)
#DFD2DB
(223,210,219)
#E7DBE2
(231,219,226)
#EFE4E9
(239,228,233)
#F7EDF0
(247,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A793AA; }

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

This text font color is #A793AA.

Background Color

.myBgColor { background-color: #A793AA; }

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

This div background color is #A793AA.

Border color

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

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

This div border color is #A793AA.

Opacity

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

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

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

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

This text has shadow with #A793AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A793AA.

Preview

Color preview on black background

This text has color #A793AA on black background.


Color preview on white background

This text has color #A793AA on white background.


Black color preview on #A793AA background

This text has black color on #A793AA background.


White color preview on #A793AA background

This text has white color on #A793AA background.


Related colors

Complementary color

Complementary color for #hex is #586C55.


I love getcolorcode.com

Triadic colors

1 #AAA793 and #93AAA7 with #A793AA are triadic colors.

2 #AA93A7 and #93A7AA with #A793AA are triadic colors.