COLOR #A5B679

HEX: #A5B679
RGB: (165,182,121)

Color info

#A5B679 contains mainly red and green colors. Web safe color of #A5B679 is #99CC66 (or #9C6).

RGB color model

#A5B679 color RGB value is (165,182,121).

  • red value is 165;
  • green value is 182;
  • blue value is 121.
RGB:
(165,182,121)
(65%,71%,47%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 121 of 255 = 47%

165
182
121

R + G + B ~ 61%. #A5B679 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 182 + 121 = 468 (100%)
R 165 of 468 ~ 35.26%
G 182 of 468 ~ 38.89%
B 121 of 468 ~ 25.85%

%35.26
%38.89
%25.85

CMYK color model

#A5B679 color CMYK value is (9,0,34,29).

  • cyan value is 9.34%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 28.63%
CMYK:
(9,0,34,29)
C9M0Y34K29 
(9%,0%,34%,29%)
(0.09/0.00/0.34/0.29)	

CMYK percentages

%9.34
%0
%33.52
%28.63

Codes

Color #A5B679 in popluar color models

A5B679
RGB165182121
HSL77°29.47%59.41%
HSB/HSV77°33.52%71.37%
CMYK9.34%0.00%33.52%
28.63%

Color #A5B679 in popluar number systems.

HEXA5B679
Decimal165182121
Binary10100101101101101111001
Octal245266171

Shades and tints

Shades of #A5B679

#A5B679
(165,182,121)
#96A66E
(150,166,110)
#879663
(135,150,99)
#788658
(120,134,88)
#69764D
(105,118,77)
#5A6642
(90,102,66)
#4B5637
(75,86,55)
#3C462C
(60,70,44)
#2D3621
(45,54,33)
#1E2616
(30,38,22)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #A5B679

#A5B679
(165,182,121)
#ADBC85
(173,188,133)
#B5C291
(181,194,145)
#BDC89D
(189,200,157)
#C5CEA9
(197,206,169)
#CDD4B5
(205,212,181)
#D5DAC1
(213,218,193)
#DDE0CD
(221,224,205)
#E5E6D9
(229,230,217)
#EDECE5
(237,236,229)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B679; }

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

This text font color is #A5B679.


Background Color

.myBgColor { background-color: #A5B679; }

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

This div background color is #A5B679.


Border color

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

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

This div border color is #A5B679.


Opacity

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

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

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

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

This text has shadow with #A5B679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B679 on black background.


Color preview on white background

This text has color #A5B679 on white background.



Black color preview on #A5B679 background

This text has black color on #A5B679 background.


White color preview on #A5B679 background

This text has white color on #A5B679 background.