COLOR #A5AF8D

HEX: #A5AF8D RGB: (165,175,141)

Color info

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

RGB color model

#A5AF8D color RGB value is (165,175,141).

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

RGB channels and saturation

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

165
175
141

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

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 141 = 481 (100%)
R 165 of 481 ~ 34.3%
G 175 of 481 ~ 36.38%
B 141 of 481 ~ 29.31'%

%34.3
%36.38
%29.31

CMYK color model

#A5AF8D color CMYK value is (6,0,19,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 19.43%
  • key color value is 31.37%

CMYK: (6,0,19,31)
C6M0Y19K31 (6%, 0%, 19%, 31%)
(0.06 / 0.00 / 0.19 / 0.31)

CMYK percentages

%5.71
%0
%19.43
%31.37

Codes

Color #A5AF8D in popluar color models

A5 AF 8D
RGB 165 175 141
HSL 78° 17.53% 61.96%
HSB/HSV 78° 19.43% 68.63%
CMYK 5.71% 0.00% 19.43%
31.37%

Color #A5AF8D in popluar number systems.

HEX A5 AF 8D
Decimal 165 175 141
Binary 10100101 10101111 10001101
Octal 245 257 215

Shades and tints

Shades of #A5AF8D

#A5AF8D
(165,175,141)
#96A081
(150,160,129)
#879175
(135,145,117)
#788269
(120,130,105)
#69735D
(105,115,93)
#5A6451
(90,100,81)
#4B5545
(75,85,69)
#3C4639
(60,70,57)
#2D372D
(45,55,45)
#1E2821
(30,40,33)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5AF8D

#A5AF8D
(165,175,141)
#ADB697
(173,182,151)
#B5BDA1
(181,189,161)
#BDC4AB
(189,196,171)
#C5CBB5
(197,203,181)
#CDD2BF
(205,210,191)
#D5D9C9
(213,217,201)
#DDE0D3
(221,224,211)
#E5E7DD
(229,231,221)
#EDEEE7
(237,238,231)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF8D; }

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

This text font color is #A5AF8D.

Background Color

.myBgColor { background-color: #A5AF8D; }

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

This div background color is #A5AF8D.

Border color

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

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

This div border color is #A5AF8D.

Opacity

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

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

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

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

This text has shadow with #A5AF8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AF8D.

Preview

Color preview on black background

This text has color #A5AF8D on black background.


Color preview on white background

This text has color #A5AF8D on white background.


Black color preview on #A5AF8D background

This text has black color on #A5AF8D background.


White color preview on #A5AF8D background

This text has white color on #A5AF8D background.


Related colors

Complementary color

Complementary color for #hex is #5A5072.


I love getcolorcode.com

Triadic colors

1 #8DA5AF and #AF8DA5 with #A5AF8D are triadic colors.

2 #8DAFA5 and #AFA58D with #A5AF8D are triadic colors.