COLOR #A5867D

HEX: #A5867D RGB: (165,134,125)

Color info

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

RGB color model

#A5867D color RGB value is (165,134,125).

RGB: (165,134,125) (65%, 53%, 49%)

RGB channels and saturation

R 165 of 255 = 65%
G 134 of 255 = 53%
B 125 of 255 = 49%

165
134
125

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

Portions of RGB colors in percentages

R + G + B = 165 + 134 + 125 = 424 (100%)
R 165 of 424 ~ 38.92%
G 134 of 424 ~ 31.6%
B 125 of 424 ~ 29.48'%

%38.92
%31.6
%29.48

CMYK color model

#A5867D color CMYK value is (0,19,24,35).

  • cyan value is 0.00%
  • magenta value is 18.79%
  • yellow value is 24.24%
  • key color value is 35.29%

CMYK: (0,19,24,35)
C0M19Y24K35 (0%, 19%, 24%, 35%)
(0.00 / 0.19 / 0.24 / 0.35)

CMYK percentages

%0
%18.79
%24.24
%35.29

Codes

Color #A5867D in popluar color models

A5 86 7D
RGB 165 134 125
HSL 14° 18.18% 56.86%
HSB/HSV 14° 24.24% 64.71%
CMYK 0.00% 18.79% 24.24%
35.29%

Color #A5867D in popluar number systems.

HEX A5 86 7D
Decimal 165 134 125
Binary 10100101 10000110 1111101
Octal 245 206 175

Shades and tints

Shades of #A5867D

#A5867D
(165,134,125)
#967A72
(150,122,114)
#876E67
(135,110,103)
#78625C
(120,98,92)
#695651
(105,86,81)
#5A4A46
(90,74,70)
#4B3E3B
(75,62,59)
#3C3230
(60,50,48)
#2D2625
(45,38,37)
#1E1A1A
(30,26,26)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #A5867D

#A5867D
(165,134,125)
#AD9188
(173,145,136)
#B59C93
(181,156,147)
#BDA79E
(189,167,158)
#C5B2A9
(197,178,169)
#CDBDB4
(205,189,180)
#D5C8BF
(213,200,191)
#DDD3CA
(221,211,202)
#E5DED5
(229,222,213)
#EDE9E0
(237,233,224)
#F5F4EB
(245,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5867D; }

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

This text font color is #A5867D.

Background Color

.myBgColor { background-color: #A5867D; }

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

This div background color is #A5867D.

Border color

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

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

This div border color is #A5867D.

Opacity

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

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

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

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

This text has shadow with #A5867D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5867D.

Preview

Color preview on black background

This text has color #A5867D on black background.


Color preview on white background

This text has color #A5867D on white background.


Black color preview on #A5867D background

This text has black color on #A5867D background.


White color preview on #A5867D background

This text has white color on #A5867D background.


Related colors

Complementary color

Complementary color for #hex is #5A7982.


I love getcolorcode.com

Triadic colors

1 #7DA586 and #867DA5 with #A5867D are triadic colors.

2 #7D86A5 and #86A57D with #A5867D are triadic colors.