COLOR #A5A69A

HEX: #A5A69A RGB: (165,166,154)

Color info

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

RGB color model

#A5A69A color RGB value is (165,166,154).

RGB: (165,166,154) (65%, 65%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 154 of 255 = 60%

165
166
154

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

Portions of RGB colors in percentages

R + G + B = 165 + 166 + 154 = 485 (100%)
R 165 of 485 ~ 34.02%
G 166 of 485 ~ 34.23%
B 154 of 485 ~ 31.75'%

%34.02
%34.23
%31.75

CMYK color model

#A5A69A color CMYK value is (1,0,7,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%

CMYK: (1,0,7,35)
C1M0Y7K35 (1%, 0%, 7%, 35%)
(0.01 / 0.00 / 0.07 / 0.35)

CMYK percentages

%0.6
%0
%7.23
%34.9

Codes

Color #A5A69A in popluar color models

A5 A6 9A
RGB 165 166 154
HSL 65° 6.32% 62.75%
HSB/HSV 65° 7.23% 65.10%
CMYK 0.60% 0.00% 7.23%
34.90%

Color #A5A69A in popluar number systems.

HEX A5 A6 9A
Decimal 165 166 154
Binary 10100101 10100110 10011010
Octal 245 246 232

Shades and tints

Shades of #A5A69A

#A5A69A
(165,166,154)
#96978C
(150,151,140)
#87887E
(135,136,126)
#787970
(120,121,112)
#696A62
(105,106,98)
#5A5B54
(90,91,84)
#4B4C46
(75,76,70)
#3C3D38
(60,61,56)
#2D2E2A
(45,46,42)
#1E1F1C
(30,31,28)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #A5A69A

#A5A69A
(165,166,154)
#ADAEA3
(173,174,163)
#B5B6AC
(181,182,172)
#BDBEB5
(189,190,181)
#C5C6BE
(197,198,190)
#CDCEC7
(205,206,199)
#D5D6D0
(213,214,208)
#DDDED9
(221,222,217)
#E5E6E2
(229,230,226)
#EDEEEB
(237,238,235)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A69A color. Also use rgb(165,166,154) instead hex code.

Text Font Color

.myTextColor { color: #A5A69A; }

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

This text font color is #A5A69A.

Background Color

.myBgColor { background-color: #A5A69A; }

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

This div background color is #A5A69A.

Border color

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

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

This div border color is #A5A69A.

Opacity

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

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

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

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

This text has shadow with #A5A69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A69A.

Preview

Color preview on black background

This text has color #A5A69A on black background.


Color preview on white background

This text has color #A5A69A on white background.


Black color preview on #A5A69A background

This text has black color on #A5A69A background.


White color preview on #A5A69A background

This text has white color on #A5A69A background.


Related colors

Complementary color

Complementary color for #hex is #5A5965.


I love getcolorcode.com

Triadic colors

1 #9AA5A6 and #A69AA5 with #A5A69A are triadic colors.

2 #9AA6A5 and #A6A59A with #A5A69A are triadic colors.