COLOR #A38DAE

HEX: #A38DAE RGB: (163,141,174)

Color info

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

RGB color model

#A38DAE color RGB value is (163,141,174).

RGB: (163,141,174) (64%, 55%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 141 of 255 = 55%
B 174 of 255 = 68%

163
141
174

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

Portions of RGB colors in percentages

R + G + B = 163 + 141 + 174 = 478 (100%)
R 163 of 478 ~ 34.1%
G 141 of 478 ~ 29.5%
B 174 of 478 ~ 36.4'%

%34.1
%29.5
%36.4

CMYK color model

#A38DAE color CMYK value is (6,19,0,32).

  • cyan value is 6.32%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (6,19,0,32)
C6M19Y0K32 (6%, 19%, 0%, 32%)
(0.06 / 0.19 / 0.00 / 0.32)

CMYK percentages

%6.32
%18.97
%0
%31.76

Codes

Color #A38DAE in popluar color models

A3 8D AE
RGB 163 141 174
HSL 280° 16.92% 61.76%
HSB/HSV 280° 18.97% 68.24%
CMYK 6.32% 18.97% 0.00%
31.76%

Color #A38DAE in popluar number systems.

HEX A3 8D AE
Decimal 163 141 174
Binary 10100011 10001101 10101110
Octal 243 215 256

Shades and tints

Shades of #A38DAE

#A38DAE
(163,141,174)
#95819F
(149,129,159)
#877590
(135,117,144)
#796981
(121,105,129)
#6B5D72
(107,93,114)
#5D5163
(93,81,99)
#4F4554
(79,69,84)
#413945
(65,57,69)
#332D36
(51,45,54)
#252127
(37,33,39)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #A38DAE

#A38DAE
(163,141,174)
#AB97B5
(171,151,181)
#B3A1BC
(179,161,188)
#BBABC3
(187,171,195)
#C3B5CA
(195,181,202)
#CBBFD1
(203,191,209)
#D3C9D8
(211,201,216)
#DBD3DF
(219,211,223)
#E3DDE6
(227,221,230)
#EBE7ED
(235,231,237)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38DAE color. Also use rgb(163,141,174) instead hex code.

Text Font Color

.myTextColor { color: #A38DAE; }

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

This text font color is #A38DAE.

Background Color

.myBgColor { background-color: #A38DAE; }

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

This div background color is #A38DAE.

Border color

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

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

This div border color is #A38DAE.

Opacity

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

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

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

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

This text has shadow with #A38DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38DAE.

Preview

Color preview on black background

This text has color #A38DAE on black background.


Color preview on white background

This text has color #A38DAE on white background.


Black color preview on #A38DAE background

This text has black color on #A38DAE background.


White color preview on #A38DAE background

This text has white color on #A38DAE background.


Related colors

Complementary color

Complementary color for #hex is #5C7251.


I love getcolorcode.com

Triadic colors

1 #AEA38D and #8DAEA3 with #A38DAE are triadic colors.

2 #AE8DA3 and #8DA3AE with #A38DAE are triadic colors.