COLOR #A5A167

HEX: #A5A167
RGB: (165,161,103)

Color info

#A5A167 contains mainly red and green colors. Web safe color of #A5A167 is #999966 (or #996).

RGB color model

#A5A167 color RGB value is (165,161,103).

  • red value is 165;
  • green value is 161;
  • blue value is 103.
RGB:
(165,161,103)
(65%,63%,40%)

RGB channels and saturation

R 165 of 255 = 65%
G 161 of 255 = 63%
B 103 of 255 = 40%

165
161
103

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 103 = 429 (100%)
R 165 of 429 ~ 38.46%
G 161 of 429 ~ 37.53%
B 103 of 429 ~ 24.01%

%38.46
%37.53
%24.01

CMYK color model

#A5A167 color CMYK value is (0,2,38,35).

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 37.58%
  • key color value is 35.29%
CMYK:
(0,2,38,35)
C0M2Y38K35 
(0%,2%,38%,35%)
(0.00/0.02/0.38/0.35)	

CMYK percentages

%0
%2.42
%37.58
%35.29

Codes

Color #A5A167 in popluar color models

A5A167
RGB165161103
HSL56°25.62%52.55%
HSB/HSV56°37.58%64.71%
CMYK0.00%2.42%37.58%
35.29%

Color #A5A167 in popluar number systems.

HEXA5A167
Decimal165161103
Binary10100101101000011100111
Octal245241147

Shades and tints

Shades of #A5A167

#A5A167
(165,161,103)
#96935E
(150,147,94)
#878555
(135,133,85)
#78774C
(120,119,76)
#696943
(105,105,67)
#5A5B3A
(90,91,58)
#4B4D31
(75,77,49)
#3C3F28
(60,63,40)
#2D311F
(45,49,31)
#1E2316
(30,35,22)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #A5A167

#A5A167
(165,161,103)
#ADA974
(173,169,116)
#B5B181
(181,177,129)
#BDB98E
(189,185,142)
#C5C19B
(197,193,155)
#CDC9A8
(205,201,168)
#D5D1B5
(213,209,181)
#DDD9C2
(221,217,194)
#E5E1CF
(229,225,207)
#EDE9DC
(237,233,220)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A167 color. Also use rgb(165,161,103) instead hex code.

Text Font Color

.myTextColor { color: #A5A167; }

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

This text font color is #A5A167.


Background Color

.myBgColor { background-color: #A5A167; }

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

This div background color is #A5A167.


Border color

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

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

This div border color is #A5A167.


Opacity

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

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

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

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

This text has shadow with #A5A167 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A167 on black background.


Color preview on white background

This text has color #A5A167 on white background.



Black color preview on #A5A167 background

This text has black color on #A5A167 background.


White color preview on #A5A167 background

This text has white color on #A5A167 background.