COLOR #A5B49D

HEX: #A5B49D RGB: (165,180,157)

Color info

#A5B49D contains red, green and blue colors in about the same proportion. Web safe color of #A5B49D is #99CC99 (or #9C9).

RGB color model

#A5B49D color RGB value is (165,180,157).

RGB: (165,180,157) (65%, 71%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 180 of 255 = 71%
B 157 of 255 = 62%

165
180
157

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

Portions of RGB colors in percentages

R + G + B = 165 + 180 + 157 = 502 (100%)
R 165 of 502 ~ 32.87%
G 180 of 502 ~ 35.86%
B 157 of 502 ~ 31.27'%

%32.87
%35.86
%31.27

CMYK color model

#A5B49D color CMYK value is (8,0,13,29).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%

CMYK: (8,0,13,29)
C8M0Y13K29 (8%, 0%, 13%, 29%)
(0.08 / 0.00 / 0.13 / 0.29)

CMYK percentages

%8.33
%0
%12.78
%29.41

Codes

Color #A5B49D in popluar color models

A5 B4 9D
RGB 165 180 157
HSL 99° 13.29% 66.08%
HSB/HSV 99° 12.78% 70.59%
CMYK 8.33% 0.00% 12.78%
29.41%

Color #A5B49D in popluar number systems.

HEX A5 B4 9D
Decimal 165 180 157
Binary 10100101 10110100 10011101
Octal 245 264 235

Shades and tints

Shades of #A5B49D

#A5B49D
(165,180,157)
#96A48F
(150,164,143)
#879481
(135,148,129)
#788473
(120,132,115)
#697465
(105,116,101)
#5A6457
(90,100,87)
#4B5449
(75,84,73)
#3C443B
(60,68,59)
#2D342D
(45,52,45)
#1E241F
(30,36,31)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5B49D

#A5B49D
(165,180,157)
#ADBAA5
(173,186,165)
#B5C0AD
(181,192,173)
#BDC6B5
(189,198,181)
#C5CCBD
(197,204,189)
#CDD2C5
(205,210,197)
#D5D8CD
(213,216,205)
#DDDED5
(221,222,213)
#E5E4DD
(229,228,221)
#EDEAE5
(237,234,229)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B49D; }

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

This text font color is #A5B49D.

Background Color

.myBgColor { background-color: #A5B49D; }

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

This div background color is #A5B49D.

Border color

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

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

This div border color is #A5B49D.

Opacity

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

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

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

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

This text has shadow with #A5B49D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B49D.

Preview

Color preview on black background

This text has color #A5B49D on black background.


Color preview on white background

This text has color #A5B49D on white background.


Black color preview on #A5B49D background

This text has black color on #A5B49D background.


White color preview on #A5B49D background

This text has white color on #A5B49D background.


Related colors

Complementary color

Complementary color for #hex is #5A4B62.


I love getcolorcode.com

Triadic colors

1 #9DA5B4 and #B49DA5 with #A5B49D are triadic colors.

2 #9DB4A5 and #B4A59D with #A5B49D are triadic colors.