COLOR #A5B381

HEX: #A5B381 RGB: (165,179,129)

Color info

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

RGB color model

#A5B381 color RGB value is (165,179,129).

RGB: (165,179,129) (65%, 70%, 51%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 129 of 255 = 51%

165
179
129

R + G + B ~ 62%. #A5B381 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 179 + 129 = 473 (100%)
R 165 of 473 ~ 34.88%
G 179 of 473 ~ 37.84%
B 129 of 473 ~ 27.27'%

%34.88
%37.84
%27.27

CMYK color model

#A5B381 color CMYK value is (8,0,28,30).

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 29.80%

CMYK: (8,0,28,30)
C8M0Y28K30 (8%, 0%, 28%, 30%)
(0.08 / 0.00 / 0.28 / 0.30)

CMYK percentages

%7.82
%0
%27.93
%29.8

Codes

Color #A5B381 in popluar color models

A5 B3 81
RGB 165 179 129
HSL 77° 24.75% 60.39%
HSB/HSV 77° 27.93% 70.20%
CMYK 7.82% 0.00% 27.93%
29.80%

Color #A5B381 in popluar number systems.

HEX A5 B3 81
Decimal 165 179 129
Binary 10100101 10110011 10000001
Octal 245 263 201

Shades and tints

Shades of #A5B381

#A5B381
(165,179,129)
#96A376
(150,163,118)
#87936B
(135,147,107)
#788360
(120,131,96)
#697355
(105,115,85)
#5A634A
(90,99,74)
#4B533F
(75,83,63)
#3C4334
(60,67,52)
#2D3329
(45,51,41)
#1E231E
(30,35,30)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5B381

#A5B381
(165,179,129)
#ADB98C
(173,185,140)
#B5BF97
(181,191,151)
#BDC5A2
(189,197,162)
#C5CBAD
(197,203,173)
#CDD1B8
(205,209,184)
#D5D7C3
(213,215,195)
#DDDDCE
(221,221,206)
#E5E3D9
(229,227,217)
#EDE9E4
(237,233,228)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B381; }

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

This text font color is #A5B381.

Background Color

.myBgColor { background-color: #A5B381; }

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

This div background color is #A5B381.

Border color

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

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

This div border color is #A5B381.

Opacity

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

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

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

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

This text has shadow with #A5B381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B381.

Preview

Color preview on black background

This text has color #A5B381 on black background.


Color preview on white background

This text has color #A5B381 on white background.


Black color preview on #A5B381 background

This text has black color on #A5B381 background.


White color preview on #A5B381 background

This text has white color on #A5B381 background.


Related colors

Complementary color

Complementary color for #hex is #5A4C7E.


I love getcolorcode.com

Triadic colors

1 #81A5B3 and #B381A5 with #A5B381 are triadic colors.

2 #81B3A5 and #B3A581 with #A5B381 are triadic colors.