COLOR #A5A097

HEX: #A5A097
RGB: (165,160,151)

Color info

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

RGB color model

#A5A097 color RGB value is (165,160,151).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 151 of 255 = 59%

165
160
151

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

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 151 = 476 (100%)
R 165 of 476 ~ 34.66%
G 160 of 476 ~ 33.61%
B 151 of 476 ~ 31.72%

%34.66
%33.61
%31.72

CMYK color model

#A5A097 color CMYK value is (0,3,8,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 8.48%
  • key color value is 35.29%
CMYK:
(0,3,8,35)
C0M3Y8K35 
(0%,3%,8%,35%)
(0.00/0.03/0.08/0.35)	

CMYK percentages

%0
%3.03
%8.48
%35.29

Codes

Color #A5A097 in popluar color models

A5A097
RGB165160151
HSL39°7.22%61.96%
HSB/HSV39°8.48%64.71%
CMYK0.00%3.03%8.48%
35.29%

Color #A5A097 in popluar number systems.

HEXA5A097
Decimal165160151
Binary101001011010000010010111
Octal245240227

Shades and tints

Shades of #A5A097

#A5A097
(165,160,151)
#96928A
(150,146,138)
#87847D
(135,132,125)
#787670
(120,118,112)
#696863
(105,104,99)
#5A5A56
(90,90,86)
#4B4C49
(75,76,73)
#3C3E3C
(60,62,60)
#2D302F
(45,48,47)
#1E2222
(30,34,34)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5A097

#A5A097
(165,160,151)
#ADA8A0
(173,168,160)
#B5B0A9
(181,176,169)
#BDB8B2
(189,184,178)
#C5C0BB
(197,192,187)
#CDC8C4
(205,200,196)
#D5D0CD
(213,208,205)
#DDD8D6
(221,216,214)
#E5E0DF
(229,224,223)
#EDE8E8
(237,232,232)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A097; }

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

This text font color is #A5A097.


Background Color

.myBgColor { background-color: #A5A097; }

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

This div background color is #A5A097.


Border color

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

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

This div border color is #A5A097.


Opacity

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

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

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

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

This text has shadow with #A5A097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A097 on black background.


Color preview on white background

This text has color #A5A097 on white background.



Black color preview on #A5A097 background

This text has black color on #A5A097 background.


White color preview on #A5A097 background

This text has white color on #A5A097 background.