COLOR #A68AA9

HEX: #A68AA9 RGB: (166,138,169)

Color info

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

RGB color model

#A68AA9 color RGB value is (166,138,169).

RGB: (166,138,169) (65%, 54%, 66%)

RGB channels and saturation

R 166 of 255 = 65%
G 138 of 255 = 54%
B 169 of 255 = 66%

166
138
169

R + G + B ~ 62%. #A68AA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 138 + 169 = 473 (100%)
R 166 of 473 ~ 35.1%
G 138 of 473 ~ 29.18%
B 169 of 473 ~ 35.73'%

%35.1
%29.18
%35.73

CMYK color model

#A68AA9 color CMYK value is (2,18,0,34).

  • cyan value is 1.78%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (2,18,0,34)
C2M18Y0K34 (2%, 18%, 0%, 34%)
(0.02 / 0.18 / 0.00 / 0.34)

CMYK percentages

%1.78
%18.34
%0
%33.73

Codes

Color #A68AA9 in popluar color models

A6 8A A9
RGB 166 138 169
HSL 294° 15.27% 60.20%
HSB/HSV 294° 18.34% 66.27%
CMYK 1.78% 18.34% 0.00%
33.73%

Color #A68AA9 in popluar number systems.

HEX A6 8A A9
Decimal 166 138 169
Binary 10100110 10001010 10101001
Octal 246 212 251

Shades and tints

Shades of #A68AA9

#A68AA9
(166,138,169)
#977E9A
(151,126,154)
#88728B
(136,114,139)
#79667C
(121,102,124)
#6A5A6D
(106,90,109)
#5B4E5E
(91,78,94)
#4C424F
(76,66,79)
#3D3640
(61,54,64)
#2E2A31
(46,42,49)
#1F1E22
(31,30,34)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A68AA9

#A68AA9
(166,138,169)
#AE94B0
(174,148,176)
#B69EB7
(182,158,183)
#BEA8BE
(190,168,190)
#C6B2C5
(198,178,197)
#CEBCCC
(206,188,204)
#D6C6D3
(214,198,211)
#DED0DA
(222,208,218)
#E6DAE1
(230,218,225)
#EEE4E8
(238,228,232)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A68AA9 color. Also use rgb(166,138,169) instead hex code.

Text Font Color

.myTextColor { color: #A68AA9; }

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

This text font color is #A68AA9.

Background Color

.myBgColor { background-color: #A68AA9; }

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

This div background color is #A68AA9.

Border color

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

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

This div border color is #A68AA9.

Opacity

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

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

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

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

This text has shadow with #A68AA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A68AA9.

Preview

Color preview on black background

This text has color #A68AA9 on black background.


Color preview on white background

This text has color #A68AA9 on white background.


Black color preview on #A68AA9 background

This text has black color on #A68AA9 background.


White color preview on #A68AA9 background

This text has white color on #A68AA9 background.


Related colors

Complementary color

Complementary color for #hex is #597556.


I love getcolorcode.com

Triadic colors

1 #A9A68A and #8AA9A6 with #A68AA9 are triadic colors.

2 #A98AA6 and #8AA6A9 with #A68AA9 are triadic colors.