COLOR #A299A4

HEX: #A299A4
RGB: (162,153,164)

Color info

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

RGB color model

#A299A4 color RGB value is (162,153,164).

  • red value is 162;
  • green value is 153;
  • blue value is 164.
RGB:
(162,153,164)
(64%,60%,64%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 164 of 255 = 64%

162
153
164

R + G + B ~ 63%. #A299A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 153 + 164 = 479 (100%)
R 162 of 479 ~ 33.82%
G 153 of 479 ~ 31.94%
B 164 of 479 ~ 34.24%

%33.82
%31.94
%34.24

CMYK color model

#A299A4 color CMYK value is (1,7,0,36).

  • cyan value is 1.22%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(1,7,0,36)
C1M7Y0K36 
(1%,7%,0%,36%)
(0.01/0.07/0.00/0.36)	

CMYK percentages

%1.22
%6.71
%0
%35.69

Codes

Color #A299A4 in popluar color models

A299A4
RGB162153164
HSL289°5.70%62.16%
HSB/HSV289°6.71%64.31%
CMYK1.22%6.71%0.00%
35.69%

Color #A299A4 in popluar number systems.

HEXA299A4
Decimal162153164
Binary101000101001100110100100
Octal242231244

Shades and tints

Shades of #A299A4

#A299A4
(162,153,164)
#948C96
(148,140,150)
#867F88
(134,127,136)
#78727A
(120,114,122)
#6A656C
(106,101,108)
#5C585E
(92,88,94)
#4E4B50
(78,75,80)
#403E42
(64,62,66)
#323134
(50,49,52)
#242426
(36,36,38)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #A299A4

#A299A4
(162,153,164)
#AAA2AC
(170,162,172)
#B2ABB4
(178,171,180)
#BAB4BC
(186,180,188)
#C2BDC4
(194,189,196)
#CAC6CC
(202,198,204)
#D2CFD4
(210,207,212)
#DAD8DC
(218,216,220)
#E2E1E4
(226,225,228)
#EAEAEC
(234,234,236)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A299A4 color. Also use rgb(162,153,164) instead hex code.

Text Font Color

.myTextColor { color: #A299A4; }

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

This text font color is #A299A4.


Background Color

.myBgColor { background-color: #A299A4; }

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

This div background color is #A299A4.


Border color

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

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

This div border color is #A299A4.


Opacity

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

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

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

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

This text has shadow with #A299A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A299A4 on black background.


Color preview on white background

This text has color #A299A4 on white background.



Black color preview on #A299A4 background

This text has black color on #A299A4 background.


White color preview on #A299A4 background

This text has white color on #A299A4 background.