COLOR #A5AE97

HEX: #A5AE97
RGB: (165,174,151)

Color info

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

RGB color model

#A5AE97 color RGB value is (165,174,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 151 of 255 = 59%

165
174
151

R + G + B ~ 64%. #A5AE97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 151 = 490 (100%)
R 165 of 490 ~ 33.67%
G 174 of 490 ~ 35.51%
B 151 of 490 ~ 30.82%

%33.67
%35.51
%30.82

CMYK color model

#A5AE97 color CMYK value is (5,0,13,32).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 13.22%
  • key color value is 31.76%
CMYK:
(5,0,13,32)
C5M0Y13K32 
(5%,0%,13%,32%)
(0.05/0.00/0.13/0.32)	

CMYK percentages

%5.17
%0
%13.22
%31.76

Codes

Color #A5AE97 in popluar color models

A5AE97
RGB165174151
HSL83°12.43%63.73%
HSB/HSV83°13.22%68.24%
CMYK5.17%0.00%13.22%
31.76%

Color #A5AE97 in popluar number systems.

HEXA5AE97
Decimal165174151
Binary101001011010111010010111
Octal245256227

Shades and tints

Shades of #A5AE97

#A5AE97
(165,174,151)
#969F8A
(150,159,138)
#87907D
(135,144,125)
#788170
(120,129,112)
#697263
(105,114,99)
#5A6356
(90,99,86)
#4B5449
(75,84,73)
#3C453C
(60,69,60)
#2D362F
(45,54,47)
#1E2722
(30,39,34)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #A5AE97

#A5AE97
(165,174,151)
#ADB5A0
(173,181,160)
#B5BCA9
(181,188,169)
#BDC3B2
(189,195,178)
#C5CABB
(197,202,187)
#CDD1C4
(205,209,196)
#D5D8CD
(213,216,205)
#DDDFD6
(221,223,214)
#E5E6DF
(229,230,223)
#EDEDE8
(237,237,232)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AE97; }

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

This text font color is #A5AE97.


Background Color

.myBgColor { background-color: #A5AE97; }

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

This div background color is #A5AE97.


Border color

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

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

This div border color is #A5AE97.


Opacity

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

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

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

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

This text has shadow with #A5AE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AE97 on black background.


Color preview on white background

This text has color #A5AE97 on white background.



Black color preview on #A5AE97 background

This text has black color on #A5AE97 background.


White color preview on #A5AE97 background

This text has white color on #A5AE97 background.