COLOR #A89498

HEX: #A89498
RGB: (168,148,152)

Color info

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

RGB color model

#A89498 color RGB value is (168,148,152).

  • red value is 168;
  • green value is 148;
  • blue value is 152.
RGB:
(168,148,152)
(66%,58%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 148 of 255 = 58%
B 152 of 255 = 60%

168
148
152

R + G + B ~ 61%. #A89498 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 148 + 152 = 468 (100%)
R 168 of 468 ~ 35.9%
G 148 of 468 ~ 31.62%
B 152 of 468 ~ 32.48%

%35.9
%31.62
%32.48

CMYK color model

#A89498 color CMYK value is (0,12,10,34).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 9.52%
  • key color value is 34.12%
CMYK:
(0,12,10,34)
C0M12Y10K34 
(0%,12%,10%,34%)
(0.00/0.12/0.10/0.34)	

CMYK percentages

%0
%11.9
%9.52
%34.12

Codes

Color #A89498 in popluar color models

A89498
RGB168148152
HSL348°10.31%61.96%
HSB/HSV348°11.90%65.88%
CMYK0.00%11.90%9.52%
34.12%

Color #A89498 in popluar number systems.

HEXA89498
Decimal168148152
Binary101010001001010010011000
Octal250224230

Shades and tints

Shades of #A89498

#A89498
(168,148,152)
#99878B
(153,135,139)
#8A7A7E
(138,122,126)
#7B6D71
(123,109,113)
#6C6064
(108,96,100)
#5D5357
(93,83,87)
#4E464A
(78,70,74)
#3F393D
(63,57,61)
#302C30
(48,44,48)
#211F23
(33,31,35)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A89498

#A89498
(168,148,152)
#AF9DA1
(175,157,161)
#B6A6AA
(182,166,170)
#BDAFB3
(189,175,179)
#C4B8BC
(196,184,188)
#CBC1C5
(203,193,197)
#D2CACE
(210,202,206)
#D9D3D7
(217,211,215)
#E0DCE0
(224,220,224)
#E7E5E9
(231,229,233)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A89498 color. Also use rgb(168,148,152) instead hex code.

Text Font Color

.myTextColor { color: #A89498; }

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

This text font color is #A89498.


Background Color

.myBgColor { background-color: #A89498; }

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

This div background color is #A89498.


Border color

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

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

This div border color is #A89498.


Opacity

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

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

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

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

This text has shadow with #A89498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A89498 on black background.


Color preview on white background

This text has color #A89498 on white background.



Black color preview on #A89498 background

This text has black color on #A89498 background.


White color preview on #A89498 background

This text has white color on #A89498 background.