COLOR #A5AF7F

HEX: #A5AF7F
RGB: (165,175,127)

Color info

#A5AF7F contains red, green and blue colors in about the same proportion. Web safe color of #A5AF7F is #999966 (or #996).

RGB color model

#A5AF7F color RGB value is (165,175,127).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 127 of 255 = 50%

165
175
127

R + G + B ~ 61%. #A5AF7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 127 = 467 (100%)
R 165 of 467 ~ 35.33%
G 175 of 467 ~ 37.47%
B 127 of 467 ~ 27.19%

%35.33
%37.47
%27.19

CMYK color model

#A5AF7F color CMYK value is (6,0,27,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(6,0,27,31)
C6M0Y27K31 
(6%,0%,27%,31%)
(0.06/0.00/0.27/0.31)	

CMYK percentages

%5.71
%0
%27.43
%31.37

Codes

Color #A5AF7F in popluar color models

A5AF7F
RGB165175127
HSL73°23.08%59.22%
HSB/HSV73°27.43%68.63%
CMYK5.71%0.00%27.43%
31.37%

Color #A5AF7F in popluar number systems.

HEXA5AF7F
Decimal165175127
Binary10100101101011111111111
Octal245257177

Shades and tints

Shades of #A5AF7F

#A5AF7F
(165,175,127)
#96A074
(150,160,116)
#879169
(135,145,105)
#78825E
(120,130,94)
#697353
(105,115,83)
#5A6448
(90,100,72)
#4B553D
(75,85,61)
#3C4632
(60,70,50)
#2D3727
(45,55,39)
#1E281C
(30,40,28)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #A5AF7F

#A5AF7F
(165,175,127)
#ADB68A
(173,182,138)
#B5BD95
(181,189,149)
#BDC4A0
(189,196,160)
#C5CBAB
(197,203,171)
#CDD2B6
(205,210,182)
#D5D9C1
(213,217,193)
#DDE0CC
(221,224,204)
#E5E7D7
(229,231,215)
#EDEEE2
(237,238,226)
#F5F5ED
(245,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF7F; }

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

This text font color is #A5AF7F.


Background Color

.myBgColor { background-color: #A5AF7F; }

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

This div background color is #A5AF7F.


Border color

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

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

This div border color is #A5AF7F.


Opacity

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

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

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

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

This text has shadow with #A5AF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF7F on black background.


Color preview on white background

This text has color #A5AF7F on white background.



Black color preview on #A5AF7F background

This text has black color on #A5AF7F background.


White color preview on #A5AF7F background

This text has white color on #A5AF7F background.