COLOR #A0A099

HEX: #A0A099 RGB: (160,160,153)

Color info

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

RGB color model

#A0A099 color RGB value is (160,160,153).

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

RGB channels and saturation

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

160
160
153

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

Portions of RGB colors in percentages

R + G + B = 160 + 160 + 153 = 473 (100%)
R 160 of 473 ~ 33.83%
G 160 of 473 ~ 33.83%
B 153 of 473 ~ 32.35'%

%33.83
%33.83
%32.35

CMYK color model

#A0A099 color CMYK value is (0,0,4,37).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK: (0,0,4,37) C0M0Y4K37 (0%,0%,4%,37%) (0.00/0.00/0.04/0.37) 

CMYK percentages

%0
%0
%4.38
%37.25

Codes

Color #A0A099 in popluar color models

A0 A0 99
RGB 160 160 153
HSL 60° 3.55% 61.37%
HSB/HSV 60° 4.38% 62.75%
CMYK 0.00% 0.00% 4.38%
37.25%

Color #A0A099 in popluar number systems.

HEX A0 A0 99
Decimal 160 160 153
Binary 10100000 10100000 10011001
Octal 240 240 231

Shades and tints

Shades of #A0A099

#A0A099
(160,160,153)
#92928C
(146,146,140)
#84847F
(132,132,127)
#767672
(118,118,114)
#686865
(104,104,101)
#5A5A58
(90,90,88)
#4C4C4B
(76,76,75)
#3E3E3E
(62,62,62)
#303031
(48,48,49)
#222224
(34,34,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #A0A099

#A0A099
(160,160,153)
#A8A8A2
(168,168,162)
#B0B0AB
(176,176,171)
#B8B8B4
(184,184,180)
#C0C0BD
(192,192,189)
#C8C8C6
(200,200,198)
#D0D0CF
(208,208,207)
#D8D8D8
(216,216,216)
#E0E0E1
(224,224,225)
#E8E8EA
(232,232,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A099; }

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

This text font color is #A0A099.

Background Color

.myBgColor { background-color: #A0A099; }

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

This div background color is #A0A099.

Border color

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

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

This div border color is #A0A099.

Opacity

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

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

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

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

This text has shadow with #A0A099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A099.

Preview

Color preview on black background

This text has color #A0A099 on black background.


Color preview on white background

This text has color #A0A099 on white background.


Black color preview on #A0A099 background

This text has black color on #A0A099 background.


White color preview on #A0A099 background

This text has white color on #A0A099 background.


Related colors

Complementary color

Complementary color for #hex is #5F5F66.


I love getcolorcode.com