COLOR #A5A0AA

HEX: #A5A0AA RGB: (165,160,170)

Color info

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

RGB color model

#A5A0AA color RGB value is (165,160,170).

RGB: (165,160,170) (65%, 63%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 170 of 255 = 67%

165
160
170

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

Portions of RGB colors in percentages

R + G + B = 165 + 160 + 170 = 495 (100%)
R 165 of 495 ~ 33.33%
G 160 of 495 ~ 32.32%
B 170 of 495 ~ 34.34'%

%33.33
%32.32
%34.34

CMYK color model

#A5A0AA color CMYK value is (3,6,0,33).

  • cyan value is 2.94%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (3,6,0,33)
C3M6Y0K33 (3%, 6%, 0%, 33%)
(0.03 / 0.06 / 0.00 / 0.33)

CMYK percentages

%2.94
%5.88
%0
%33.33

Codes

Color #A5A0AA in popluar color models

A5 A0 AA
RGB 165 160 170
HSL 270° 5.56% 64.71%
HSB/HSV 270° 5.88% 66.67%
CMYK 2.94% 5.88% 0.00%
33.33%

Color #A5A0AA in popluar number systems.

HEX A5 A0 AA
Decimal 165 160 170
Binary 10100101 10100000 10101010
Octal 245 240 252

Shades and tints

Shades of #A5A0AA

#A5A0AA
(165,160,170)
#96929B
(150,146,155)
#87848C
(135,132,140)
#78767D
(120,118,125)
#69686E
(105,104,110)
#5A5A5F
(90,90,95)
#4B4C50
(75,76,80)
#3C3E41
(60,62,65)
#2D3032
(45,48,50)
#1E2223
(30,34,35)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5A0AA

#A5A0AA
(165,160,170)
#ADA8B1
(173,168,177)
#B5B0B8
(181,176,184)
#BDB8BF
(189,184,191)
#C5C0C6
(197,192,198)
#CDC8CD
(205,200,205)
#D5D0D4
(213,208,212)
#DDD8DB
(221,216,219)
#E5E0E2
(229,224,226)
#EDE8E9
(237,232,233)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0AA; }

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

This text font color is #A5A0AA.

Background Color

.myBgColor { background-color: #A5A0AA; }

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

This div background color is #A5A0AA.

Border color

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

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

This div border color is #A5A0AA.

Opacity

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

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

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

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

This text has shadow with #A5A0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A0AA.

Preview

Color preview on black background

This text has color #A5A0AA on black background.


Color preview on white background

This text has color #A5A0AA on white background.


Black color preview on #A5A0AA background

This text has black color on #A5A0AA background.


White color preview on #A5A0AA background

This text has white color on #A5A0AA background.


Related colors

Complementary color

Complementary color for #hex is #5A5F55.


I love getcolorcode.com

Triadic colors

1 #AAA5A0 and #A0AAA5 with #A5A0AA are triadic colors.

2 #AAA0A5 and #A0A5AA with #A5A0AA are triadic colors.