COLOR #A48F98

HEX: #A48F98 RGB: (164,143,152)

Color info

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

RGB color model

#A48F98 color RGB value is (164,143,152).

RGB: (164,143,152) (64%, 56%, 60%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 152 of 255 = 60%

164
143
152

R + G + B ~ 60%. #A48F98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 164 + 143 + 152 = 459 (100%)
R 164 of 459 ~ 35.73%
G 143 of 459 ~ 31.15%
B 152 of 459 ~ 33.12'%

%35.73
%31.15
%33.12

CMYK color model

#A48F98 color CMYK value is (0,13,7,36).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 7.32%
  • key color value is 35.69%

CMYK: (0,13,7,36)
C0M13Y7K36 (0%, 13%, 7%, 36%)
(0.00 / 0.13 / 0.07 / 0.36)

CMYK percentages

%0
%12.8
%7.32
%35.69

Codes

Color #A48F98 in popluar color models

A4 8F 98
RGB 164 143 152
HSL 334° 10.34% 60.20%
HSB/HSV 334° 12.80% 64.31%
CMYK 0.00% 12.80% 7.32%
35.69%

Color #A48F98 in popluar number systems.

HEX A4 8F 98
Decimal 164 143 152
Binary 10100100 10001111 10011000
Octal 244 217 230

Shades and tints

Shades of #A48F98

#A48F98
(164,143,152)
#96828B
(150,130,139)
#88757E
(136,117,126)
#7A6871
(122,104,113)
#6C5B64
(108,91,100)
#5E4E57
(94,78,87)
#50414A
(80,65,74)
#42343D
(66,52,61)
#342730
(52,39,48)
#261A23
(38,26,35)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #A48F98

#A48F98
(164,143,152)
#AC99A1
(172,153,161)
#B4A3AA
(180,163,170)
#BCADB3
(188,173,179)
#C4B7BC
(196,183,188)
#CCC1C5
(204,193,197)
#D4CBCE
(212,203,206)
#DCD5D7
(220,213,215)
#E4DFE0
(228,223,224)
#ECE9E9
(236,233,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48F98 color. Also use rgb(164,143,152) instead hex code.

Text Font Color

.myTextColor { color: #A48F98; }

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

This text font color is #A48F98.

Background Color

.myBgColor { background-color: #A48F98; }

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

This div background color is #A48F98.

Border color

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

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

This div border color is #A48F98.

Opacity

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

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

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

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

This text has shadow with #A48F98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A48F98.

Preview

Color preview on black background

This text has color #A48F98 on black background.


Color preview on white background

This text has color #A48F98 on white background.


Black color preview on #A48F98 background

This text has black color on #A48F98 background.


White color preview on #A48F98 background

This text has white color on #A48F98 background.


Related colors

Complementary color

Complementary color for #hex is #5B7067.


I love getcolorcode.com

Triadic colors

1 #98A48F and #8F98A4 with #A48F98 are triadic colors.

2 #988FA4 and #8FA498 with #A48F98 are triadic colors.