COLOR #A5A274

HEX: #A5A274
RGB: (165,162,116)

Color info

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

RGB color model

#A5A274 color RGB value is (165,162,116).

  • red value is 165;
  • green value is 162;
  • blue value is 116.
RGB:
(165,162,116)
(65%,64%,45%)

RGB channels and saturation

R 165 of 255 = 65%
G 162 of 255 = 64%
B 116 of 255 = 45%

165
162
116

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

Portions of RGB colors in percentages

R + G + B =
165 + 162 + 116 = 443 (100%)
R 165 of 443 ~ 37.25%
G 162 of 443 ~ 36.57%
B 116 of 443 ~ 26.19%

%37.25
%36.57
%26.19

CMYK color model

#A5A274 color CMYK value is (0,2,30,35).

  • cyan value is 0.00%
  • magenta value is 1.82%
  • yellow value is 29.70%
  • key color value is 35.29%
CMYK:
(0,2,30,35)
C0M2Y30K35 
(0%,2%,30%,35%)
(0.00/0.02/0.30/0.35)	

CMYK percentages

%0
%1.82
%29.7
%35.29

Codes

Color #A5A274 in popluar color models

A5A274
RGB165162116
HSL56°21.40%55.10%
HSB/HSV56°29.70%64.71%
CMYK0.00%1.82%29.70%
35.29%

Color #A5A274 in popluar number systems.

HEXA5A274
Decimal165162116
Binary10100101101000101110100
Octal245242164

Shades and tints

Shades of #A5A274

#A5A274
(165,162,116)
#96946A
(150,148,106)
#878660
(135,134,96)
#787856
(120,120,86)
#696A4C
(105,106,76)
#5A5C42
(90,92,66)
#4B4E38
(75,78,56)
#3C402E
(60,64,46)
#2D3224
(45,50,36)
#1E241A
(30,36,26)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #A5A274

#A5A274
(165,162,116)
#ADAA80
(173,170,128)
#B5B28C
(181,178,140)
#BDBA98
(189,186,152)
#C5C2A4
(197,194,164)
#CDCAB0
(205,202,176)
#D5D2BC
(213,210,188)
#DDDAC8
(221,218,200)
#E5E2D4
(229,226,212)
#EDEAE0
(237,234,224)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A274 color. Also use rgb(165,162,116) instead hex code.

Text Font Color

.myTextColor { color: #A5A274; }

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

This text font color is #A5A274.


Background Color

.myBgColor { background-color: #A5A274; }

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

This div background color is #A5A274.


Border color

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

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

This div border color is #A5A274.


Opacity

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

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

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

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

This text has shadow with #A5A274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A274 on black background.


Color preview on white background

This text has color #A5A274 on white background.



Black color preview on #A5A274 background

This text has black color on #A5A274 background.


White color preview on #A5A274 background

This text has white color on #A5A274 background.