COLOR #A5B380

HEX: #A5B380 RGB: (165,179,128)

Color info

#A5B380 contains red, green and blue colors in about the same proportion. Web safe color of #A5B380 is #999966 (or #996).

RGB color model

#A5B380 color RGB value is (165,179,128).

RGB: (165,179,128) (65%, 70%, 50%)

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 128 of 255 = 50%

165
179
128

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

Portions of RGB colors in percentages

R + G + B = 165 + 179 + 128 = 472 (100%)
R 165 of 472 ~ 34.96%
G 179 of 472 ~ 37.92%
B 128 of 472 ~ 27.12'%

%34.96
%37.92
%27.12

CMYK color model

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

  • cyan value is 7.82%
  • magenta value is 0.00%
  • yellow value is 28.49%
  • 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
%28.49
%29.8

Codes

Color #A5B380 in popluar color models

A5 B3 80
RGB 165 179 128
HSL 76° 25.12% 60.20%
HSB/HSV 76° 28.49% 70.20%
CMYK 7.82% 0.00% 28.49%
29.80%

Color #A5B380 in popluar number systems.

HEX A5 B3 80
Decimal 165 179 128
Binary 10100101 10110011 10000000
Octal 245 263 200

Shades and tints

Shades of #A5B380

#A5B380
(165,179,128)
#96A375
(150,163,117)
#87936A
(135,147,106)
#78835F
(120,131,95)
#697354
(105,115,84)
#5A6349
(90,99,73)
#4B533E
(75,83,62)
#3C4333
(60,67,51)
#2D3328
(45,51,40)
#1E231D
(30,35,29)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5B380

#A5B380
(165,179,128)
#ADB98B
(173,185,139)
#B5BF96
(181,191,150)
#BDC5A1
(189,197,161)
#C5CBAC
(197,203,172)
#CDD1B7
(205,209,183)
#D5D7C2
(213,215,194)
#DDDDCD
(221,221,205)
#E5E3D8
(229,227,216)
#EDE9E3
(237,233,227)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B380; }

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

This text font color is #A5B380.

Background Color

.myBgColor { background-color: #A5B380; }

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

This div background color is #A5B380.

Border color

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

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

This div border color is #A5B380.

Opacity

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

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

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

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

This text has shadow with #A5B380 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5B380.

Preview

Color preview on black background

This text has color #A5B380 on black background.


Color preview on white background

This text has color #A5B380 on white background.


Black color preview on #A5B380 background

This text has black color on #A5B380 background.


White color preview on #A5B380 background

This text has white color on #A5B380 background.


Related colors

Complementary color

Complementary color for #hex is #5A4C7F.


I love getcolorcode.com

Triadic colors

1 #80A5B3 and #B380A5 with #A5B380 are triadic colors.

2 #80B3A5 and #B3A580 with #A5B380 are triadic colors.