COLOR #A5B2AA

HEX: #A5B2AA RGB: (165,178,170)

Color info

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

RGB color model

#A5B2AA color RGB value is (165,178,170).

RGB: (165,178,170) (65%, 70%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 170 of 255 = 67%

165
178
170

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

Portions of RGB colors in percentages

R + G + B = 165 + 178 + 170 = 513 (100%)
R 165 of 513 ~ 32.16%
G 178 of 513 ~ 34.7%
B 170 of 513 ~ 33.14'%

%32.16
%34.7
%33.14

CMYK color model

#A5B2AA color CMYK value is (7,0,4,30).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%

CMYK: (7,0,4,30)
C7M0Y4K30 (7%, 0%, 4%, 30%)
(0.07 / 0.00 / 0.04 / 0.30)

CMYK percentages

%7.3
%0
%4.49
%30.2

Codes

Color #A5B2AA in popluar color models

A5 B2 AA
RGB 165 178 170
HSL 143° 7.78% 67.25%
HSB/HSV 143° 7.30% 69.80%
CMYK 7.30% 0.00% 4.49%
30.20%

Color #A5B2AA in popluar number systems.

HEX A5 B2 AA
Decimal 165 178 170
Binary 10100101 10110010 10101010
Octal 245 262 252

Shades and tints

Shades of #A5B2AA

#A5B2AA
(165,178,170)
#96A29B
(150,162,155)
#87928C
(135,146,140)
#78827D
(120,130,125)
#69726E
(105,114,110)
#5A625F
(90,98,95)
#4B5250
(75,82,80)
#3C4241
(60,66,65)
#2D3232
(45,50,50)
#1E2223
(30,34,35)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A5B2AA

#A5B2AA
(165,178,170)
#ADB9B1
(173,185,177)
#B5C0B8
(181,192,184)
#BDC7BF
(189,199,191)
#C5CEC6
(197,206,198)
#CDD5CD
(205,213,205)
#D5DCD4
(213,220,212)
#DDE3DB
(221,227,219)
#E5EAE2
(229,234,226)
#EDF1E9
(237,241,233)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B2AA; }

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

This text font color is #A5B2AA.

Background Color

.myBgColor { background-color: #A5B2AA; }

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

This div background color is #A5B2AA.

Border color

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

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

This div border color is #A5B2AA.

Opacity

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

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

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

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

This text has shadow with #A5B2AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B2AA.

Preview

Color preview on black background

This text has color #A5B2AA on black background.


Color preview on white background

This text has color #A5B2AA on white background.


Black color preview on #A5B2AA background

This text has black color on #A5B2AA background.


White color preview on #A5B2AA background

This text has white color on #A5B2AA background.


Related colors

Complementary color

Complementary color for #hex is #5A4D55.


I love getcolorcode.com

Triadic colors

1 #AAA5B2 and #B2AAA5 with #A5B2AA are triadic colors.

2 #AAB2A5 and #B2A5AA with #A5B2AA are triadic colors.