COLOR #A5A166

HEX: #A5A166
RGB: (165,161,102)

Color info

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

RGB color model

#A5A166 color RGB value is (165,161,102).

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

RGB channels and saturation

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

165
161
102

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 102 = 428 (100%)
R 165 of 428 ~ 38.55%
G 161 of 428 ~ 37.62%
B 102 of 428 ~ 23.83%

%38.55
%37.62
%23.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.42%
  • yellow value is 38.18%
  • 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
%38.18
%35.29

Codes

Color #A5A166 in popluar color models

A5A166
RGB165161102
HSL56°25.93%52.35%
HSB/HSV56°38.18%64.71%
CMYK0.00%2.42%38.18%
35.29%

Color #A5A166 in popluar number systems.

HEXA5A166
Decimal165161102
Binary10100101101000011100110
Octal245241146

Shades and tints

Shades of #A5A166

#A5A166
(165,161,102)
#96935D
(150,147,93)
#878554
(135,133,84)
#78774B
(120,119,75)
#696942
(105,105,66)
#5A5B39
(90,91,57)
#4B4D30
(75,77,48)
#3C3F27
(60,63,39)
#2D311E
(45,49,30)
#1E2315
(30,35,21)
#0F150C
(15,21,12)
#000000
(0,0,0)

Tints of #A5A166

#A5A166
(165,161,102)
#ADA973
(173,169,115)
#B5B180
(181,177,128)
#BDB98D
(189,185,141)
#C5C19A
(197,193,154)
#CDC9A7
(205,201,167)
#D5D1B4
(213,209,180)
#DDD9C1
(221,217,193)
#E5E1CE
(229,225,206)
#EDE9DB
(237,233,219)
#F5F1E8
(245,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A166; }

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

This text font color is #A5A166.


Background Color

.myBgColor { background-color: #A5A166; }

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

This div background color is #A5A166.


Border color

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

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

This div border color is #A5A166.


Opacity

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

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

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

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

This text has shadow with #A5A166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A166 on black background.


Color preview on white background

This text has color #A5A166 on white background.



Black color preview on #A5A166 background

This text has black color on #A5A166 background.


White color preview on #A5A166 background

This text has white color on #A5A166 background.