COLOR #A29BAE

HEX: #A29BAE RGB: (162,155,174)

Color info

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

RGB color model

#A29BAE color RGB value is (162,155,174).

RGB: (162,155,174) (64%, 61%, 68%)

RGB channels and saturation

R 162 of 255 = 64%
G 155 of 255 = 61%
B 174 of 255 = 68%

162
155
174

R + G + B ~ 64%. #A29BAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 155 + 174 = 491 (100%)
R 162 of 491 ~ 32.99%
G 155 of 491 ~ 31.57%
B 174 of 491 ~ 35.44'%

%32.99
%31.57
%35.44

CMYK color model

#A29BAE color CMYK value is (7,11,0,32).

  • cyan value is 6.90%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (7,11,0,32) C7M11Y0K32 (7%,11%,0%,32%) (0.07/0.11/0.00/0.32) 

CMYK percentages

%6.9
%10.92
%0
%31.76

Codes

Color #A29BAE in popluar color models

A2 9B AE
RGB 162 155 174
HSL 262° 10.50% 64.51%
HSB/HSV 262° 10.92% 68.24%
CMYK 6.90% 10.92% 0.00%
31.76%

Color #A29BAE in popluar number systems.

HEX A2 9B AE
Decimal 162 155 174
Binary 10100010 10011011 10101110
Octal 242 233 256

Shades and tints

Shades of #A29BAE

#A29BAE
(162,155,174)
#948D9F
(148,141,159)
#867F90
(134,127,144)
#787181
(120,113,129)
#6A6372
(106,99,114)
#5C5563
(92,85,99)
#4E4754
(78,71,84)
#403945
(64,57,69)
#322B36
(50,43,54)
#241D27
(36,29,39)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #A29BAE

#A29BAE
(162,155,174)
#AAA4B5
(170,164,181)
#B2ADBC
(178,173,188)
#BAB6C3
(186,182,195)
#C2BFCA
(194,191,202)
#CAC8D1
(202,200,209)
#D2D1D8
(210,209,216)
#DADADF
(218,218,223)
#E2E3E6
(226,227,230)
#EAECED
(234,236,237)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29BAE color. Also use rgb(162,155,174) instead hex code.

Text Font Color

.myTextColor { color: #A29BAE; }

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

This text font color is #A29BAE.

Background Color

.myBgColor { background-color: #A29BAE; }

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

This div background color is #A29BAE.

Border color

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

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

This div border color is #A29BAE.

Opacity

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

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

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

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

This text has shadow with #A29BAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29BAE.

Preview

Color preview on black background

This text has color #A29BAE on black background.


Color preview on white background

This text has color #A29BAE on white background.


Black color preview on #A29BAE background

This text has black color on #A29BAE background.


White color preview on #A29BAE background

This text has white color on #A29BAE background.


Related colors

Complementary color

Complementary color for #hex is #5D6451.


I love getcolorcode.com

Triadic colors

1 #AEA29B and #9BAEA2 with #A29BAE are triadic colors.

2 #AE9BA2 and #9BA2AE with #A29BAE are triadic colors.