COLOR #A5AF8F

HEX: #A5AF8F
RGB: (165,175,143)

Color info

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

RGB color model

#A5AF8F color RGB value is (165,175,143).

  • red value is 165;
  • green value is 175;
  • blue value is 143.
RGB:
(165,175,143)
(65%,69%,56%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 143 of 255 = 56%

165
175
143

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

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 143 = 483 (100%)
R 165 of 483 ~ 34.16%
G 175 of 483 ~ 36.23%
B 143 of 483 ~ 29.61%

%34.16
%36.23
%29.61

CMYK color model

#A5AF8F color CMYK value is (6,0,18,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(6,0,18,31)
C6M0Y18K31 
(6%,0%,18%,31%)
(0.06/0.00/0.18/0.31)	

CMYK percentages

%5.71
%0
%18.29
%31.37

Codes

Color #A5AF8F in popluar color models

A5AF8F
RGB165175143
HSL79°16.67%62.35%
HSB/HSV79°18.29%68.63%
CMYK5.71%0.00%18.29%
31.37%

Color #A5AF8F in popluar number systems.

HEXA5AF8F
Decimal165175143
Binary101001011010111110001111
Octal245257217

Shades and tints

Shades of #A5AF8F

#A5AF8F
(165,175,143)
#96A082
(150,160,130)
#879175
(135,145,117)
#788268
(120,130,104)
#69735B
(105,115,91)
#5A644E
(90,100,78)
#4B5541
(75,85,65)
#3C4634
(60,70,52)
#2D3727
(45,55,39)
#1E281A
(30,40,26)
#0F190D
(15,25,13)
#000000
(0,0,0)

Tints of #A5AF8F

#A5AF8F
(165,175,143)
#ADB699
(173,182,153)
#B5BDA3
(181,189,163)
#BDC4AD
(189,196,173)
#C5CBB7
(197,203,183)
#CDD2C1
(205,210,193)
#D5D9CB
(213,217,203)
#DDE0D5
(221,224,213)
#E5E7DF
(229,231,223)
#EDEEE9
(237,238,233)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF8F; }

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

This text font color is #A5AF8F.


Background Color

.myBgColor { background-color: #A5AF8F; }

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

This div background color is #A5AF8F.


Border color

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

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

This div border color is #A5AF8F.


Opacity

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

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

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

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

This text has shadow with #A5AF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF8F on black background.


Color preview on white background

This text has color #A5AF8F on white background.



Black color preview on #A5AF8F background

This text has black color on #A5AF8F background.


White color preview on #A5AF8F background

This text has white color on #A5AF8F background.