COLOR #A5B58F

HEX: #A5B58F RGB: (165,181,143)

Color info

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

RGB color model

#A5B58F color RGB value is (165,181,143).

RGB: (165,181,143) (65%, 71%, 56%)

RGB channels and saturation

R 165 of 255 = 65%
G 181 of 255 = 71%
B 143 of 255 = 56%

165
181
143

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

Portions of RGB colors in percentages

R + G + B = 165 + 181 + 143 = 489 (100%)
R 165 of 489 ~ 33.74%
G 181 of 489 ~ 37.01%
B 143 of 489 ~ 29.24'%

%33.74
%37.01
%29.24

CMYK color model

#A5B58F color CMYK value is (9,0,21,29).

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

CMYK: (9,0,21,29)
C9M0Y21K29 (9%, 0%, 21%, 29%)
(0.09 / 0.00 / 0.21 / 0.29)

CMYK percentages

%8.84
%0
%20.99
%29.02

Codes

Color #A5B58F in popluar color models

A5 B5 8F
RGB 165 181 143
HSL 85° 20.43% 63.53%
HSB/HSV 85° 20.99% 70.98%
CMYK 8.84% 0.00% 20.99%
29.02%

Color #A5B58F in popluar number systems.

HEX A5 B5 8F
Decimal 165 181 143
Binary 10100101 10110101 10001111
Octal 245 265 217

Shades and tints

Shades of #A5B58F

#A5B58F
(165,181,143)
#96A582
(150,165,130)
#879575
(135,149,117)
#788568
(120,133,104)
#69755B
(105,117,91)
#5A654E
(90,101,78)
#4B5541
(75,85,65)
#3C4534
(60,69,52)
#2D3527
(45,53,39)
#1E251A
(30,37,26)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #A5B58F

#A5B58F
(165,181,143)
#ADBB99
(173,187,153)
#B5C1A3
(181,193,163)
#BDC7AD
(189,199,173)
#C5CDB7
(197,205,183)
#CDD3C1
(205,211,193)
#D5D9CB
(213,217,203)
#DDDFD5
(221,223,213)
#E5E5DF
(229,229,223)
#EDEBE9
(237,235,233)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B58F; }

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

This text font color is #A5B58F.

Background Color

.myBgColor { background-color: #A5B58F; }

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

This div background color is #A5B58F.

Border color

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

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

This div border color is #A5B58F.

Opacity

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

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

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

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

This text has shadow with #A5B58F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B58F.

Preview

Color preview on black background

This text has color #A5B58F on black background.


Color preview on white background

This text has color #A5B58F on white background.


Black color preview on #A5B58F background

This text has black color on #A5B58F background.


White color preview on #A5B58F background

This text has white color on #A5B58F background.


Related colors

Complementary color

Complementary color for #hex is #5A4A70.


I love getcolorcode.com

Triadic colors

1 #8FA5B5 and #B58FA5 with #A5B58F are triadic colors.

2 #8FB5A5 and #B5A58F with #A5B58F are triadic colors.