COLOR #A5B39D

HEX: #A5B39D RGB: (165,179,157)

Color info

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

RGB color model

#A5B39D color RGB value is (165,179,157).

RGB: (165,179,157) (65%, 70%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 157 of 255 = 62%

165
179
157

R + G + B ~ 66%. #A5B39D is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 179 + 157 = 501 (100%)
R 165 of 501 ~ 32.93%
G 179 of 501 ~ 35.73%
B 157 of 501 ~ 31.34'%

%32.93
%35.73
%31.34

CMYK color model

#A5B39D color CMYK value is (8,0,12,30).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK: (8,0,12,30) C8M0Y12K30 (8%,0%,12%,30%) (0.08/0.00/0.12/0.30) 

CMYK percentages

%7.82
%0
%12.29
%29.8

Codes

Color #A5B39D in popluar color models

A5 B3 9D
RGB 165 179 157
HSL 98° 12.64% 65.88%
HSB/HSV 98° 12.29% 70.20%
CMYK 7.82% 0.00% 12.29%
29.80%

Color #A5B39D in popluar number systems.

HEX A5 B3 9D
Decimal 165 179 157
Binary 10100101 10110011 10011101
Octal 245 263 235

Shades and tints

Shades of #A5B39D

#A5B39D
(165,179,157)
#96A38F
(150,163,143)
#879381
(135,147,129)
#788373
(120,131,115)
#697365
(105,115,101)
#5A6357
(90,99,87)
#4B5349
(75,83,73)
#3C433B
(60,67,59)
#2D332D
(45,51,45)
#1E231F
(30,35,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5B39D

#A5B39D
(165,179,157)
#ADB9A5
(173,185,165)
#B5BFAD
(181,191,173)
#BDC5B5
(189,197,181)
#C5CBBD
(197,203,189)
#CDD1C5
(205,209,197)
#D5D7CD
(213,215,205)
#DDDDD5
(221,221,213)
#E5E3DD
(229,227,221)
#EDE9E5
(237,233,229)
#F5EFED
(245,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B39D color. Also use rgb(165,179,157) instead hex code.

Text Font Color

.myTextColor { color: #A5B39D; }

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

This text font color is #A5B39D.

Background Color

.myBgColor { background-color: #A5B39D; }

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

This div background color is #A5B39D.

Border color

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

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

This div border color is #A5B39D.

Opacity

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

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

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

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

This text has shadow with #A5B39D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B39D.

Preview

Color preview on black background

This text has color #A5B39D on black background.


Color preview on white background

This text has color #A5B39D on white background.


Black color preview on #A5B39D background

This text has black color on #A5B39D background.


White color preview on #A5B39D background

This text has white color on #A5B39D background.


Related colors

Complementary color

Complementary color for #hex is #5A4C62.


I love getcolorcode.com

Triadic colors

1 #9DA5B3 and #B39DA5 with #A5B39D are triadic colors.

2 #9DB3A5 and #B3A59D with #A5B39D are triadic colors.