COLOR #A5AE8A

HEX: #A5AE8A
RGB: (165,174,138)

Color info

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

RGB color model

#A5AE8A color RGB value is (165,174,138).

  • red value is 165;
  • green value is 174;
  • blue value is 138.
RGB:
(165,174,138)
(65%,68%,54%)

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 138 of 255 = 54%

165
174
138

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

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 138 = 477 (100%)
R 165 of 477 ~ 34.59%
G 174 of 477 ~ 36.48%
B 138 of 477 ~ 28.93%

%34.59
%36.48
%28.93

CMYK color model

#A5AE8A color CMYK value is (5,0,21,32).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(5,0,21,32)
C5M0Y21K32 
(5%,0%,21%,32%)
(0.05/0.00/0.21/0.32)	

CMYK percentages

%5.17
%0
%20.69
%31.76

Codes

Color #A5AE8A in popluar color models

A5AE8A
RGB165174138
HSL75°18.18%61.18%
HSB/HSV75°20.69%68.24%
CMYK5.17%0.00%20.69%
31.76%

Color #A5AE8A in popluar number systems.

HEXA5AE8A
Decimal165174138
Binary101001011010111010001010
Octal245256212

Shades and tints

Shades of #A5AE8A

#A5AE8A
(165,174,138)
#969F7E
(150,159,126)
#879072
(135,144,114)
#788166
(120,129,102)
#69725A
(105,114,90)
#5A634E
(90,99,78)
#4B5442
(75,84,66)
#3C4536
(60,69,54)
#2D362A
(45,54,42)
#1E271E
(30,39,30)
#0F1812
(15,24,18)
#000000
(0,0,0)

Tints of #A5AE8A

#A5AE8A
(165,174,138)
#ADB594
(173,181,148)
#B5BC9E
(181,188,158)
#BDC3A8
(189,195,168)
#C5CAB2
(197,202,178)
#CDD1BC
(205,209,188)
#D5D8C6
(213,216,198)
#DDDFD0
(221,223,208)
#E5E6DA
(229,230,218)
#EDEDE4
(237,237,228)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AE8A color. Also use rgb(165,174,138) instead hex code.

Text Font Color

.myTextColor { color: #A5AE8A; }

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

This text font color is #A5AE8A.


Background Color

.myBgColor { background-color: #A5AE8A; }

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

This div background color is #A5AE8A.


Border color

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

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

This div border color is #A5AE8A.


Opacity

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

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

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

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

This text has shadow with #A5AE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AE8A on black background.


Color preview on white background

This text has color #A5AE8A on white background.



Black color preview on #A5AE8A background

This text has black color on #A5AE8A background.


White color preview on #A5AE8A background

This text has white color on #A5AE8A background.