COLOR #A5B7AC

HEX: #A5B7AC RGB: (165,183,172)

Color info

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

RGB color model

#A5B7AC color RGB value is (165,183,172).

RGB: (165,183,172) (65%, 72%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 183 of 255 = 72%
B 172 of 255 = 67%

165
183
172

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

Portions of RGB colors in percentages

R + G + B = 165 + 183 + 172 = 520 (100%)
R 165 of 520 ~ 31.73%
G 183 of 520 ~ 35.19%
B 172 of 520 ~ 33.08'%

%31.73
%35.19
%33.08

CMYK color model

#A5B7AC color CMYK value is (10,0,6,28).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 28.24%

CMYK: (10,0,6,28)
C10M0Y6K28 (10%, 0%, 6%, 28%)
(0.10 / 0.00 / 0.06 / 0.28)

CMYK percentages

%9.84
%0
%6.01
%28.24

Codes

Color #A5B7AC in popluar color models

A5 B7 AC
RGB 165 183 172
HSL 143° 11.11% 68.24%
HSB/HSV 143° 9.84% 71.76%
CMYK 9.84% 0.00% 6.01%
28.24%

Color #A5B7AC in popluar number systems.

HEX A5 B7 AC
Decimal 165 183 172
Binary 10100101 10110111 10101100
Octal 245 267 254

Shades and tints

Shades of #A5B7AC

#A5B7AC
(165,183,172)
#96A79D
(150,167,157)
#87978E
(135,151,142)
#78877F
(120,135,127)
#697770
(105,119,112)
#5A6761
(90,103,97)
#4B5752
(75,87,82)
#3C4743
(60,71,67)
#2D3734
(45,55,52)
#1E2725
(30,39,37)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #A5B7AC

#A5B7AC
(165,183,172)
#ADBDB3
(173,189,179)
#B5C3BA
(181,195,186)
#BDC9C1
(189,201,193)
#C5CFC8
(197,207,200)
#CDD5CF
(205,213,207)
#D5DBD6
(213,219,214)
#DDE1DD
(221,225,221)
#E5E7E4
(229,231,228)
#EDEDEB
(237,237,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B7AC color. Also use rgb(165,183,172) instead hex code.

Text Font Color

.myTextColor { color: #A5B7AC; }

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

This text font color is #A5B7AC.

Background Color

.myBgColor { background-color: #A5B7AC; }

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

This div background color is #A5B7AC.

Border color

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

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

This div border color is #A5B7AC.

Opacity

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

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

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

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

This text has shadow with #A5B7AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B7AC.

Preview

Color preview on black background

This text has color #A5B7AC on black background.


Color preview on white background

This text has color #A5B7AC on white background.


Black color preview on #A5B7AC background

This text has black color on #A5B7AC background.


White color preview on #A5B7AC background

This text has white color on #A5B7AC background.


Related colors

Complementary color

Complementary color for #hex is #5A4853.


I love getcolorcode.com

Triadic colors

1 #ACA5B7 and #B7ACA5 with #A5B7AC are triadic colors.

2 #ACB7A5 and #B7A5AC with #A5B7AC are triadic colors.