COLOR #A5AF86

HEX: #A5AF86 RGB: (165,175,134)

Color info

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

RGB color model

#A5AF86 color RGB value is (165,175,134).

RGB: (165,175,134) (65%, 69%, 53%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 134 of 255 = 53%

165
175
134

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

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 134 = 474 (100%)
R 165 of 474 ~ 34.81%
G 175 of 474 ~ 36.92%
B 134 of 474 ~ 28.27'%

%34.81
%36.92
%28.27

CMYK color model

#A5AF86 color CMYK value is (6,0,23,31).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK: (6,0,23,31) C6M0Y23K31 (6%,0%,23%,31%) (0.06/0.00/0.23/0.31) 

CMYK percentages

%5.71
%0
%23.43
%31.37

Codes

Color #A5AF86 in popluar color models

A5 AF 86
RGB 165 175 134
HSL 75° 20.40% 60.59%
HSB/HSV 75° 23.43% 68.63%
CMYK 5.71% 0.00% 23.43%
31.37%

Color #A5AF86 in popluar number systems.

HEX A5 AF 86
Decimal 165 175 134
Binary 10100101 10101111 10000110
Octal 245 257 206

Shades and tints

Shades of #A5AF86

#A5AF86
(165,175,134)
#96A07A
(150,160,122)
#87916E
(135,145,110)
#788262
(120,130,98)
#697356
(105,115,86)
#5A644A
(90,100,74)
#4B553E
(75,85,62)
#3C4632
(60,70,50)
#2D3726
(45,55,38)
#1E281A
(30,40,26)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #A5AF86

#A5AF86
(165,175,134)
#ADB691
(173,182,145)
#B5BD9C
(181,189,156)
#BDC4A7
(189,196,167)
#C5CBB2
(197,203,178)
#CDD2BD
(205,210,189)
#D5D9C8
(213,217,200)
#DDE0D3
(221,224,211)
#E5E7DE
(229,231,222)
#EDEEE9
(237,238,233)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AF86; }

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

This text font color is #A5AF86.

Background Color

.myBgColor { background-color: #A5AF86; }

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

This div background color is #A5AF86.

Border color

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

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

This div border color is #A5AF86.

Opacity

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

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

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

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

This text has shadow with #A5AF86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AF86.

Preview

Color preview on black background

This text has color #A5AF86 on black background.


Color preview on white background

This text has color #A5AF86 on white background.


Black color preview on #A5AF86 background

This text has black color on #A5AF86 background.


White color preview on #A5AF86 background

This text has white color on #A5AF86 background.


Related colors

Complementary color

Complementary color for #hex is #5A5079.


I love getcolorcode.com

Triadic colors

1 #86A5AF and #AF86A5 with #A5AF86 are triadic colors.

2 #86AFA5 and #AFA586 with #A5AF86 are triadic colors.