COLOR #A5A699

HEX: #A5A699 RGB: (165,166,153)

Color info

#A5A699 contains red, green and blue colors in about the same proportion. Web safe color of #A5A699 is #999999 (or #999).

RGB color model

#A5A699 color RGB value is (165,166,153).

RGB: (165,166,153) (65%, 65%, 60%)

RGB channels and saturation

R 165 of 255 = 65%
G 166 of 255 = 65%
B 153 of 255 = 60%

165
166
153

R + G + B ~ 63%. #A5A699 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 166 + 153 = 484 (100%)
R 165 of 484 ~ 34.09%
G 166 of 484 ~ 34.3%
B 153 of 484 ~ 31.61'%

%34.09
%34.3
%31.61

CMYK color model

#A5A699 color CMYK value is (1,0,8,35).

  • cyan value is 0.60%
  • magenta value is 0.00%
  • yellow value is 7.83%
  • key color value is 34.90%

CMYK: (1,0,8,35)
C1M0Y8K35 (1%, 0%, 8%, 35%)
(0.01 / 0.00 / 0.08 / 0.35)

CMYK percentages

%0.6
%0
%7.83
%34.9

Codes

Color #A5A699 in popluar color models

A5 A6 99
RGB 165 166 153
HSL 65° 6.81% 62.55%
HSB/HSV 65° 7.83% 65.10%
CMYK 0.60% 0.00% 7.83%
34.90%

Color #A5A699 in popluar number systems.

HEX A5 A6 99
Decimal 165 166 153
Binary 10100101 10100110 10011001
Octal 245 246 231

Shades and tints

Shades of #A5A699

#A5A699
(165,166,153)
#96978C
(150,151,140)
#87887F
(135,136,127)
#787972
(120,121,114)
#696A65
(105,106,101)
#5A5B58
(90,91,88)
#4B4C4B
(75,76,75)
#3C3D3E
(60,61,62)
#2D2E31
(45,46,49)
#1E1F24
(30,31,36)
#0F1017
(15,16,23)
#000000
(0,0,0)

Tints of #A5A699

#A5A699
(165,166,153)
#ADAEA2
(173,174,162)
#B5B6AB
(181,182,171)
#BDBEB4
(189,190,180)
#C5C6BD
(197,198,189)
#CDCEC6
(205,206,198)
#D5D6CF
(213,214,207)
#DDDED8
(221,222,216)
#E5E6E1
(229,230,225)
#EDEEEA
(237,238,234)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A699; }

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

This text font color is #A5A699.

Background Color

.myBgColor { background-color: #A5A699; }

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

This div background color is #A5A699.

Border color

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

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

This div border color is #A5A699.

Opacity

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

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

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

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

This text has shadow with #A5A699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A699.

Preview

Color preview on black background

This text has color #A5A699 on black background.


Color preview on white background

This text has color #A5A699 on white background.


Black color preview on #A5A699 background

This text has black color on #A5A699 background.


White color preview on #A5A699 background

This text has white color on #A5A699 background.


Related colors

Complementary color

Complementary color for #hex is #5A5966.


I love getcolorcode.com

Triadic colors

1 #99A5A6 and #A699A5 with #A5A699 are triadic colors.

2 #99A6A5 and #A6A599 with #A5A699 are triadic colors.