COLOR #A5986B

HEX: #A5986B
RGB: (165,152,107)

Color info

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

RGB color model

#A5986B color RGB value is (165,152,107).

  • red value is 165;
  • green value is 152;
  • blue value is 107.
RGB:
(165,152,107)
(65%,60%,42%)

RGB channels and saturation

R 165 of 255 = 65%
G 152 of 255 = 60%
B 107 of 255 = 42%

165
152
107

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

Portions of RGB colors in percentages

R + G + B =
165 + 152 + 107 = 424 (100%)
R 165 of 424 ~ 38.92%
G 152 of 424 ~ 35.85%
B 107 of 424 ~ 25.24%

%38.92
%35.85
%25.24

CMYK color model

#A5986B color CMYK value is (0,8,35,35).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 35.15%
  • key color value is 35.29%
CMYK:
(0,8,35,35)
C0M8Y35K35 
(0%,8%,35%,35%)
(0.00/0.08/0.35/0.35)	

CMYK percentages

%0
%7.88
%35.15
%35.29

Codes

Color #A5986B in popluar color models

A5986B
RGB165152107
HSL47°24.37%53.33%
HSB/HSV47°35.15%64.71%
CMYK0.00%7.88%35.15%
35.29%

Color #A5986B in popluar number systems.

HEXA5986B
Decimal165152107
Binary10100101100110001101011
Octal245230153

Shades and tints

Shades of #A5986B

#A5986B
(165,152,107)
#968B62
(150,139,98)
#877E59
(135,126,89)
#787150
(120,113,80)
#696447
(105,100,71)
#5A573E
(90,87,62)
#4B4A35
(75,74,53)
#3C3D2C
(60,61,44)
#2D3023
(45,48,35)
#1E231A
(30,35,26)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5986B

#A5986B
(165,152,107)
#ADA178
(173,161,120)
#B5AA85
(181,170,133)
#BDB392
(189,179,146)
#C5BC9F
(197,188,159)
#CDC5AC
(205,197,172)
#D5CEB9
(213,206,185)
#DDD7C6
(221,215,198)
#E5E0D3
(229,224,211)
#EDE9E0
(237,233,224)
#F5F2ED
(245,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5986B color. Also use rgb(165,152,107) instead hex code.

Text Font Color

.myTextColor { color: #A5986B; }

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

This text font color is #A5986B.


Background Color

.myBgColor { background-color: #A5986B; }

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

This div background color is #A5986B.


Border color

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

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

This div border color is #A5986B.


Opacity

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

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

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

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

This text has shadow with #A5986B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5986B on black background.


Color preview on white background

This text has color #A5986B on white background.



Black color preview on #A5986B background

This text has black color on #A5986B background.


White color preview on #A5986B background

This text has white color on #A5986B background.