COLOR #A5A67E

HEX: #A5A67E RGB: (165,166,126)

Color info

#A5A67E contains red, green and blue colors in about the same proportion. Web safe color of #A5A67E is #999966 (or #996).

RGB color model

#A5A67E color RGB value is (165,166,126).

RGB: (165,166,126) (65%, 65%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 126 of 255 = 49%

165
166
126

R + G + B ~ 60%. #A5A67E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 165 + 166 + 126 = 457 (100%)
R 165 of 457 ~ 36.11%
G 166 of 457 ~ 36.32%
B 126 of 457 ~ 27.57'%

%36.11
%36.32
%27.57

CMYK color model

#A5A67E color CMYK value is (1,0,24,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 34.90%
CMYK: (1,0,24,35) C1M0Y24K35 (1%,0%,24%,35%) (0.01/0.00/0.24/0.35) 

CMYK percentages

%0.6
%0
%24.1
%34.9

Codes

Color #A5A67E in popluar color models

A5 A6 7E
RGB 165 166 126
HSL 62° 18.35% 57.25%
HSB/HSV 62° 24.10% 65.10%
CMYK 0.60% 0.00% 24.10%
34.90%

Color #A5A67E in popluar number systems.

HEX A5 A6 7E
Decimal 165 166 126
Binary 10100101 10100110 1111110
Octal 245 246 176

Shades and tints

Shades of #A5A67E

#A5A67E
(165,166,126)
#969773
(150,151,115)
#878868
(135,136,104)
#78795D
(120,121,93)
#696A52
(105,106,82)
#5A5B47
(90,91,71)
#4B4C3C
(75,76,60)
#3C3D31
(60,61,49)
#2D2E26
(45,46,38)
#1E1F1B
(30,31,27)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #A5A67E

#A5A67E
(165,166,126)
#ADAE89
(173,174,137)
#B5B694
(181,182,148)
#BDBE9F
(189,190,159)
#C5C6AA
(197,198,170)
#CDCEB5
(205,206,181)
#D5D6C0
(213,214,192)
#DDDECB
(221,222,203)
#E5E6D6
(229,230,214)
#EDEEE1
(237,238,225)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A67E; }

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

This text font color is #A5A67E.

Background Color

.myBgColor { background-color: #A5A67E; }

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

This div background color is #A5A67E.

Border color

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

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

This div border color is #A5A67E.

Opacity

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

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

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

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

This text has shadow with #A5A67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A67E.

Preview

Color preview on black background

This text has color #A5A67E on black background.


Color preview on white background

This text has color #A5A67E on white background.


Black color preview on #A5A67E background

This text has black color on #A5A67E background.


White color preview on #A5A67E background

This text has white color on #A5A67E background.


Related colors

Complementary color

Complementary color for #hex is #5A5981.


I love getcolorcode.com

Triadic colors

1 #7EA5A6 and #A67EA5 with #A5A67E are triadic colors.

2 #7EA6A5 and #A6A57E with #A5A67E are triadic colors.