COLOR #A48CAD

HEX: #A48CAD RGB: (164,140,173)

Color info

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

RGB color model

#A48CAD color RGB value is (164,140,173).

RGB: (164,140,173) (64%, 55%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 140 of 255 = 55%
B 173 of 255 = 68%

164
140
173

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

Portions of RGB colors in percentages

R + G + B = 164 + 140 + 173 = 477 (100%)
R 164 of 477 ~ 34.38%
G 140 of 477 ~ 29.35%
B 173 of 477 ~ 36.27'%

%34.38
%29.35
%36.27

CMYK color model

#A48CAD color CMYK value is (5,19,0,32).

  • cyan value is 5.20%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (5,19,0,32)
C5M19Y0K32 (5%, 19%, 0%, 32%)
(0.05 / 0.19 / 0.00 / 0.32)

CMYK percentages

%5.2
%19.08
%0
%32.16

Codes

Color #A48CAD in popluar color models

A4 8C AD
RGB 164 140 173
HSL 284° 16.75% 61.37%
HSB/HSV 284° 19.08% 67.84%
CMYK 5.20% 19.08% 0.00%
32.16%

Color #A48CAD in popluar number systems.

HEX A4 8C AD
Decimal 164 140 173
Binary 10100100 10001100 10101101
Octal 244 214 255

Shades and tints

Shades of #A48CAD

#A48CAD
(164,140,173)
#96809E
(150,128,158)
#88748F
(136,116,143)
#7A6880
(122,104,128)
#6C5C71
(108,92,113)
#5E5062
(94,80,98)
#504453
(80,68,83)
#423844
(66,56,68)
#342C35
(52,44,53)
#262026
(38,32,38)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #A48CAD

#A48CAD
(164,140,173)
#AC96B4
(172,150,180)
#B4A0BB
(180,160,187)
#BCAAC2
(188,170,194)
#C4B4C9
(196,180,201)
#CCBED0
(204,190,208)
#D4C8D7
(212,200,215)
#DCD2DE
(220,210,222)
#E4DCE5
(228,220,229)
#ECE6EC
(236,230,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48CAD color. Also use rgb(164,140,173) instead hex code.

Text Font Color

.myTextColor { color: #A48CAD; }

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

This text font color is #A48CAD.

Background Color

.myBgColor { background-color: #A48CAD; }

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

This div background color is #A48CAD.

Border color

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

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

This div border color is #A48CAD.

Opacity

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

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

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

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

This text has shadow with #A48CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48CAD.

Preview

Color preview on black background

This text has color #A48CAD on black background.


Color preview on white background

This text has color #A48CAD on white background.


Black color preview on #A48CAD background

This text has black color on #A48CAD background.


White color preview on #A48CAD background

This text has white color on #A48CAD background.


Related colors

Complementary color

Complementary color for #hex is #5B7352.


I love getcolorcode.com

Triadic colors

1 #ADA48C and #8CADA4 with #A48CAD are triadic colors.

2 #AD8CA4 and #8CA4AD with #A48CAD are triadic colors.