COLOR #A9AE98

HEX: #A9AE98
RGB: (169,174,152)

Color info

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

RGB color model

#A9AE98 color RGB value is (169,174,152).

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

RGB channels and saturation

R 169 of 255 = 66%
G 174 of 255 = 68%
B 152 of 255 = 60%

169
174
152

R + G + B ~ 65%. #A9AE98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 174 + 152 = 495 (100%)
R 169 of 495 ~ 34.14%
G 174 of 495 ~ 35.15%
B 152 of 495 ~ 30.71%

%34.14
%35.15
%30.71

CMYK color model

#A9AE98 color CMYK value is (3,0,13,32).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 31.76%
CMYK:
(3,0,13,32)
C3M0Y13K32 
(3%,0%,13%,32%)
(0.03/0.00/0.13/0.32)	

CMYK percentages

%2.87
%0
%12.64
%31.76

Codes

Color #A9AE98 in popluar color models

A9AE98
RGB169174152
HSL74°11.96%63.92%
HSB/HSV74°12.64%68.24%
CMYK2.87%0.00%12.64%
31.76%

Color #A9AE98 in popluar number systems.

HEXA9AE98
Decimal169174152
Binary101010011010111010011000
Octal251256230

Shades and tints

Shades of #A9AE98

#A9AE98
(169,174,152)
#9A9F8B
(154,159,139)
#8B907E
(139,144,126)
#7C8171
(124,129,113)
#6D7264
(109,114,100)
#5E6357
(94,99,87)
#4F544A
(79,84,74)
#40453D
(64,69,61)
#313630
(49,54,48)
#222723
(34,39,35)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #A9AE98

#A9AE98
(169,174,152)
#B0B5A1
(176,181,161)
#B7BCAA
(183,188,170)
#BEC3B3
(190,195,179)
#C5CABC
(197,202,188)
#CCD1C5
(204,209,197)
#D3D8CE
(211,216,206)
#DADFD7
(218,223,215)
#E1E6E0
(225,230,224)
#E8EDE9
(232,237,233)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AE98; }

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

This text font color is #A9AE98.


Background Color

.myBgColor { background-color: #A9AE98; }

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

This div background color is #A9AE98.


Border color

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

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

This div border color is #A9AE98.


Opacity

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

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

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

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

This text has shadow with #A9AE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9AE98 on black background.


Color preview on white background

This text has color #A9AE98 on white background.



Black color preview on #A9AE98 background

This text has black color on #A9AE98 background.


White color preview on #A9AE98 background

This text has white color on #A9AE98 background.