COLOR #A5967D

HEX: #A5967D RGB: (165,150,125)

Color info

#A5967D contains red, green and blue colors in about the same proportion. Web safe color of #A5967D is #999966 (or #996).

RGB color model

#A5967D color RGB value is (165,150,125).

RGB: (165,150,125) (65%, 59%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 150 of 255 = 59%
B 125 of 255 = 49%

165
150
125

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

Portions of RGB colors in percentages

R + G + B = 165 + 150 + 125 = 440 (100%)
R 165 of 440 ~ 37.5%
G 150 of 440 ~ 34.09%
B 125 of 440 ~ 28.41'%

%37.5
%34.09
%28.41

CMYK color model

#A5967D color CMYK value is (0,9,24,35).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 24.24%
  • key color value is 35.29%
CMYK: (0,9,24,35) C0M9Y24K35 (0%,9%,24%,35%) (0.00/0.09/0.24/0.35) 

CMYK percentages

%0
%9.09
%24.24
%35.29

Codes

Color #A5967D in popluar color models

A5 96 7D
RGB 165 150 125
HSL 38° 18.18% 56.86%
HSB/HSV 38° 24.24% 64.71%
CMYK 0.00% 9.09% 24.24%
35.29%

Color #A5967D in popluar number systems.

HEX A5 96 7D
Decimal 165 150 125
Binary 10100101 10010110 1111101
Octal 245 226 175

Shades and tints

Shades of #A5967D

#A5967D
(165,150,125)
#968972
(150,137,114)
#877C67
(135,124,103)
#786F5C
(120,111,92)
#696251
(105,98,81)
#5A5546
(90,85,70)
#4B483B
(75,72,59)
#3C3B30
(60,59,48)
#2D2E25
(45,46,37)
#1E211A
(30,33,26)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #A5967D

#A5967D
(165,150,125)
#AD9F88
(173,159,136)
#B5A893
(181,168,147)
#BDB19E
(189,177,158)
#C5BAA9
(197,186,169)
#CDC3B4
(205,195,180)
#D5CCBF
(213,204,191)
#DDD5CA
(221,213,202)
#E5DED5
(229,222,213)
#EDE7E0
(237,231,224)
#F5F0EB
(245,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5967D color. Also use rgb(165,150,125) instead hex code.

Text Font Color

.myTextColor { color: #A5967D; }

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

This text font color is #A5967D.

Background Color

.myBgColor { background-color: #A5967D; }

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

This div background color is #A5967D.

Border color

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

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

This div border color is #A5967D.

Opacity

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

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

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

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

This text has shadow with #A5967D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5967D.

Preview

Color preview on black background

This text has color #A5967D on black background.


Color preview on white background

This text has color #A5967D on white background.


Black color preview on #A5967D background

This text has black color on #A5967D background.


White color preview on #A5967D background

This text has white color on #A5967D background.


Related colors

Complementary color

Complementary color for #hex is #5A6982.


I love getcolorcode.com

Triadic colors

1 #7DA596 and #967DA5 with #A5967D are triadic colors.

2 #7D96A5 and #96A57D with #A5967D are triadic colors.