COLOR #A5857A

HEX: #A5857A RGB: (165,133,122)

Color info

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

RGB color model

#A5857A color RGB value is (165,133,122).

RGB: (165,133,122) (65%, 52%, 48%)

RGB channels and saturation

R 165 of 255 = 65%
G 133 of 255 = 52%
B 122 of 255 = 48%

165
133
122

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

Portions of RGB colors in percentages

R + G + B = 165 + 133 + 122 = 420 (100%)
R 165 of 420 ~ 39.29%
G 133 of 420 ~ 31.67%
B 122 of 420 ~ 29.05'%

%39.29
%31.67
%29.05

CMYK color model

#A5857A color CMYK value is (0,19,26,35).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 26.06%
  • key color value is 35.29%

CMYK: (0,19,26,35)
C0M19Y26K35 (0%, 19%, 26%, 35%)
(0.00 / 0.19 / 0.26 / 0.35)

CMYK percentages

%0
%19.39
%26.06
%35.29

Codes

Color #A5857A in popluar color models

A5 85 7A
RGB 165 133 122
HSL 15° 19.28% 56.27%
HSB/HSV 15° 26.06% 64.71%
CMYK 0.00% 19.39% 26.06%
35.29%

Color #A5857A in popluar number systems.

HEX A5 85 7A
Decimal 165 133 122
Binary 10100101 10000101 1111010
Octal 245 205 172

Shades and tints

Shades of #A5857A

#A5857A
(165,133,122)
#96796F
(150,121,111)
#876D64
(135,109,100)
#786159
(120,97,89)
#69554E
(105,85,78)
#5A4943
(90,73,67)
#4B3D38
(75,61,56)
#3C312D
(60,49,45)
#2D2522
(45,37,34)
#1E1917
(30,25,23)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #A5857A

#A5857A
(165,133,122)
#AD9086
(173,144,134)
#B59B92
(181,155,146)
#BDA69E
(189,166,158)
#C5B1AA
(197,177,170)
#CDBCB6
(205,188,182)
#D5C7C2
(213,199,194)
#DDD2CE
(221,210,206)
#E5DDDA
(229,221,218)
#EDE8E6
(237,232,230)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5857A color. Also use rgb(165,133,122) instead hex code.

Text Font Color

.myTextColor { color: #A5857A; }

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

This text font color is #A5857A.

Background Color

.myBgColor { background-color: #A5857A; }

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

This div background color is #A5857A.

Border color

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

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

This div border color is #A5857A.

Opacity

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

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

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

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

This text has shadow with #A5857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5857A.

Preview

Color preview on black background

This text has color #A5857A on black background.


Color preview on white background

This text has color #A5857A on white background.


Black color preview on #A5857A background

This text has black color on #A5857A background.


White color preview on #A5857A background

This text has white color on #A5857A background.


Related colors

Complementary color

Complementary color for #hex is #5A7A85.


I love getcolorcode.com

Triadic colors

1 #7AA585 and #857AA5 with #A5857A are triadic colors.

2 #7A85A5 and #85A57A with #A5857A are triadic colors.