COLOR #A099A9

HEX: #A099A9 RGB: (160,153,169)

Color info

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

RGB color model

#A099A9 color RGB value is (160,153,169).

RGB: (160,153,169) (63%, 60%, 66%)

RGB channels and saturation

R 160 of 255 = 63%
G 153 of 255 = 60%
B 169 of 255 = 66%

160
153
169

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

Portions of RGB colors in percentages

R + G + B = 160 + 153 + 169 = 482 (100%)
R 160 of 482 ~ 33.2%
G 153 of 482 ~ 31.74%
B 169 of 482 ~ 35.06'%

%33.2
%31.74
%35.06

CMYK color model

#A099A9 color CMYK value is (5,9,0,34).

  • cyan value is 5.33%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (5,9,0,34)
C5M9Y0K34 (5%, 9%, 0%, 34%)
(0.05 / 0.09 / 0.00 / 0.34)

CMYK percentages

%5.33
%9.47
%0
%33.73

Codes

Color #A099A9 in popluar color models

A0 99 A9
RGB 160 153 169
HSL 266° 8.51% 63.14%
HSB/HSV 266° 9.47% 66.27%
CMYK 5.33% 9.47% 0.00%
33.73%

Color #A099A9 in popluar number systems.

HEX A0 99 A9
Decimal 160 153 169
Binary 10100000 10011001 10101001
Octal 240 231 251

Shades and tints

Shades of #A099A9

#A099A9
(160,153,169)
#928C9A
(146,140,154)
#847F8B
(132,127,139)
#76727C
(118,114,124)
#68656D
(104,101,109)
#5A585E
(90,88,94)
#4C4B4F
(76,75,79)
#3E3E40
(62,62,64)
#303131
(48,49,49)
#222422
(34,36,34)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #A099A9

#A099A9
(160,153,169)
#A8A2B0
(168,162,176)
#B0ABB7
(176,171,183)
#B8B4BE
(184,180,190)
#C0BDC5
(192,189,197)
#C8C6CC
(200,198,204)
#D0CFD3
(208,207,211)
#D8D8DA
(216,216,218)
#E0E1E1
(224,225,225)
#E8EAE8
(232,234,232)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A099A9; }

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

This text font color is #A099A9.

Background Color

.myBgColor { background-color: #A099A9; }

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

This div background color is #A099A9.

Border color

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

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

This div border color is #A099A9.

Opacity

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

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

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

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

This text has shadow with #A099A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A099A9.

Preview

Color preview on black background

This text has color #A099A9 on black background.


Color preview on white background

This text has color #A099A9 on white background.


Black color preview on #A099A9 background

This text has black color on #A099A9 background.


White color preview on #A099A9 background

This text has white color on #A099A9 background.


Related colors

Complementary color

Complementary color for #hex is #5F6656.


I love getcolorcode.com

Triadic colors

1 #A9A099 and #99A9A0 with #A099A9 are triadic colors.

2 #A999A0 and #99A0A9 with #A099A9 are triadic colors.