COLOR #A5A090

HEX: #A5A090
RGB: (165,160,144)

Color info

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

RGB color model

#A5A090 color RGB value is (165,160,144).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 144 of 255 = 56%

165
160
144

R + G + B ~ 61%. #A5A090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 144 = 469 (100%)
R 165 of 469 ~ 35.18%
G 160 of 469 ~ 34.12%
B 144 of 469 ~ 30.7%

%35.18
%34.12
%30.7

CMYK color model

#A5A090 color CMYK value is (0,3,13,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 12.73%
  • key color value is 35.29%
CMYK:
(0,3,13,35)
C0M3Y13K35 
(0%,3%,13%,35%)
(0.00/0.03/0.13/0.35)	

CMYK percentages

%0
%3.03
%12.73
%35.29

Codes

Color #A5A090 in popluar color models

A5A090
RGB165160144
HSL46°10.45%60.59%
HSB/HSV46°12.73%64.71%
CMYK0.00%3.03%12.73%
35.29%

Color #A5A090 in popluar number systems.

HEXA5A090
Decimal165160144
Binary101001011010000010010000
Octal245240220

Shades and tints

Shades of #A5A090

#A5A090
(165,160,144)
#969283
(150,146,131)
#878476
(135,132,118)
#787669
(120,118,105)
#69685C
(105,104,92)
#5A5A4F
(90,90,79)
#4B4C42
(75,76,66)
#3C3E35
(60,62,53)
#2D3028
(45,48,40)
#1E221B
(30,34,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #A5A090

#A5A090
(165,160,144)
#ADA89A
(173,168,154)
#B5B0A4
(181,176,164)
#BDB8AE
(189,184,174)
#C5C0B8
(197,192,184)
#CDC8C2
(205,200,194)
#D5D0CC
(213,208,204)
#DDD8D6
(221,216,214)
#E5E0E0
(229,224,224)
#EDE8EA
(237,232,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A090; }

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

This text font color is #A5A090.


Background Color

.myBgColor { background-color: #A5A090; }

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

This div background color is #A5A090.


Border color

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

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

This div border color is #A5A090.


Opacity

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

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

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

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

This text has shadow with #A5A090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A090 on black background.


Color preview on white background

This text has color #A5A090 on white background.



Black color preview on #A5A090 background

This text has black color on #A5A090 background.


White color preview on #A5A090 background

This text has white color on #A5A090 background.