COLOR #A5B59A

HEX: #A5B59A RGB: (165,181,154)

Color info

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

RGB color model

#A5B59A color RGB value is (165,181,154).

RGB: (165,181,154) (65%, 71%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 154 of 255 = 60%

165
181
154

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

Portions of RGB colors in percentages

R + G + B = 165 + 181 + 154 = 500 (100%)
R 165 of 500 ~ 33%
G 181 of 500 ~ 36.2%
B 154 of 500 ~ 30.8'%

%33
%36.2
%30.8

CMYK color model

#A5B59A color CMYK value is (9,0,15,29).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 14.92%
  • key color value is 29.02%

CMYK: (9,0,15,29)
C9M0Y15K29 (9%, 0%, 15%, 29%)
(0.09 / 0.00 / 0.15 / 0.29)

CMYK percentages

%8.84
%0
%14.92
%29.02

Codes

Color #A5B59A in popluar color models

A5 B5 9A
RGB 165 181 154
HSL 96° 15.43% 65.69%
HSB/HSV 96° 14.92% 70.98%
CMYK 8.84% 0.00% 14.92%
29.02%

Color #A5B59A in popluar number systems.

HEX A5 B5 9A
Decimal 165 181 154
Binary 10100101 10110101 10011010
Octal 245 265 232

Shades and tints

Shades of #A5B59A

#A5B59A
(165,181,154)
#96A58C
(150,165,140)
#87957E
(135,149,126)
#788570
(120,133,112)
#697562
(105,117,98)
#5A6554
(90,101,84)
#4B5546
(75,85,70)
#3C4538
(60,69,56)
#2D352A
(45,53,42)
#1E251C
(30,37,28)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #A5B59A

#A5B59A
(165,181,154)
#ADBBA3
(173,187,163)
#B5C1AC
(181,193,172)
#BDC7B5
(189,199,181)
#C5CDBE
(197,205,190)
#CDD3C7
(205,211,199)
#D5D9D0
(213,217,208)
#DDDFD9
(221,223,217)
#E5E5E2
(229,229,226)
#EDEBEB
(237,235,235)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B59A color. Also use rgb(165,181,154) instead hex code.

Text Font Color

.myTextColor { color: #A5B59A; }

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

This text font color is #A5B59A.

Background Color

.myBgColor { background-color: #A5B59A; }

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

This div background color is #A5B59A.

Border color

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

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

This div border color is #A5B59A.

Opacity

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

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

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

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

This text has shadow with #A5B59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B59A.

Preview

Color preview on black background

This text has color #A5B59A on black background.


Color preview on white background

This text has color #A5B59A on white background.


Black color preview on #A5B59A background

This text has black color on #A5B59A background.


White color preview on #A5B59A background

This text has white color on #A5B59A background.


Related colors

Complementary color

Complementary color for #hex is #5A4A65.


I love getcolorcode.com

Triadic colors

1 #9AA5B5 and #B59AA5 with #A5B59A are triadic colors.

2 #9AB5A5 and #B5A59A with #A5B59A are triadic colors.