COLOR #A48AAC

HEX: #A48AAC
RGB: (164,138,172)

Color info

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

RGB color model

#A48AAC color RGB value is (164,138,172).

  • red value is 164;
  • green value is 138;
  • blue value is 172.
RGB:
(164,138,172)
(64%,54%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 138 of 255 = 54%
B 172 of 255 = 67%

164
138
172

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

Portions of RGB colors in percentages

R + G + B =
164 + 138 + 172 = 474 (100%)
R 164 of 474 ~ 34.6%
G 138 of 474 ~ 29.11%
B 172 of 474 ~ 36.29%

%34.6
%29.11
%36.29

CMYK color model

#A48AAC color CMYK value is (5,20,0,33).

  • cyan value is 4.65%
  • magenta value is 19.77%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(5,20,0,33)
C5M20Y0K33 
(5%,20%,0%,33%)
(0.05/0.20/0.00/0.33)	

CMYK percentages

%4.65
%19.77
%0
%32.55

Codes

Color #A48AAC in popluar color models

A48AAC
RGB164138172
HSL286°17.00%60.78%
HSB/HSV286°19.77%67.45%
CMYK4.65%19.77%0.00%
32.55%

Color #A48AAC in popluar number systems.

HEXA48AAC
Decimal164138172
Binary101001001000101010101100
Octal244212254

Shades and tints

Shades of #A48AAC

#A48AAC
(164,138,172)
#967E9D
(150,126,157)
#88728E
(136,114,142)
#7A667F
(122,102,127)
#6C5A70
(108,90,112)
#5E4E61
(94,78,97)
#504252
(80,66,82)
#423643
(66,54,67)
#342A34
(52,42,52)
#261E25
(38,30,37)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #A48AAC

#A48AAC
(164,138,172)
#AC94B3
(172,148,179)
#B49EBA
(180,158,186)
#BCA8C1
(188,168,193)
#C4B2C8
(196,178,200)
#CCBCCF
(204,188,207)
#D4C6D6
(212,198,214)
#DCD0DD
(220,208,221)
#E4DAE4
(228,218,228)
#ECE4EB
(236,228,235)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48AAC color. Also use rgb(164,138,172) instead hex code.

Text Font Color

.myTextColor { color: #A48AAC; }

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

This text font color is #A48AAC.


Background Color

.myBgColor { background-color: #A48AAC; }

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

This div background color is #A48AAC.


Border color

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

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

This div border color is #A48AAC.


Opacity

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

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

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

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

This text has shadow with #A48AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48AAC on black background.


Color preview on white background

This text has color #A48AAC on white background.



Black color preview on #A48AAC background

This text has black color on #A48AAC background.


White color preview on #A48AAC background

This text has white color on #A48AAC background.