COLOR #A5A09B

HEX: #A5A09B RGB: (165,160,155)

Color info

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

RGB color model

#A5A09B color RGB value is (165,160,155).

RGB: (165,160,155) (65%, 63%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 155 of 255 = 61%

165
160
155

R + G + B ~ 63%. #A5A09B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 160 + 155 = 480 (100%)
R 165 of 480 ~ 34.38%
G 160 of 480 ~ 33.33%
B 155 of 480 ~ 32.29'%

%34.38
%33.33
%32.29

CMYK color model

#A5A09B color CMYK value is (0,3,6,35).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 6.06%
  • key color value is 35.29%

CMYK: (0,3,6,35)
C0M3Y6K35 (0%, 3%, 6%, 35%)
(0.00 / 0.03 / 0.06 / 0.35)

CMYK percentages

%0
%3.03
%6.06
%35.29

Codes

Color #A5A09B in popluar color models

A5 A0 9B
RGB 165 160 155
HSL 30° 5.26% 62.75%
HSB/HSV 30° 6.06% 64.71%
CMYK 0.00% 3.03% 6.06%
35.29%

Color #A5A09B in popluar number systems.

HEX A5 A0 9B
Decimal 165 160 155
Binary 10100101 10100000 10011011
Octal 245 240 233

Shades and tints

Shades of #A5A09B

#A5A09B
(165,160,155)
#96928D
(150,146,141)
#87847F
(135,132,127)
#787671
(120,118,113)
#696863
(105,104,99)
#5A5A55
(90,90,85)
#4B4C47
(75,76,71)
#3C3E39
(60,62,57)
#2D302B
(45,48,43)
#1E221D
(30,34,29)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5A09B

#A5A09B
(165,160,155)
#ADA8A4
(173,168,164)
#B5B0AD
(181,176,173)
#BDB8B6
(189,184,182)
#C5C0BF
(197,192,191)
#CDC8C8
(205,200,200)
#D5D0D1
(213,208,209)
#DDD8DA
(221,216,218)
#E5E0E3
(229,224,227)
#EDE8EC
(237,232,236)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A09B; }

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

This text font color is #A5A09B.

Background Color

.myBgColor { background-color: #A5A09B; }

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

This div background color is #A5A09B.

Border color

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

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

This div border color is #A5A09B.

Opacity

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

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

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

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

This text has shadow with #A5A09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A09B.

Preview

Color preview on black background

This text has color #A5A09B on black background.


Color preview on white background

This text has color #A5A09B on white background.


Black color preview on #A5A09B background

This text has black color on #A5A09B background.


White color preview on #A5A09B background

This text has white color on #A5A09B background.


Related colors

Complementary color

Complementary color for #hex is #5A5F64.


I love getcolorcode.com

Triadic colors

1 #9BA5A0 and #A09BA5 with #A5A09B are triadic colors.

2 #9BA0A5 and #A0A59B with #A5A09B are triadic colors.