COLOR #A5A67F

HEX: #A5A67F
RGB: (165,166,127)

Color info

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

RGB color model

#A5A67F color RGB value is (165,166,127).

  • red value is 165;
  • green value is 166;
  • blue value is 127.
RGB:
(165,166,127)
(65%,65%,50%)

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 127 of 255 = 50%

165
166
127

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

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 127 = 458 (100%)
R 165 of 458 ~ 36.03%
G 166 of 458 ~ 36.24%
B 127 of 458 ~ 27.73%

%36.03
%36.24
%27.73

CMYK color model

#A5A67F color CMYK value is (1,0,23,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 23.49%
  • key color value is 34.90%
CMYK:
(1,0,23,35)
C1M0Y23K35 
(1%,0%,23%,35%)
(0.01/0.00/0.23/0.35)	

CMYK percentages

%0.6
%0
%23.49
%34.9

Codes

Color #A5A67F in popluar color models

A5A67F
RGB165166127
HSL62°17.97%57.45%
HSB/HSV62°23.49%65.10%
CMYK0.60%0.00%23.49%
34.90%

Color #A5A67F in popluar number systems.

HEXA5A67F
Decimal165166127
Binary10100101101001101111111
Octal245246177

Shades and tints

Shades of #A5A67F

#A5A67F
(165,166,127)
#969774
(150,151,116)
#878869
(135,136,105)
#78795E
(120,121,94)
#696A53
(105,106,83)
#5A5B48
(90,91,72)
#4B4C3D
(75,76,61)
#3C3D32
(60,61,50)
#2D2E27
(45,46,39)
#1E1F1C
(30,31,28)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #A5A67F

#A5A67F
(165,166,127)
#ADAE8A
(173,174,138)
#B5B695
(181,182,149)
#BDBEA0
(189,190,160)
#C5C6AB
(197,198,171)
#CDCEB6
(205,206,182)
#D5D6C1
(213,214,193)
#DDDECC
(221,222,204)
#E5E6D7
(229,230,215)
#EDEEE2
(237,238,226)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A67F; }

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

This text font color is #A5A67F.


Background Color

.myBgColor { background-color: #A5A67F; }

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

This div background color is #A5A67F.


Border color

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

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

This div border color is #A5A67F.


Opacity

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

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

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

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

This text has shadow with #A5A67F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A67F on black background.


Color preview on white background

This text has color #A5A67F on white background.



Black color preview on #A5A67F background

This text has black color on #A5A67F background.


White color preview on #A5A67F background

This text has white color on #A5A67F background.