COLOR #A0B0AE

HEX: #A0B0AE RGB: (160,176,174)

Color info

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

RGB color model

#A0B0AE color RGB value is (160,176,174).

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

RGB channels and saturation

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

160
176
174

R + G + B ~ 67%. #A0B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 176 + 174 = 510 (100%)
R 160 of 510 ~ 31.37%
G 176 of 510 ~ 34.51%
B 174 of 510 ~ 34.12'%

%31.37
%34.51
%34.12

CMYK color model

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

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

CMYK: (9,0,1,31)
C9M0Y1K31 (9%, 0%, 1%, 31%)
(0.09 / 0.00 / 0.01 / 0.31)

CMYK percentages

%9.09
%0
%1.14
%30.98

Codes

Color #A0B0AE in popluar color models

A0 B0 AE
RGB 160 176 174
HSL 173° 9.20% 65.88%
HSB/HSV 173° 9.09% 69.02%
CMYK 9.09% 0.00% 1.14%
30.98%

Color #A0B0AE in popluar number systems.

HEX A0 B0 AE
Decimal 160 176 174
Binary 10100000 10110000 10101110
Octal 240 260 256

Shades and tints

Shades of #A0B0AE

#A0B0AE
(160,176,174)
#92A09F
(146,160,159)
#849090
(132,144,144)
#768081
(118,128,129)
#687072
(104,112,114)
#5A6063
(90,96,99)
#4C5054
(76,80,84)
#3E4045
(62,64,69)
#303036
(48,48,54)
#222027
(34,32,39)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #A0B0AE

#A0B0AE
(160,176,174)
#A8B7B5
(168,183,181)
#B0BEBC
(176,190,188)
#B8C5C3
(184,197,195)
#C0CCCA
(192,204,202)
#C8D3D1
(200,211,209)
#D0DAD8
(208,218,216)
#D8E1DF
(216,225,223)
#E0E8E6
(224,232,230)
#E8EFED
(232,239,237)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B0AE; }

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

This text font color is #A0B0AE.

Background Color

.myBgColor { background-color: #A0B0AE; }

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

This div background color is #A0B0AE.

Border color

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

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

This div border color is #A0B0AE.

Opacity

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

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

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

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

This text has shadow with #A0B0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0B0AE.

Preview

Color preview on black background

This text has color #A0B0AE on black background.


Color preview on white background

This text has color #A0B0AE on white background.


Black color preview on #A0B0AE background

This text has black color on #A0B0AE background.


White color preview on #A0B0AE background

This text has white color on #A0B0AE background.


Related colors

Complementary color

Complementary color for #hex is #5F4F51.


I love getcolorcode.com

Triadic colors

1 #AEA0B0 and #B0AEA0 with #A0B0AE are triadic colors.

2 #AEB0A0 and #B0A0AE with #A0B0AE are triadic colors.