COLOR #A48AAB

HEX: #A48AAB RGB: (164,138,171)

Color info

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

RGB color model

#A48AAB color RGB value is (164,138,171).

RGB: (164,138,171) (64%, 54%, 67%)

RGB channels and saturation

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

164
138
171

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

Portions of RGB colors in percentages

R + G + B = 164 + 138 + 171 = 473 (100%)
R 164 of 473 ~ 34.67%
G 138 of 473 ~ 29.18%
B 171 of 473 ~ 36.15'%

%34.67
%29.18
%36.15

CMYK color model

#A48AAB color CMYK value is (4,19,0,33).

  • cyan value is 4.09%
  • magenta value is 19.30%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (4,19,0,33)
C4M19Y0K33 (4%, 19%, 0%, 33%)
(0.04 / 0.19 / 0.00 / 0.33)

CMYK percentages

%4.09
%19.3
%0
%32.94

Codes

Color #A48AAB in popluar color models

A4 8A AB
RGB 164 138 171
HSL 287° 16.42% 60.59%
HSB/HSV 287° 19.30% 67.06%
CMYK 4.09% 19.30% 0.00%
32.94%

Color #A48AAB in popluar number systems.

HEX A4 8A AB
Decimal 164 138 171
Binary 10100100 10001010 10101011
Octal 244 212 253

Shades and tints

Shades of #A48AAB

#A48AAB
(164,138,171)
#967E9C
(150,126,156)
#88728D
(136,114,141)
#7A667E
(122,102,126)
#6C5A6F
(108,90,111)
#5E4E60
(94,78,96)
#504251
(80,66,81)
#423642
(66,54,66)
#342A33
(52,42,51)
#261E24
(38,30,36)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #A48AAB

#A48AAB
(164,138,171)
#AC94B2
(172,148,178)
#B49EB9
(180,158,185)
#BCA8C0
(188,168,192)
#C4B2C7
(196,178,199)
#CCBCCE
(204,188,206)
#D4C6D5
(212,198,213)
#DCD0DC
(220,208,220)
#E4DAE3
(228,218,227)
#ECE4EA
(236,228,234)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48AAB; }

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

This text font color is #A48AAB.

Background Color

.myBgColor { background-color: #A48AAB; }

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

This div background color is #A48AAB.

Border color

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

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

This div border color is #A48AAB.

Opacity

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

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

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

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

This text has shadow with #A48AAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48AAB.

Preview

Color preview on black background

This text has color #A48AAB on black background.


Color preview on white background

This text has color #A48AAB on white background.


Black color preview on #A48AAB background

This text has black color on #A48AAB background.


White color preview on #A48AAB background

This text has white color on #A48AAB background.


Related colors

Complementary color

Complementary color for #hex is #5B7554.


I love getcolorcode.com

Triadic colors

1 #ABA48A and #8AABA4 with #A48AAB are triadic colors.

2 #AB8AA4 and #8AA4AB with #A48AAB are triadic colors.