COLOR #A099A1

HEX: #A099A1
RGB: (160,153,161)

Color info

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

RGB color model

#A099A1 color RGB value is (160,153,161).

  • red value is 160;
  • green value is 153;
  • blue value is 161.
RGB:
(160,153,161)
(63%,60%,63%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 161 of 255 = 63%

160
153
161

R + G + B ~ 62%. #A099A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 153 + 161 = 474 (100%)
R 160 of 474 ~ 33.76%
G 153 of 474 ~ 32.28%
B 161 of 474 ~ 33.97%

%33.76
%32.28
%33.97

CMYK color model

#A099A1 color CMYK value is (1,5,0,37).

  • cyan value is 0.62%
  • magenta value is 4.97%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(1,5,0,37)
C1M5Y0K37 
(1%,5%,0%,37%)
(0.01/0.05/0.00/0.37)	

CMYK percentages

%0.62
%4.97
%0
%36.86

Codes

Color #A099A1 in popluar color models

A099A1
RGB160153161
HSL293°4.08%61.57%
HSB/HSV293°4.97%63.14%
CMYK0.62%4.97%0.00%
36.86%

Color #A099A1 in popluar number systems.

HEXA099A1
Decimal160153161
Binary101000001001100110100001
Octal240231241

Shades and tints

Shades of #A099A1

#A099A1
(160,153,161)
#928C93
(146,140,147)
#847F85
(132,127,133)
#767277
(118,114,119)
#686569
(104,101,105)
#5A585B
(90,88,91)
#4C4B4D
(76,75,77)
#3E3E3F
(62,62,63)
#303131
(48,49,49)
#222423
(34,36,35)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #A099A1

#A099A1
(160,153,161)
#A8A2A9
(168,162,169)
#B0ABB1
(176,171,177)
#B8B4B9
(184,180,185)
#C0BDC1
(192,189,193)
#C8C6C9
(200,198,201)
#D0CFD1
(208,207,209)
#D8D8D9
(216,216,217)
#E0E1E1
(224,225,225)
#E8EAE9
(232,234,233)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A099A1 color. Also use rgb(160,153,161) instead hex code.

Text Font Color

.myTextColor { color: #A099A1; }

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

This text font color is #A099A1.


Background Color

.myBgColor { background-color: #A099A1; }

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

This div background color is #A099A1.


Border color

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

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

This div border color is #A099A1.


Opacity

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

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

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

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

This text has shadow with #A099A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A099A1 on black background.


Color preview on white background

This text has color #A099A1 on white background.



Black color preview on #A099A1 background

This text has black color on #A099A1 background.


White color preview on #A099A1 background

This text has white color on #A099A1 background.