COLOR #A5B38A

HEX: #A5B38A
RGB: (165,179,138)

Color info

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

RGB color model

#A5B38A color RGB value is (165,179,138).

  • red value is 165;
  • green value is 179;
  • blue value is 138.
RGB: (165,179,138) (65%,70%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 138 of 255 = 54%

165
179
138

R + G + B ~ 63%. #A5B38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 138 = 482 (100%)
R 165 of 482 ~ 34.23%
G 179 of 482 ~ 37.14%
B 138 of 482 ~ 28.63%

%34.23
%37.14
%28.63

CMYK color model

#A5B38A color CMYK value is (8,0,23,30).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 22.91%
  • key color value is 29.80%
CMYK: (8,0,23,30) C8M0Y23K30 (8%,0%,23%,30%) (0.08/0.00/0.23/0.30)

CMYK percentages

%7.82
%0
%22.91
%29.8

Codes

Color #A5B38A in popluar color models

A5B38A
RGB165179138
HSL80°21.24%62.16%
HSB/HSV80°22.91%70.20%
CMYK7.82%0.00%22.91%
29.80%

Color #A5B38A in popluar number systems.

HEXA5B38A
Decimal165179138
Binary101001011011001110001010
Octal245263212

Shades and tints

Shades of #A5B38A

#A5B38A
(165,179,138)
#96A37E
(150,163,126)
#879372
(135,147,114)
#788366
(120,131,102)
#69735A
(105,115,90)
#5A634E
(90,99,78)
#4B5342
(75,83,66)
#3C4336
(60,67,54)
#2D332A
(45,51,42)
#1E231E
(30,35,30)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5B38A

#A5B38A
(165,179,138)
#ADB994
(173,185,148)
#B5BF9E
(181,191,158)
#BDC5A8
(189,197,168)
#C5CBB2
(197,203,178)
#CDD1BC
(205,209,188)
#D5D7C6
(213,215,198)
#DDDDD0
(221,221,208)
#E5E3DA
(229,227,218)
#EDE9E4
(237,233,228)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B38A; }

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

This text font color is #A5B38A.


Background Color

.myBgColor { background-color: #A5B38A; }

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

This div background color is #A5B38A.


Border color

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

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

This div border color is #A5B38A.


Opacity

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

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

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

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

This text has shadow with #A5B38A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5B38A on black background.


Color preview on white background

This text has color #A5B38A on white background.



Black color preview on #A5B38A background

This text has black color on #A5B38A background.


White color preview on #A5B38A background

This text has white color on #A5B38A background.