COLOR #A5A898

HEX: #A5A898 RGB: (165,168,152)

Color info

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

RGB color model

#A5A898 color RGB value is (165,168,152).

RGB: (165,168,152) (65%, 66%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 152 of 255 = 60%

165
168
152

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

Portions of RGB colors in percentages

R + G + B = 165 + 168 + 152 = 485 (100%)
R 165 of 485 ~ 34.02%
G 168 of 485 ~ 34.64%
B 152 of 485 ~ 31.34'%

%34.02
%34.64
%31.34

CMYK color model

#A5A898 color CMYK value is (2,0,10,34).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 34.12%

CMYK: (2,0,10,34)
C2M0Y10K34 (2%, 0%, 10%, 34%)
(0.02 / 0.00 / 0.10 / 0.34)

CMYK percentages

%1.79
%0
%9.52
%34.12

Codes

Color #A5A898 in popluar color models

A5 A8 98
RGB 165 168 152
HSL 71° 8.42% 62.75%
HSB/HSV 71° 9.52% 65.88%
CMYK 1.79% 0.00% 9.52%
34.12%

Color #A5A898 in popluar number systems.

HEX A5 A8 98
Decimal 165 168 152
Binary 10100101 10101000 10011000
Octal 245 250 230

Shades and tints

Shades of #A5A898

#A5A898
(165,168,152)
#96998B
(150,153,139)
#878A7E
(135,138,126)
#787B71
(120,123,113)
#696C64
(105,108,100)
#5A5D57
(90,93,87)
#4B4E4A
(75,78,74)
#3C3F3D
(60,63,61)
#2D3030
(45,48,48)
#1E2123
(30,33,35)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A5A898

#A5A898
(165,168,152)
#ADAFA1
(173,175,161)
#B5B6AA
(181,182,170)
#BDBDB3
(189,189,179)
#C5C4BC
(197,196,188)
#CDCBC5
(205,203,197)
#D5D2CE
(213,210,206)
#DDD9D7
(221,217,215)
#E5E0E0
(229,224,224)
#EDE7E9
(237,231,233)
#F5EEF2
(245,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A898; }

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

This text font color is #A5A898.

Background Color

.myBgColor { background-color: #A5A898; }

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

This div background color is #A5A898.

Border color

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

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

This div border color is #A5A898.

Opacity

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

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

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

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

This text has shadow with #A5A898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A898.

Preview

Color preview on black background

This text has color #A5A898 on black background.


Color preview on white background

This text has color #A5A898 on white background.


Black color preview on #A5A898 background

This text has black color on #A5A898 background.


White color preview on #A5A898 background

This text has white color on #A5A898 background.


Related colors

Complementary color

Complementary color for #hex is #5A5767.


I love getcolorcode.com

Triadic colors

1 #98A5A8 and #A898A5 with #A5A898 are triadic colors.

2 #98A8A5 and #A8A598 with #A5A898 are triadic colors.