COLOR #A5AE98

HEX: #A5AE98 RGB: (165,174,152)

Color info

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

RGB color model

#A5AE98 color RGB value is (165,174,152).

RGB: (165,174,152) (65%, 68%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 152 of 255 = 60%

165
174
152

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

Portions of RGB colors in percentages

R + G + B = 165 + 174 + 152 = 491 (100%)
R 165 of 491 ~ 33.6%
G 174 of 491 ~ 35.44%
B 152 of 491 ~ 30.96'%

%33.6
%35.44
%30.96

CMYK color model

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

  • cyan value is 5.17%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • 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
%12.64
%31.76

Codes

Color #A5AE98 in popluar color models

A5 AE 98
RGB 165 174 152
HSL 85° 11.96% 63.92%
HSB/HSV 85° 12.64% 68.24%
CMYK 5.17% 0.00% 12.64%
31.76%

Color #A5AE98 in popluar number systems.

HEX A5 AE 98
Decimal 165 174 152
Binary 10100101 10101110 10011000
Octal 245 256 230

Shades and tints

Shades of #A5AE98

#A5AE98
(165,174,152)
#969F8B
(150,159,139)
#87907E
(135,144,126)
#788171
(120,129,113)
#697264
(105,114,100)
#5A6357
(90,99,87)
#4B544A
(75,84,74)
#3C453D
(60,69,61)
#2D3630
(45,54,48)
#1E2723
(30,39,35)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #A5AE98

#A5AE98
(165,174,152)
#ADB5A1
(173,181,161)
#B5BCAA
(181,188,170)
#BDC3B3
(189,195,179)
#C5CABC
(197,202,188)
#CDD1C5
(205,209,197)
#D5D8CE
(213,216,206)
#DDDFD7
(221,223,215)
#E5E6E0
(229,230,224)
#EDEDE9
(237,237,233)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AE98; }

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

This text font color is #A5AE98.

Background Color

.myBgColor { background-color: #A5AE98; }

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

This div background color is #A5AE98.

Border color

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

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

This div border color is #A5AE98.

Opacity

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

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

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

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

This text has shadow with #A5AE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AE98.

Preview

Color preview on black background

This text has color #A5AE98 on black background.


Color preview on white background

This text has color #A5AE98 on white background.


Black color preview on #A5AE98 background

This text has black color on #A5AE98 background.


White color preview on #A5AE98 background

This text has white color on #A5AE98 background.


Related colors

Complementary color

Complementary color for #hex is #5A5167.


I love getcolorcode.com

Triadic colors

1 #98A5AE and #AE98A5 with #A5AE98 are triadic colors.

2 #98AEA5 and #AEA598 with #A5AE98 are triadic colors.