COLOR #A899AE

HEX: #A899AE
RGB: (168,153,174)

Color info

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

RGB color model

#A899AE color RGB value is (168,153,174).

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

RGB channels and saturation

R 168 of 255 = 66%
G 153 of 255 = 60%
B 174 of 255 = 68%

168
153
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 153 + 174 = 495 (100%)
R 168 of 495 ~ 33.94%
G 153 of 495 ~ 30.91%
B 174 of 495 ~ 35.15%

%33.94
%30.91
%35.15

CMYK color model

#A899AE color CMYK value is (3,12,0,32).

  • cyan value is 3.45%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,12,0,32)
C3M12Y0K32 
(3%,12%,0%,32%)
(0.03/0.12/0.00/0.32)	

CMYK percentages

%3.45
%12.07
%0
%31.76

Codes

Color #A899AE in popluar color models

A899AE
RGB168153174
HSL283°11.48%64.12%
HSB/HSV283°12.07%68.24%
CMYK3.45%12.07%0.00%
31.76%

Color #A899AE in popluar number systems.

HEXA899AE
Decimal168153174
Binary101010001001100110101110
Octal250231256

Shades and tints

Shades of #A899AE

#A899AE
(168,153,174)
#998C9F
(153,140,159)
#8A7F90
(138,127,144)
#7B7281
(123,114,129)
#6C6572
(108,101,114)
#5D5863
(93,88,99)
#4E4B54
(78,75,84)
#3F3E45
(63,62,69)
#303136
(48,49,54)
#212427
(33,36,39)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #A899AE

#A899AE
(168,153,174)
#AFA2B5
(175,162,181)
#B6ABBC
(182,171,188)
#BDB4C3
(189,180,195)
#C4BDCA
(196,189,202)
#CBC6D1
(203,198,209)
#D2CFD8
(210,207,216)
#D9D8DF
(217,216,223)
#E0E1E6
(224,225,230)
#E7EAED
(231,234,237)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A899AE; }

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

This text font color is #A899AE.


Background Color

.myBgColor { background-color: #A899AE; }

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

This div background color is #A899AE.


Border color

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

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

This div border color is #A899AE.


Opacity

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

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

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

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

This text has shadow with #A899AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A899AE on black background.


Color preview on white background

This text has color #A899AE on white background.



Black color preview on #A899AE background

This text has black color on #A899AE background.


White color preview on #A899AE background

This text has white color on #A899AE background.