COLOR #A8AE9B

HEX: #A8AE9B
RGB: (168,174,155)

Color info

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

RGB color model

#A8AE9B color RGB value is (168,174,155).

  • red value is 168;
  • green value is 174;
  • blue value is 155.
RGB:
(168,174,155)
(66%,68%,61%)

RGB channels and saturation

R 168 of 255 = 66%
G 174 of 255 = 68%
B 155 of 255 = 61%

168
174
155

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

Portions of RGB colors in percentages

R + G + B =
168 + 174 + 155 = 497 (100%)
R 168 of 497 ~ 33.8%
G 174 of 497 ~ 35.01%
B 155 of 497 ~ 31.19%

%33.8
%35.01
%31.19

CMYK color model

#A8AE9B color CMYK value is (3,0,11,32).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 31.76%
CMYK:
(3,0,11,32)
C3M0Y11K32 
(3%,0%,11%,32%)
(0.03/0.00/0.11/0.32)	

CMYK percentages

%3.45
%0
%10.92
%31.76

Codes

Color #A8AE9B in popluar color models

A8AE9B
RGB168174155
HSL79°10.50%64.51%
HSB/HSV79°10.92%68.24%
CMYK3.45%0.00%10.92%
31.76%

Color #A8AE9B in popluar number systems.

HEXA8AE9B
Decimal168174155
Binary101010001010111010011011
Octal250256233

Shades and tints

Shades of #A8AE9B

#A8AE9B
(168,174,155)
#999F8D
(153,159,141)
#8A907F
(138,144,127)
#7B8171
(123,129,113)
#6C7263
(108,114,99)
#5D6355
(93,99,85)
#4E5447
(78,84,71)
#3F4539
(63,69,57)
#30362B
(48,54,43)
#21271D
(33,39,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #A8AE9B

#A8AE9B
(168,174,155)
#AFB5A4
(175,181,164)
#B6BCAD
(182,188,173)
#BDC3B6
(189,195,182)
#C4CABF
(196,202,191)
#CBD1C8
(203,209,200)
#D2D8D1
(210,216,209)
#D9DFDA
(217,223,218)
#E0E6E3
(224,230,227)
#E7EDEC
(231,237,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AE9B color. Also use rgb(168,174,155) instead hex code.

Text Font Color

.myTextColor { color: #A8AE9B; }

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

This text font color is #A8AE9B.


Background Color

.myBgColor { background-color: #A8AE9B; }

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

This div background color is #A8AE9B.


Border color

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

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

This div border color is #A8AE9B.


Opacity

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

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

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

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

This text has shadow with #A8AE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AE9B on black background.


Color preview on white background

This text has color #A8AE9B on white background.



Black color preview on #A8AE9B background

This text has black color on #A8AE9B background.


White color preview on #A8AE9B background

This text has white color on #A8AE9B background.