COLOR #A5B29C

HEX: #A5B29C
RGB: (165,178,156)

Color info

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

RGB color model

#A5B29C color RGB value is (165,178,156).

  • red value is 165;
  • green value is 178;
  • blue value is 156.
RGB:
(165,178,156)
(65%,70%,61%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 156 of 255 = 61%

165
178
156

R + G + B ~ 65%. #A5B29C is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 178 + 156 = 499 (100%)
R 165 of 499 ~ 33.07%
G 178 of 499 ~ 35.67%
B 156 of 499 ~ 31.26%

%33.07
%35.67
%31.26

CMYK color model

#A5B29C color CMYK value is (7,0,12,30).

  • cyan value is 7.30%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK:
(7,0,12,30)
C7M0Y12K30 
(7%,0%,12%,30%)
(0.07/0.00/0.12/0.30)	

CMYK percentages

%7.3
%0
%12.36
%30.2

Codes

Color #A5B29C in popluar color models

A5B29C
RGB165178156
HSL95°12.50%65.49%
HSB/HSV95°12.36%69.80%
CMYK7.30%0.00%12.36%
30.20%

Color #A5B29C in popluar number systems.

HEXA5B29C
Decimal165178156
Binary101001011011001010011100
Octal245262234

Shades and tints

Shades of #A5B29C

#A5B29C
(165,178,156)
#96A28E
(150,162,142)
#879280
(135,146,128)
#788272
(120,130,114)
#697264
(105,114,100)
#5A6256
(90,98,86)
#4B5248
(75,82,72)
#3C423A
(60,66,58)
#2D322C
(45,50,44)
#1E221E
(30,34,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #A5B29C

#A5B29C
(165,178,156)
#ADB9A5
(173,185,165)
#B5C0AE
(181,192,174)
#BDC7B7
(189,199,183)
#C5CEC0
(197,206,192)
#CDD5C9
(205,213,201)
#D5DCD2
(213,220,210)
#DDE3DB
(221,227,219)
#E5EAE4
(229,234,228)
#EDF1ED
(237,241,237)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B29C color. Also use rgb(165,178,156) instead hex code.

Text Font Color

.myTextColor { color: #A5B29C; }

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

This text font color is #A5B29C.


Background Color

.myBgColor { background-color: #A5B29C; }

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

This div background color is #A5B29C.


Border color

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

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

This div border color is #A5B29C.


Opacity

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

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

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

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

This text has shadow with #A5B29C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B29C on black background.


Color preview on white background

This text has color #A5B29C on white background.



Black color preview on #A5B29C background

This text has black color on #A5B29C background.


White color preview on #A5B29C background

This text has white color on #A5B29C background.