COLOR #A5B4AD

HEX: #A5B4AD RGB: (165,180,173)

Color info

#A5B4AD contains red, green and blue colors in about the same proportion. Web safe color of #A5B4AD is #99CC99 (or #9C9).

RGB color model

#A5B4AD color RGB value is (165,180,173).

RGB: (165,180,173) (65%, 71%, 68%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 173 of 255 = 68%

165
180
173

R + G + B ~ 68%. #A5B4AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 180 + 173 = 518 (100%)
R 165 of 518 ~ 31.85%
G 180 of 518 ~ 34.75%
B 173 of 518 ~ 33.4'%

%31.85
%34.75
%33.4

CMYK color model

#A5B4AD color CMYK value is (8,0,4,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 3.89%
  • key color value is 29.41%

CMYK: (8,0,4,29)
C8M0Y4K29 (8%, 0%, 4%, 29%)
(0.08 / 0.00 / 0.04 / 0.29)

CMYK percentages

%8.33
%0
%3.89
%29.41

Codes

Color #A5B4AD in popluar color models

A5 B4 AD
RGB 165 180 173
HSL 152° 9.09% 67.65%
HSB/HSV 152° 8.33% 70.59%
CMYK 8.33% 0.00% 3.89%
29.41%

Color #A5B4AD in popluar number systems.

HEX A5 B4 AD
Decimal 165 180 173
Binary 10100101 10110100 10101101
Octal 245 264 255

Shades and tints

Shades of #A5B4AD

#A5B4AD
(165,180,173)
#96A49E
(150,164,158)
#87948F
(135,148,143)
#788480
(120,132,128)
#697471
(105,116,113)
#5A6462
(90,100,98)
#4B5453
(75,84,83)
#3C4444
(60,68,68)
#2D3435
(45,52,53)
#1E2426
(30,36,38)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A5B4AD

#A5B4AD
(165,180,173)
#ADBAB4
(173,186,180)
#B5C0BB
(181,192,187)
#BDC6C2
(189,198,194)
#C5CCC9
(197,204,201)
#CDD2D0
(205,210,208)
#D5D8D7
(213,216,215)
#DDDEDE
(221,222,222)
#E5E4E5
(229,228,229)
#EDEAEC
(237,234,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B4AD color. Also use rgb(165,180,173) instead hex code.

Text Font Color

.myTextColor { color: #A5B4AD; }

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

This text font color is #A5B4AD.

Background Color

.myBgColor { background-color: #A5B4AD; }

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

This div background color is #A5B4AD.

Border color

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

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

This div border color is #A5B4AD.

Opacity

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

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

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

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

This text has shadow with #A5B4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B4AD.

Preview

Color preview on black background

This text has color #A5B4AD on black background.


Color preview on white background

This text has color #A5B4AD on white background.


Black color preview on #A5B4AD background

This text has black color on #A5B4AD background.


White color preview on #A5B4AD background

This text has white color on #A5B4AD background.


Related colors

Complementary color

Complementary color for #hex is #5A4B52.


I love getcolorcode.com

Triadic colors

1 #ADA5B4 and #B4ADA5 with #A5B4AD are triadic colors.

2 #ADB4A5 and #B4A5AD with #A5B4AD are triadic colors.