COLOR #A5AB5B

HEX: #A5AB5B RGB: (165,171,91)

Color info

#A5AB5B contains mainly red and green colors. Web safe color of #A5AB5B is #999966 (or #996).

RGB color model

#A5AB5B color RGB value is (165,171,91).

RGB: (165,171,91) (65%, 67%, 36%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 91 of 255 = 36%

165
171
91

R + G + B ~ 56%. #A5AB5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 91 = 427 (100%)
R 165 of 427 ~ 38.64%
G 171 of 427 ~ 40.05%
B 91 of 427 ~ 21.31'%

%38.64
%40.05
%21.31

CMYK color model

#A5AB5B color CMYK value is (4,0,47,33).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 46.78%
  • key color value is 32.94%

CMYK: (4,0,47,33)
C4M0Y47K33 (4%, 0%, 47%, 33%)
(0.04 / 0.00 / 0.47 / 0.33)

CMYK percentages

%3.51
%0
%46.78
%32.94

Codes

Color #A5AB5B in popluar color models

A5 AB 5B
RGB 165 171 91
HSL 65° 32.26% 51.37%
HSB/HSV 65° 46.78% 67.06%
CMYK 3.51% 0.00% 46.78%
32.94%

Color #A5AB5B in popluar number systems.

HEX A5 AB 5B
Decimal 165 171 91
Binary 10100101 10101011 1011011
Octal 245 253 133

Shades and tints

Shades of #A5AB5B

#A5AB5B
(165,171,91)
#969C53
(150,156,83)
#878D4B
(135,141,75)
#787E43
(120,126,67)
#696F3B
(105,111,59)
#5A6033
(90,96,51)
#4B512B
(75,81,43)
#3C4223
(60,66,35)
#2D331B
(45,51,27)
#1E2413
(30,36,19)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #A5AB5B

#A5AB5B
(165,171,91)
#ADB269
(173,178,105)
#B5B977
(181,185,119)
#BDC085
(189,192,133)
#C5C793
(197,199,147)
#CDCEA1
(205,206,161)
#D5D5AF
(213,213,175)
#DDDCBD
(221,220,189)
#E5E3CB
(229,227,203)
#EDEAD9
(237,234,217)
#F5F1E7
(245,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AB5B color. Also use rgb(165,171,91) instead hex code.

Text Font Color

.myTextColor { color: #A5AB5B; }

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

This text font color is #A5AB5B.

Background Color

.myBgColor { background-color: #A5AB5B; }

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

This div background color is #A5AB5B.

Border color

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

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

This div border color is #A5AB5B.

Opacity

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

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

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

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

This text has shadow with #A5AB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AB5B.

Preview

Color preview on black background

This text has color #A5AB5B on black background.


Color preview on white background

This text has color #A5AB5B on white background.


Black color preview on #A5AB5B background

This text has black color on #A5AB5B background.


White color preview on #A5AB5B background

This text has white color on #A5AB5B background.


Related colors

Complementary color

Complementary color for #hex is #5A54A4.


I love getcolorcode.com

Triadic colors

1 #5BA5AB and #AB5BA5 with #A5AB5B are triadic colors.

2 #5BABA5 and #ABA55B with #A5AB5B are triadic colors.