COLOR #A5A669

HEX: #A5A669
RGB: (165,166,105)

Color info

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

RGB color model

#A5A669 color RGB value is (165,166,105).

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

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 105 of 255 = 41%

165
166
105

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

Portions of RGB colors in percentages

R + G + B =
165 + 166 + 105 = 436 (100%)
R 165 of 436 ~ 37.84%
G 166 of 436 ~ 38.07%
B 105 of 436 ~ 24.08%

%37.84
%38.07
%24.08

CMYK color model

#A5A669 color CMYK value is (1,0,37,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 34.90%
CMYK:
(1,0,37,35)
C1M0Y37K35 
(1%,0%,37%,35%)
(0.01/0.00/0.37/0.35)	

CMYK percentages

%0.6
%0
%36.75
%34.9

Codes

Color #A5A669 in popluar color models

A5A669
RGB165166105
HSL61°25.52%53.14%
HSB/HSV61°36.75%65.10%
CMYK0.60%0.00%36.75%
34.90%

Color #A5A669 in popluar number systems.

HEXA5A669
Decimal165166105
Binary10100101101001101101001
Octal245246151

Shades and tints

Shades of #A5A669

#A5A669
(165,166,105)
#969760
(150,151,96)
#878857
(135,136,87)
#78794E
(120,121,78)
#696A45
(105,106,69)
#5A5B3C
(90,91,60)
#4B4C33
(75,76,51)
#3C3D2A
(60,61,42)
#2D2E21
(45,46,33)
#1E1F18
(30,31,24)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #A5A669

#A5A669
(165,166,105)
#ADAE76
(173,174,118)
#B5B683
(181,182,131)
#BDBE90
(189,190,144)
#C5C69D
(197,198,157)
#CDCEAA
(205,206,170)
#D5D6B7
(213,214,183)
#DDDEC4
(221,222,196)
#E5E6D1
(229,230,209)
#EDEEDE
(237,238,222)
#F5F6EB
(245,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A669; }

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

This text font color is #A5A669.


Background Color

.myBgColor { background-color: #A5A669; }

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

This div background color is #A5A669.


Border color

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

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

This div border color is #A5A669.


Opacity

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

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

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

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

This text has shadow with #A5A669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A669 on black background.


Color preview on white background

This text has color #A5A669 on white background.



Black color preview on #A5A669 background

This text has black color on #A5A669 background.


White color preview on #A5A669 background

This text has white color on #A5A669 background.