COLOR #A5A08E

HEX: #A5A08E
RGB: (165,160,142)

Color info

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

RGB color model

#A5A08E color RGB value is (165,160,142).

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

RGB channels and saturation

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

165
160
142

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

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 142 = 467 (100%)
R 165 of 467 ~ 35.33%
G 160 of 467 ~ 34.26%
B 142 of 467 ~ 30.41%

%35.33
%34.26
%30.41

CMYK color model

#A5A08E color CMYK value is (0,3,14,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(0,3,14,35)
C0M3Y14K35 
(0%,3%,14%,35%)
(0.00/0.03/0.14/0.35)	

CMYK percentages

%0
%3.03
%13.94
%35.29

Codes

Color #A5A08E in popluar color models

A5A08E
RGB165160142
HSL47°11.33%60.20%
HSB/HSV47°13.94%64.71%
CMYK0.00%3.03%13.94%
35.29%

Color #A5A08E in popluar number systems.

HEXA5A08E
Decimal165160142
Binary101001011010000010001110
Octal245240216

Shades and tints

Shades of #A5A08E

#A5A08E
(165,160,142)
#969282
(150,146,130)
#878476
(135,132,118)
#78766A
(120,118,106)
#69685E
(105,104,94)
#5A5A52
(90,90,82)
#4B4C46
(75,76,70)
#3C3E3A
(60,62,58)
#2D302E
(45,48,46)
#1E2222
(30,34,34)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #A5A08E

#A5A08E
(165,160,142)
#ADA898
(173,168,152)
#B5B0A2
(181,176,162)
#BDB8AC
(189,184,172)
#C5C0B6
(197,192,182)
#CDC8C0
(205,200,192)
#D5D0CA
(213,208,202)
#DDD8D4
(221,216,212)
#E5E0DE
(229,224,222)
#EDE8E8
(237,232,232)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A08E; }

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

This text font color is #A5A08E.


Background Color

.myBgColor { background-color: #A5A08E; }

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

This div background color is #A5A08E.


Border color

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

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

This div border color is #A5A08E.


Opacity

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

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

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

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

This text has shadow with #A5A08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A08E on black background.


Color preview on white background

This text has color #A5A08E on white background.



Black color preview on #A5A08E background

This text has black color on #A5A08E background.


White color preview on #A5A08E background

This text has white color on #A5A08E background.