COLOR #A5AF83

HEX: #A5AF83
RGB: (165,175,131)

Color info

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

RGB color model

#A5AF83 color RGB value is (165,175,131).

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

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 131 of 255 = 51%

165
175
131

R + G + B ~ 62%. #A5AF83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 131 = 471 (100%)
R 165 of 471 ~ 35.03%
G 175 of 471 ~ 37.15%
B 131 of 471 ~ 27.81%

%35.03
%37.15
%27.81

CMYK color model

#A5AF83 color CMYK value is (6,0,25,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 31.37%
CMYK:
(6,0,25,31)
C6M0Y25K31 
(6%,0%,25%,31%)
(0.06/0.00/0.25/0.31)	

CMYK percentages

%5.71
%0
%25.14
%31.37

Codes

Color #A5AF83 in popluar color models

A5AF83
RGB165175131
HSL74°21.57%60.00%
HSB/HSV74°25.14%68.63%
CMYK5.71%0.00%25.14%
31.37%

Color #A5AF83 in popluar number systems.

HEXA5AF83
Decimal165175131
Binary101001011010111110000011
Octal245257203

Shades and tints

Shades of #A5AF83

#A5AF83
(165,175,131)
#96A078
(150,160,120)
#87916D
(135,145,109)
#788262
(120,130,98)
#697357
(105,115,87)
#5A644C
(90,100,76)
#4B5541
(75,85,65)
#3C4636
(60,70,54)
#2D372B
(45,55,43)
#1E2820
(30,40,32)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #A5AF83

#A5AF83
(165,175,131)
#ADB68E
(173,182,142)
#B5BD99
(181,189,153)
#BDC4A4
(189,196,164)
#C5CBAF
(197,203,175)
#CDD2BA
(205,210,186)
#D5D9C5
(213,217,197)
#DDE0D0
(221,224,208)
#E5E7DB
(229,231,219)
#EDEEE6
(237,238,230)
#F5F5F1
(245,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF83; }

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

This text font color is #A5AF83.


Background Color

.myBgColor { background-color: #A5AF83; }

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

This div background color is #A5AF83.


Border color

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

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

This div border color is #A5AF83.


Opacity

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

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

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

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

This text has shadow with #A5AF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AF83 on black background.


Color preview on white background

This text has color #A5AF83 on white background.



Black color preview on #A5AF83 background

This text has black color on #A5AF83 background.


White color preview on #A5AF83 background

This text has white color on #A5AF83 background.