COLOR #A5AE96

HEX: #A5AE96 RGB: (165,174,150)

Color info

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

RGB color model

#A5AE96 color RGB value is (165,174,150).

RGB: (165,174,150) (65%, 68%, 59%)

RGB channels and saturation

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

165
174
150

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

Portions of RGB colors in percentages

R + G + B = 165 + 174 + 150 = 489 (100%)
R 165 of 489 ~ 33.74%
G 174 of 489 ~ 35.58%
B 150 of 489 ~ 30.67'%

%33.74
%35.58
%30.67

CMYK color model

#A5AE96 color CMYK value is (5,0,14,32).

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 31.76%

CMYK: (5,0,14,32)
C5M0Y14K32 (5%, 0%, 14%, 32%)
(0.05 / 0.00 / 0.14 / 0.32)

CMYK percentages

%5.17
%0
%13.79
%31.76

Codes

Color #A5AE96 in popluar color models

A5 AE 96
RGB 165 174 150
HSL 83° 12.90% 63.53%
HSB/HSV 83° 13.79% 68.24%
CMYK 5.17% 0.00% 13.79%
31.76%

Color #A5AE96 in popluar number systems.

HEX A5 AE 96
Decimal 165 174 150
Binary 10100101 10101110 10010110
Octal 245 256 226

Shades and tints

Shades of #A5AE96

#A5AE96
(165,174,150)
#969F89
(150,159,137)
#87907C
(135,144,124)
#78816F
(120,129,111)
#697262
(105,114,98)
#5A6355
(90,99,85)
#4B5448
(75,84,72)
#3C453B
(60,69,59)
#2D362E
(45,54,46)
#1E2721
(30,39,33)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #A5AE96

#A5AE96
(165,174,150)
#ADB59F
(173,181,159)
#B5BCA8
(181,188,168)
#BDC3B1
(189,195,177)
#C5CABA
(197,202,186)
#CDD1C3
(205,209,195)
#D5D8CC
(213,216,204)
#DDDFD5
(221,223,213)
#E5E6DE
(229,230,222)
#EDEDE7
(237,237,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AE96; }

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

This text font color is #A5AE96.

Background Color

.myBgColor { background-color: #A5AE96; }

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

This div background color is #A5AE96.

Border color

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

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

This div border color is #A5AE96.

Opacity

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

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

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

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

This text has shadow with #A5AE96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AE96.

Preview

Color preview on black background

This text has color #A5AE96 on black background.


Color preview on white background

This text has color #A5AE96 on white background.


Black color preview on #A5AE96 background

This text has black color on #A5AE96 background.


White color preview on #A5AE96 background

This text has white color on #A5AE96 background.


Related colors

Complementary color

Complementary color for #hex is #5A5169.


I love getcolorcode.com

Triadic colors

1 #96A5AE and #AE96A5 with #A5AE96 are triadic colors.

2 #96AEA5 and #AEA596 with #A5AE96 are triadic colors.