COLOR #A5AF8B

HEX: #A5AF8B RGB: (165,175,139)

Color info

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

RGB color model

#A5AF8B color RGB value is (165,175,139).

RGB: (165,175,139) (65%, 69%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 139 of 255 = 55%

165
175
139

R + G + B ~ 63%. #A5AF8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 139 = 479 (100%)
R 165 of 479 ~ 34.45%
G 175 of 479 ~ 36.53%
B 139 of 479 ~ 29.02'%

%34.45
%36.53
%29.02

CMYK color model

#A5AF8B color CMYK value is (6,0,21,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 31.37%
CMYK: (6,0,21,31) C6M0Y21K31 (6%,0%,21%,31%) (0.06/0.00/0.21/0.31) 

CMYK percentages

%5.71
%0
%20.57
%31.37

Codes

Color #A5AF8B in popluar color models

A5 AF 8B
RGB 165 175 139
HSL 77° 18.37% 61.57%
HSB/HSV 77° 20.57% 68.63%
CMYK 5.71% 0.00% 20.57%
31.37%

Color #A5AF8B in popluar number systems.

HEX A5 AF 8B
Decimal 165 175 139
Binary 10100101 10101111 10001011
Octal 245 257 213

Shades and tints

Shades of #A5AF8B

#A5AF8B
(165,175,139)
#96A07F
(150,160,127)
#879173
(135,145,115)
#788267
(120,130,103)
#69735B
(105,115,91)
#5A644F
(90,100,79)
#4B5543
(75,85,67)
#3C4637
(60,70,55)
#2D372B
(45,55,43)
#1E281F
(30,40,31)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #A5AF8B

#A5AF8B
(165,175,139)
#ADB695
(173,182,149)
#B5BD9F
(181,189,159)
#BDC4A9
(189,196,169)
#C5CBB3
(197,203,179)
#CDD2BD
(205,210,189)
#D5D9C7
(213,217,199)
#DDE0D1
(221,224,209)
#E5E7DB
(229,231,219)
#EDEEE5
(237,238,229)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AF8B color. Also use rgb(165,175,139) instead hex code.

Text Font Color

.myTextColor { color: #A5AF8B; }

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

This text font color is #A5AF8B.

Background Color

.myBgColor { background-color: #A5AF8B; }

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

This div background color is #A5AF8B.

Border color

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

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

This div border color is #A5AF8B.

Opacity

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

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

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

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

This text has shadow with #A5AF8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AF8B.

Preview

Color preview on black background

This text has color #A5AF8B on black background.


Color preview on white background

This text has color #A5AF8B on white background.


Black color preview on #A5AF8B background

This text has black color on #A5AF8B background.


White color preview on #A5AF8B background

This text has white color on #A5AF8B background.


Related colors

Complementary color

Complementary color for #hex is #5A5074.


I love getcolorcode.com

Triadic colors

1 #8BA5AF and #AF8BA5 with #A5AF8B are triadic colors.

2 #8BAFA5 and #AFA58B with #A5AF8B are triadic colors.