COLOR #A0B0A0

HEX: #A0B0A0 RGB: (160,176,160)

Color info

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

RGB color model

#A0B0A0 color RGB value is (160,176,160).

RGB: (160,176,160) (63%, 69%, 63%)

RGB channels and saturation

R 160 of 255 = 63%
G 176 of 255 = 69%
B 160 of 255 = 63%

160
176
160

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

Portions of RGB colors in percentages

R + G + B = 160 + 176 + 160 = 496 (100%)
R 160 of 496 ~ 32.26%
G 176 of 496 ~ 35.48%
B 160 of 496 ~ 32.26'%

%32.26
%35.48
%32.26

CMYK color model

#A0B0A0 color CMYK value is (9,0,9,31).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%

CMYK: (9,0,9,31)
C9M0Y9K31 (9%, 0%, 9%, 31%)
(0.09 / 0.00 / 0.09 / 0.31)

CMYK percentages

%9.09
%0
%9.09
%30.98

Codes

Color #A0B0A0 in popluar color models

A0 B0 A0
RGB 160 176 160
HSL 120° 9.20% 65.88%
HSB/HSV 120° 9.09% 69.02%
CMYK 9.09% 0.00% 9.09%
30.98%

Color #A0B0A0 in popluar number systems.

HEX A0 B0 A0
Decimal 160 176 160
Binary 10100000 10110000 10100000
Octal 240 260 240

Shades and tints

Shades of #A0B0A0

#A0B0A0
(160,176,160)
#92A092
(146,160,146)
#849084
(132,144,132)
#768076
(118,128,118)
#687068
(104,112,104)
#5A605A
(90,96,90)
#4C504C
(76,80,76)
#3E403E
(62,64,62)
#303030
(48,48,48)
#222022
(34,32,34)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #A0B0A0

#A0B0A0
(160,176,160)
#A8B7A8
(168,183,168)
#B0BEB0
(176,190,176)
#B8C5B8
(184,197,184)
#C0CCC0
(192,204,192)
#C8D3C8
(200,211,200)
#D0DAD0
(208,218,208)
#D8E1D8
(216,225,216)
#E0E8E0
(224,232,224)
#E8EFE8
(232,239,232)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0A0; }

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

This text font color is #A0B0A0.

Background Color

.myBgColor { background-color: #A0B0A0; }

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

This div background color is #A0B0A0.

Border color

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

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

This div border color is #A0B0A0.

Opacity

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

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

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

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

This text has shadow with #A0B0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B0A0.

Preview

Color preview on black background

This text has color #A0B0A0 on black background.


Color preview on white background

This text has color #A0B0A0 on white background.


Black color preview on #A0B0A0 background

This text has black color on #A0B0A0 background.


White color preview on #A0B0A0 background

This text has white color on #A0B0A0 background.


Related colors

Complementary color

Complementary color for #hex is #5F4F5F.


I love getcolorcode.com

Triadic colors

1 #A0A0B0 and #B0A0A0 with #A0B0A0 are triadic colors.

2 #A0B0A0 and #B0A0A0 with #A0B0A0 are triadic colors.