COLOR #A5AB5C

HEX: #A5AB5C RGB: (165,171,92)

Color info

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

RGB color model

#A5AB5C color RGB value is (165,171,92).

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

RGB channels and saturation

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

165
171
92

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

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 92 = 428 (100%)
R 165 of 428 ~ 38.55%
G 171 of 428 ~ 39.95%
B 92 of 428 ~ 21.5'%

%38.55
%39.95
%21.5

CMYK color model

#A5AB5C color CMYK value is (4,0,46,33).

  • cyan value is 3.51%
  • magenta value is 0.00%
  • yellow value is 46.20%
  • key color value is 32.94%
CMYK: (4,0,46,33) C4M0Y46K33 (4%,0%,46%,33%) (0.04/0.00/0.46/0.33) 

CMYK percentages

%3.51
%0
%46.2
%32.94

Codes

Color #A5AB5C in popluar color models

A5 AB 5C
RGB 165 171 92
HSL 65° 31.98% 51.57%
HSB/HSV 65° 46.20% 67.06%
CMYK 3.51% 0.00% 46.20%
32.94%

Color #A5AB5C in popluar number systems.

HEX A5 AB 5C
Decimal 165 171 92
Binary 10100101 10101011 1011100
Octal 245 253 134

Shades and tints

Shades of #A5AB5C

#A5AB5C
(165,171,92)
#969C54
(150,156,84)
#878D4C
(135,141,76)
#787E44
(120,126,68)
#696F3C
(105,111,60)
#5A6034
(90,96,52)
#4B512C
(75,81,44)
#3C4224
(60,66,36)
#2D331C
(45,51,28)
#1E2414
(30,36,20)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #A5AB5C

#A5AB5C
(165,171,92)
#ADB26A
(173,178,106)
#B5B978
(181,185,120)
#BDC086
(189,192,134)
#C5C794
(197,199,148)
#CDCEA2
(205,206,162)
#D5D5B0
(213,213,176)
#DDDCBE
(221,220,190)
#E5E3CC
(229,227,204)
#EDEADA
(237,234,218)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AB5C; }

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

This text font color is #A5AB5C.

Background Color

.myBgColor { background-color: #A5AB5C; }

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

This div background color is #A5AB5C.

Border color

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

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

This div border color is #A5AB5C.

Opacity

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

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

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

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

This text has shadow with #A5AB5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AB5C.

Preview

Color preview on black background

This text has color #A5AB5C on black background.


Color preview on white background

This text has color #A5AB5C on white background.


Black color preview on #A5AB5C background

This text has black color on #A5AB5C background.


White color preview on #A5AB5C background

This text has white color on #A5AB5C background.


Related colors

Complementary color

Complementary color for #hex is #5A54A3.


I love getcolorcode.com

Triadic colors

1 #5CA5AB and #AB5CA5 with #A5AB5C are triadic colors.

2 #5CABA5 and #ABA55C with #A5AB5C are triadic colors.