COLOR #A5A353

HEX: #A5A353 RGB: (165,163,83)

Color info

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

RGB color model

#A5A353 color RGB value is (165,163,83).

RGB: (165,163,83) (65%, 64%, 33%)

RGB channels and saturation

R 165 of 255 = 65%
G 163 of 255 = 64%
B 83 of 255 = 33%

165
163
83

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

Portions of RGB colors in percentages

R + G + B = 165 + 163 + 83 = 411 (100%)
R 165 of 411 ~ 40.15%
G 163 of 411 ~ 39.66%
B 83 of 411 ~ 20.19'%

%40.15
%39.66
%20.19

CMYK color model

#A5A353 color CMYK value is (0,1,50,35).

  • cyan value is 0.00%
  • magenta value is 1.21%
  • yellow value is 49.70%
  • key color value is 35.29%
CMYK: (0,1,50,35) C0M1Y50K35 (0%,1%,50%,35%) (0.00/0.01/0.50/0.35) 

CMYK percentages

%0
%1.21
%49.7
%35.29

Codes

Color #A5A353 in popluar color models

A5 A3 53
RGB 165 163 83
HSL 59° 33.06% 48.63%
HSB/HSV 59° 49.70% 64.71%
CMYK 0.00% 1.21% 49.70%
35.29%

Color #A5A353 in popluar number systems.

HEX A5 A3 53
Decimal 165 163 83
Binary 10100101 10100011 1010011
Octal 245 243 123

Shades and tints

Shades of #A5A353

#A5A353
(165,163,83)
#96954C
(150,149,76)
#878745
(135,135,69)
#78793E
(120,121,62)
#696B37
(105,107,55)
#5A5D30
(90,93,48)
#4B4F29
(75,79,41)
#3C4122
(60,65,34)
#2D331B
(45,51,27)
#1E2514
(30,37,20)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #A5A353

#A5A353
(165,163,83)
#ADAB62
(173,171,98)
#B5B371
(181,179,113)
#BDBB80
(189,187,128)
#C5C38F
(197,195,143)
#CDCB9E
(205,203,158)
#D5D3AD
(213,211,173)
#DDDBBC
(221,219,188)
#E5E3CB
(229,227,203)
#EDEBDA
(237,235,218)
#F5F3E9
(245,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A353 color. Also use rgb(165,163,83) instead hex code.

Text Font Color

.myTextColor { color: #A5A353; }

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

This text font color is #A5A353.

Background Color

.myBgColor { background-color: #A5A353; }

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

This div background color is #A5A353.

Border color

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

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

This div border color is #A5A353.

Opacity

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

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

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

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

This text has shadow with #A5A353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A353.

Preview

Color preview on black background

This text has color #A5A353 on black background.


Color preview on white background

This text has color #A5A353 on white background.


Black color preview on #A5A353 background

This text has black color on #A5A353 background.


White color preview on #A5A353 background

This text has white color on #A5A353 background.


Related colors

Complementary color

Complementary color for #hex is #5A5CAC.


I love getcolorcode.com

Triadic colors

1 #53A5A3 and #A353A5 with #A5A353 are triadic colors.

2 #53A3A5 and #A3A553 with #A5A353 are triadic colors.