COLOR #A5A79B

HEX: #A5A79B RGB: (165,167,155)

Color info

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

RGB color model

#A5A79B color RGB value is (165,167,155).

RGB: (165,167,155) (65%, 65%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 155 of 255 = 61%

165
167
155

R + G + B ~ 64%. #A5A79B is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 167 + 155 = 487 (100%)
R 165 of 487 ~ 33.88%
G 167 of 487 ~ 34.29%
B 155 of 487 ~ 31.83'%

%33.88
%34.29
%31.83

CMYK color model

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

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 7.19%
  • key color value is 34.51%

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

CMYK percentages

%1.2
%0
%7.19
%34.51

Codes

Color #A5A79B in popluar color models

A5 A7 9B
RGB 165 167 155
HSL 70° 6.38% 63.14%
HSB/HSV 70° 7.19% 65.49%
CMYK 1.20% 0.00% 7.19%
34.51%

Color #A5A79B in popluar number systems.

HEX A5 A7 9B
Decimal 165 167 155
Binary 10100101 10100111 10011011
Octal 245 247 233

Shades and tints

Shades of #A5A79B

#A5A79B
(165,167,155)
#96988D
(150,152,141)
#87897F
(135,137,127)
#787A71
(120,122,113)
#696B63
(105,107,99)
#5A5C55
(90,92,85)
#4B4D47
(75,77,71)
#3C3E39
(60,62,57)
#2D2F2B
(45,47,43)
#1E201D
(30,32,29)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #A5A79B

#A5A79B
(165,167,155)
#ADAFA4
(173,175,164)
#B5B7AD
(181,183,173)
#BDBFB6
(189,191,182)
#C5C7BF
(197,199,191)
#CDCFC8
(205,207,200)
#D5D7D1
(213,215,209)
#DDDFDA
(221,223,218)
#E5E7E3
(229,231,227)
#EDEFEC
(237,239,236)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A79B; }

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

This text font color is #A5A79B.

Background Color

.myBgColor { background-color: #A5A79B; }

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

This div background color is #A5A79B.

Border color

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

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

This div border color is #A5A79B.

Opacity

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

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

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

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

This text has shadow with #A5A79B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A79B.

Preview

Color preview on black background

This text has color #A5A79B on black background.


Color preview on white background

This text has color #A5A79B on white background.


Black color preview on #A5A79B background

This text has black color on #A5A79B background.


White color preview on #A5A79B background

This text has white color on #A5A79B background.


Related colors

Complementary color

Complementary color for #hex is #5A5864.


I love getcolorcode.com

Triadic colors

1 #9BA5A7 and #A79BA5 with #A5A79B are triadic colors.

2 #9BA7A5 and #A7A59B with #A5A79B are triadic colors.