COLOR #A5A86D

HEX: #A5A86D
RGB: (165,168,109)

Color info

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

RGB color model

#A5A86D color RGB value is (165,168,109).

  • red value is 165;
  • green value is 168;
  • blue value is 109.
RGB:
(165,168,109)
(65%,66%,43%)

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 109 of 255 = 43%

165
168
109

R + G + B ~ 58%. #A5A86D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 109 = 442 (100%)
R 165 of 442 ~ 37.33%
G 168 of 442 ~ 38.01%
B 109 of 442 ~ 24.66%

%37.33
%38.01
%24.66

CMYK color model

#A5A86D color CMYK value is (2,0,35,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 34.12%
CMYK:
(2,0,35,34)
C2M0Y35K34 
(2%,0%,35%,34%)
(0.02/0.00/0.35/0.34)	

CMYK percentages

%1.79
%0
%35.12
%34.12

Codes

Color #A5A86D in popluar color models

A5A86D
RGB165168109
HSL63°25.32%54.31%
HSB/HSV63°35.12%65.88%
CMYK1.79%0.00%35.12%
34.12%

Color #A5A86D in popluar number systems.

HEXA5A86D
Decimal165168109
Binary10100101101010001101101
Octal245250155

Shades and tints

Shades of #A5A86D

#A5A86D
(165,168,109)
#969964
(150,153,100)
#878A5B
(135,138,91)
#787B52
(120,123,82)
#696C49
(105,108,73)
#5A5D40
(90,93,64)
#4B4E37
(75,78,55)
#3C3F2E
(60,63,46)
#2D3025
(45,48,37)
#1E211C
(30,33,28)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #A5A86D

#A5A86D
(165,168,109)
#ADAF7A
(173,175,122)
#B5B687
(181,182,135)
#BDBD94
(189,189,148)
#C5C4A1
(197,196,161)
#CDCBAE
(205,203,174)
#D5D2BB
(213,210,187)
#DDD9C8
(221,217,200)
#E5E0D5
(229,224,213)
#EDE7E2
(237,231,226)
#F5EEEF
(245,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A86D color. Also use rgb(165,168,109) instead hex code.

Text Font Color

.myTextColor { color: #A5A86D; }

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

This text font color is #A5A86D.


Background Color

.myBgColor { background-color: #A5A86D; }

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

This div background color is #A5A86D.


Border color

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

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

This div border color is #A5A86D.


Opacity

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

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

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

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

This text has shadow with #A5A86D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A86D on black background.


Color preview on white background

This text has color #A5A86D on white background.



Black color preview on #A5A86D background

This text has black color on #A5A86D background.


White color preview on #A5A86D background

This text has white color on #A5A86D background.