COLOR #A88AA6

HEX: #A88AA6 RGB: (168,138,166)

Color info

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

RGB color model

#A88AA6 color RGB value is (168,138,166).

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

RGB channels and saturation

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

168
138
166

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

Portions of RGB colors in percentages

R + G + B = 168 + 138 + 166 = 472 (100%)
R 168 of 472 ~ 35.59%
G 138 of 472 ~ 29.24%
B 166 of 472 ~ 35.17'%

%35.59
%29.24
%35.17

CMYK color model

#A88AA6 color CMYK value is (0,18,1,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 1.19%
  • key color value is 34.12%

CMYK: (0,18,1,34)
C0M18Y1K34 (0%, 18%, 1%, 34%)
(0.00 / 0.18 / 0.01 / 0.34)

CMYK percentages

%0
%17.86
%1.19
%34.12

Codes

Color #A88AA6 in popluar color models

A8 8A A6
RGB 168 138 166
HSL 304° 14.71% 60.00%
HSB/HSV 304° 17.86% 65.88%
CMYK 0.00% 17.86% 1.19%
34.12%

Color #A88AA6 in popluar number systems.

HEX A8 8A A6
Decimal 168 138 166
Binary 10101000 10001010 10100110
Octal 250 212 246

Shades and tints

Shades of #A88AA6

#A88AA6
(168,138,166)
#997E97
(153,126,151)
#8A7288
(138,114,136)
#7B6679
(123,102,121)
#6C5A6A
(108,90,106)
#5D4E5B
(93,78,91)
#4E424C
(78,66,76)
#3F363D
(63,54,61)
#302A2E
(48,42,46)
#211E1F
(33,30,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #A88AA6

#A88AA6
(168,138,166)
#AF94AE
(175,148,174)
#B69EB6
(182,158,182)
#BDA8BE
(189,168,190)
#C4B2C6
(196,178,198)
#CBBCCE
(203,188,206)
#D2C6D6
(210,198,214)
#D9D0DE
(217,208,222)
#E0DAE6
(224,218,230)
#E7E4EE
(231,228,238)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88AA6; }

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

This text font color is #A88AA6.

Background Color

.myBgColor { background-color: #A88AA6; }

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

This div background color is #A88AA6.

Border color

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

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

This div border color is #A88AA6.

Opacity

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

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

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

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

This text has shadow with #A88AA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88AA6.

Preview

Color preview on black background

This text has color #A88AA6 on black background.


Color preview on white background

This text has color #A88AA6 on white background.


Black color preview on #A88AA6 background

This text has black color on #A88AA6 background.


White color preview on #A88AA6 background

This text has white color on #A88AA6 background.


Related colors

Complementary color

Complementary color for #hex is #577559.


I love getcolorcode.com

Triadic colors

1 #A6A88A and #8AA6A8 with #A88AA6 are triadic colors.

2 #A68AA8 and #8AA8A6 with #A88AA6 are triadic colors.