COLOR #A5935A

HEX: #A5935A RGB: (165,147,90)

Color info

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

RGB color model

#A5935A color RGB value is (165,147,90).

RGB: (165,147,90) (65%, 58%, 35%)

RGB channels and saturation

R 165 of 255 = 65%
G 147 of 255 = 58%
B 90 of 255 = 35%

165
147
90

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

Portions of RGB colors in percentages

R + G + B = 165 + 147 + 90 = 402 (100%)
R 165 of 402 ~ 41.04%
G 147 of 402 ~ 36.57%
B 90 of 402 ~ 22.39'%

%41.04
%36.57
%22.39

CMYK color model

#A5935A color CMYK value is (0,11,45,35).

  • cyan value is 0.00%
  • magenta value is 10.91%
  • yellow value is 45.45%
  • key color value is 35.29%

CMYK: (0,11,45,35)
C0M11Y45K35 (0%, 11%, 45%, 35%)
(0.00 / 0.11 / 0.45 / 0.35)

CMYK percentages

%0
%10.91
%45.45
%35.29

Codes

Color #A5935A in popluar color models

A5 93 5A
RGB 165 147 90
HSL 46° 29.41% 50.00%
HSB/HSV 46° 45.45% 64.71%
CMYK 0.00% 10.91% 45.45%
35.29%

Color #A5935A in popluar number systems.

HEX A5 93 5A
Decimal 165 147 90
Binary 10100101 10010011 1011010
Octal 245 223 132

Shades and tints

Shades of #A5935A

#A5935A
(165,147,90)
#968652
(150,134,82)
#87794A
(135,121,74)
#786C42
(120,108,66)
#695F3A
(105,95,58)
#5A5232
(90,82,50)
#4B452A
(75,69,42)
#3C3822
(60,56,34)
#2D2B1A
(45,43,26)
#1E1E12
(30,30,18)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #A5935A

#A5935A
(165,147,90)
#AD9C69
(173,156,105)
#B5A578
(181,165,120)
#BDAE87
(189,174,135)
#C5B796
(197,183,150)
#CDC0A5
(205,192,165)
#D5C9B4
(213,201,180)
#DDD2C3
(221,210,195)
#E5DBD2
(229,219,210)
#EDE4E1
(237,228,225)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5935A color. Also use rgb(165,147,90) instead hex code.

Text Font Color

.myTextColor { color: #A5935A; }

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

This text font color is #A5935A.

Background Color

.myBgColor { background-color: #A5935A; }

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

This div background color is #A5935A.

Border color

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

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

This div border color is #A5935A.

Opacity

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

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

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

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

This text has shadow with #A5935A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5935A.

Preview

Color preview on black background

This text has color #A5935A on black background.


Color preview on white background

This text has color #A5935A on white background.


Black color preview on #A5935A background

This text has black color on #A5935A background.


White color preview on #A5935A background

This text has white color on #A5935A background.


Related colors

Complementary color

Complementary color for #hex is #5A6CA5.


I love getcolorcode.com

Triadic colors

1 #5AA593 and #935AA5 with #A5935A are triadic colors.

2 #5A93A5 and #93A55A with #A5935A are triadic colors.