COLOR #A5B68B

HEX: #A5B68B RGB: (165,182,139)

Color info

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

RGB color model

#A5B68B color RGB value is (165,182,139).

RGB: (165,182,139) (65%, 71%, 55%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 139 of 255 = 55%

165
182
139

R + G + B ~ 64%. #A5B68B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 182 + 139 = 486 (100%)
R 165 of 486 ~ 33.95%
G 182 of 486 ~ 37.45%
B 139 of 486 ~ 28.6'%

%33.95
%37.45
%28.6

CMYK color model

#A5B68B color CMYK value is (9,0,24,29).

  • cyan value is 9.34%
  • magenta value is 0.00%
  • yellow value is 23.63%
  • key color value is 28.63%

CMYK: (9,0,24,29)
C9M0Y24K29 (9%, 0%, 24%, 29%)
(0.09 / 0.00 / 0.24 / 0.29)

CMYK percentages

%9.34
%0
%23.63
%28.63

Codes

Color #A5B68B in popluar color models

A5 B6 8B
RGB 165 182 139
HSL 84° 22.75% 62.94%
HSB/HSV 84° 23.63% 71.37%
CMYK 9.34% 0.00% 23.63%
28.63%

Color #A5B68B in popluar number systems.

HEX A5 B6 8B
Decimal 165 182 139
Binary 10100101 10110110 10001011
Octal 245 266 213

Shades and tints

Shades of #A5B68B

#A5B68B
(165,182,139)
#96A67F
(150,166,127)
#879673
(135,150,115)
#788667
(120,134,103)
#69765B
(105,118,91)
#5A664F
(90,102,79)
#4B5643
(75,86,67)
#3C4637
(60,70,55)
#2D362B
(45,54,43)
#1E261F
(30,38,31)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #A5B68B

#A5B68B
(165,182,139)
#ADBC95
(173,188,149)
#B5C29F
(181,194,159)
#BDC8A9
(189,200,169)
#C5CEB3
(197,206,179)
#CDD4BD
(205,212,189)
#D5DAC7
(213,218,199)
#DDE0D1
(221,224,209)
#E5E6DB
(229,230,219)
#EDECE5
(237,236,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B68B color. Also use rgb(165,182,139) instead hex code.

Text Font Color

.myTextColor { color: #A5B68B; }

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

This text font color is #A5B68B.

Background Color

.myBgColor { background-color: #A5B68B; }

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

This div background color is #A5B68B.

Border color

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

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

This div border color is #A5B68B.

Opacity

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

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

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

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

This text has shadow with #A5B68B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B68B.

Preview

Color preview on black background

This text has color #A5B68B on black background.


Color preview on white background

This text has color #A5B68B on white background.


Black color preview on #A5B68B background

This text has black color on #A5B68B background.


White color preview on #A5B68B background

This text has white color on #A5B68B background.


Related colors

Complementary color

Complementary color for #hex is #5A4974.


I love getcolorcode.com

Triadic colors

1 #8BA5B6 and #B68BA5 with #A5B68B are triadic colors.

2 #8BB6A5 and #B6A58B with #A5B68B are triadic colors.