COLOR #A5AF91

HEX: #A5AF91
RGB: (165,175,145)

Color info

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

RGB color model

#A5AF91 color RGB value is (165,175,145).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 145 of 255 = 57%

165
175
145

R + G + B ~ 64%. #A5AF91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 145 = 485 (100%)
R 165 of 485 ~ 34.02%
G 175 of 485 ~ 36.08%
B 145 of 485 ~ 29.9%

%34.02
%36.08
%29.9

CMYK color model

#A5AF91 color CMYK value is (6,0,17,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(6,0,17,31)
C6M0Y17K31 
(6%,0%,17%,31%)
(0.06/0.00/0.17/0.31)	

CMYK percentages

%5.71
%0
%17.14
%31.37

Codes

Color #A5AF91 in popluar color models

A5AF91
RGB165175145
HSL80°15.79%62.75%
HSB/HSV80°17.14%68.63%
CMYK5.71%0.00%17.14%
31.37%

Color #A5AF91 in popluar number systems.

HEXA5AF91
Decimal165175145
Binary101001011010111110010001
Octal245257221

Shades and tints

Shades of #A5AF91

#A5AF91
(165,175,145)
#96A084
(150,160,132)
#879177
(135,145,119)
#78826A
(120,130,106)
#69735D
(105,115,93)
#5A6450
(90,100,80)
#4B5543
(75,85,67)
#3C4636
(60,70,54)
#2D3729
(45,55,41)
#1E281C
(30,40,28)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #A5AF91

#A5AF91
(165,175,145)
#ADB69B
(173,182,155)
#B5BDA5
(181,189,165)
#BDC4AF
(189,196,175)
#C5CBB9
(197,203,185)
#CDD2C3
(205,210,195)
#D5D9CD
(213,217,205)
#DDE0D7
(221,224,215)
#E5E7E1
(229,231,225)
#EDEEEB
(237,238,235)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF91; }

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

This text font color is #A5AF91.


Background Color

.myBgColor { background-color: #A5AF91; }

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

This div background color is #A5AF91.


Border color

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

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

This div border color is #A5AF91.


Opacity

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

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

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

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

This text has shadow with #A5AF91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF91 on black background.


Color preview on white background

This text has color #A5AF91 on white background.



Black color preview on #A5AF91 background

This text has black color on #A5AF91 background.


White color preview on #A5AF91 background

This text has white color on #A5AF91 background.