COLOR #A8829C

HEX: #A8829C RGB: (168,130,156)

Color info

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

RGB color model

#A8829C color RGB value is (168,130,156).

RGB: (168,130,156) (66%, 51%, 61%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 156 of 255 = 61%

168
130
156

R + G + B ~ 59%. #A8829C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 156 = 454 (100%)
R 168 of 454 ~ 37%
G 130 of 454 ~ 28.63%
B 156 of 454 ~ 34.36'%

%37
%28.63
%34.36

CMYK color model

#A8829C color CMYK value is (0,23,7,34).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 7.14%
  • key color value is 34.12%
CMYK: (0,23,7,34) C0M23Y7K34 (0%,23%,7%,34%) (0.00/0.23/0.07/0.34) 

CMYK percentages

%0
%22.62
%7.14
%34.12

Codes

Color #A8829C in popluar color models

A8 82 9C
RGB 168 130 156
HSL 319° 17.92% 58.43%
HSB/HSV 319° 22.62% 65.88%
CMYK 0.00% 22.62% 7.14%
34.12%

Color #A8829C in popluar number systems.

HEX A8 82 9C
Decimal 168 130 156
Binary 10101000 10000010 10011100
Octal 250 202 234

Shades and tints

Shades of #A8829C

#A8829C
(168,130,156)
#99778E
(153,119,142)
#8A6C80
(138,108,128)
#7B6172
(123,97,114)
#6C5664
(108,86,100)
#5D4B56
(93,75,86)
#4E4048
(78,64,72)
#3F353A
(63,53,58)
#302A2C
(48,42,44)
#211F1E
(33,31,30)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #A8829C

#A8829C
(168,130,156)
#AF8DA5
(175,141,165)
#B698AE
(182,152,174)
#BDA3B7
(189,163,183)
#C4AEC0
(196,174,192)
#CBB9C9
(203,185,201)
#D2C4D2
(210,196,210)
#D9CFDB
(217,207,219)
#E0DAE4
(224,218,228)
#E7E5ED
(231,229,237)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8829C color. Also use rgb(168,130,156) instead hex code.

Text Font Color

.myTextColor { color: #A8829C; }

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

This text font color is #A8829C.

Background Color

.myBgColor { background-color: #A8829C; }

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

This div background color is #A8829C.

Border color

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

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

This div border color is #A8829C.

Opacity

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

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

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

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

This text has shadow with #A8829C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8829C.

Preview

Color preview on black background

This text has color #A8829C on black background.


Color preview on white background

This text has color #A8829C on white background.


Black color preview on #A8829C background

This text has black color on #A8829C background.


White color preview on #A8829C background

This text has white color on #A8829C background.


Related colors

Complementary color

Complementary color for #hex is #577D63.


I love getcolorcode.com

Triadic colors

1 #9CA882 and #829CA8 with #A8829C are triadic colors.

2 #9C82A8 and #82A89C with #A8829C are triadic colors.