COLOR #A3AE98

HEX: #A3AE98
RGB: (163,174,152)

Color info

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

RGB color model

#A3AE98 color RGB value is (163,174,152).

  • red value is 163;
  • green value is 174;
  • blue value is 152.
RGB:
(163,174,152)
(64%,68%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 174 of 255 = 68%
B 152 of 255 = 60%

163
174
152

R + G + B ~ 64%. #A3AE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 174 + 152 = 489 (100%)
R 163 of 489 ~ 33.33%
G 174 of 489 ~ 35.58%
B 152 of 489 ~ 31.08%

%33.33
%35.58
%31.08

CMYK color model

#A3AE98 color CMYK value is (6,0,13,32).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(6,0,13,32)
C6M0Y13K32 
(6%,0%,13%,32%)
(0.06/0.00/0.13/0.32)	

CMYK percentages

%6.32
%0
%12.64
%31.76

Codes

Color #A3AE98 in popluar color models

A3AE98
RGB163174152
HSL90°11.96%63.92%
HSB/HSV90°12.64%68.24%
CMYK6.32%0.00%12.64%
31.76%

Color #A3AE98 in popluar number systems.

HEXA3AE98
Decimal163174152
Binary101000111010111010011000
Octal243256230

Shades and tints

Shades of #A3AE98

#A3AE98
(163,174,152)
#959F8B
(149,159,139)
#87907E
(135,144,126)
#798171
(121,129,113)
#6B7264
(107,114,100)
#5D6357
(93,99,87)
#4F544A
(79,84,74)
#41453D
(65,69,61)
#333630
(51,54,48)
#252723
(37,39,35)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #A3AE98

#A3AE98
(163,174,152)
#ABB5A1
(171,181,161)
#B3BCAA
(179,188,170)
#BBC3B3
(187,195,179)
#C3CABC
(195,202,188)
#CBD1C5
(203,209,197)
#D3D8CE
(211,216,206)
#DBDFD7
(219,223,215)
#E3E6E0
(227,230,224)
#EBEDE9
(235,237,233)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AE98 color. Also use rgb(163,174,152) instead hex code.

Text Font Color

.myTextColor { color: #A3AE98; }

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

This text font color is #A3AE98.


Background Color

.myBgColor { background-color: #A3AE98; }

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

This div background color is #A3AE98.


Border color

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

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

This div border color is #A3AE98.


Opacity

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

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

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

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

This text has shadow with #A3AE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AE98 on black background.


Color preview on white background

This text has color #A3AE98 on white background.



Black color preview on #A3AE98 background

This text has black color on #A3AE98 background.


White color preview on #A3AE98 background

This text has white color on #A3AE98 background.