COLOR #A5A763

HEX: #A5A763
RGB: (165,167,99)

Color info

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

RGB color model

#A5A763 color RGB value is (165,167,99).

  • red value is 165;
  • green value is 167;
  • blue value is 99.
RGB:
(165,167,99)
(65%,65%,39%)

RGB channels and saturation

R 165 of 255 = 65%
G 167 of 255 = 65%
B 99 of 255 = 39%

165
167
99

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

Portions of RGB colors in percentages

R + G + B =
165 + 167 + 99 = 431 (100%)
R 165 of 431 ~ 38.28%
G 167 of 431 ~ 38.75%
B 99 of 431 ~ 22.97%

%38.28
%38.75
%22.97

CMYK color model

#A5A763 color CMYK value is (1,0,41,35).

  • cyan value is 1.20%
  • magenta value is 0.00%
  • yellow value is 40.72%
  • key color value is 34.51%
CMYK:
(1,0,41,35)
C1M0Y41K35 
(1%,0%,41%,35%)
(0.01/0.00/0.41/0.35)	

CMYK percentages

%1.2
%0
%40.72
%34.51

Codes

Color #A5A763 in popluar color models

A5A763
RGB16516799
HSL62°27.87%52.16%
HSB/HSV62°40.72%65.49%
CMYK1.20%0.00%40.72%
34.51%

Color #A5A763 in popluar number systems.

HEXA5A763
Decimal16516799
Binary10100101101001111100011
Octal245247143

Shades and tints

Shades of #A5A763

#A5A763
(165,167,99)
#96985A
(150,152,90)
#878951
(135,137,81)
#787A48
(120,122,72)
#696B3F
(105,107,63)
#5A5C36
(90,92,54)
#4B4D2D
(75,77,45)
#3C3E24
(60,62,36)
#2D2F1B
(45,47,27)
#1E2012
(30,32,18)
#0F1109
(15,17,9)
#000000
(0,0,0)

Tints of #A5A763

#A5A763
(165,167,99)
#ADAF71
(173,175,113)
#B5B77F
(181,183,127)
#BDBF8D
(189,191,141)
#C5C79B
(197,199,155)
#CDCFA9
(205,207,169)
#D5D7B7
(213,215,183)
#DDDFC5
(221,223,197)
#E5E7D3
(229,231,211)
#EDEFE1
(237,239,225)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A763 color. Also use rgb(165,167,99) instead hex code.

Text Font Color

.myTextColor { color: #A5A763; }

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

This text font color is #A5A763.


Background Color

.myBgColor { background-color: #A5A763; }

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

This div background color is #A5A763.


Border color

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

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

This div border color is #A5A763.


Opacity

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

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

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

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

This text has shadow with #A5A763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A763 on black background.


Color preview on white background

This text has color #A5A763 on white background.



Black color preview on #A5A763 background

This text has black color on #A5A763 background.


White color preview on #A5A763 background

This text has white color on #A5A763 background.