COLOR #A5877A

HEX: #A5877A
RGB: (165,135,122)

Color info

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

RGB color model

#A5877A color RGB value is (165,135,122).

  • red value is 165;
  • green value is 135;
  • blue value is 122.
RGB:
(165,135,122)
(65%,53%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 122 of 255 = 48%

165
135
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 135 + 122 = 422 (100%)
R 165 of 422 ~ 39.1%
G 135 of 422 ~ 31.99%
B 122 of 422 ~ 28.91%

%39.1
%31.99
%28.91

CMYK color model

#A5877A color CMYK value is (0,18,26,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,18,26,35)
C0M18Y26K35 
(0%,18%,26%,35%)
(0.00/0.18/0.26/0.35)	

CMYK percentages

%0
%18.18
%26.06
%35.29

Codes

Color #A5877A in popluar color models

A5877A
RGB165135122
HSL18°19.28%56.27%
HSB/HSV18°26.06%64.71%
CMYK0.00%18.18%26.06%
35.29%

Color #A5877A in popluar number systems.

HEXA5877A
Decimal165135122
Binary10100101100001111111010
Octal245207172

Shades and tints

Shades of #A5877A

#A5877A
(165,135,122)
#967B6F
(150,123,111)
#876F64
(135,111,100)
#786359
(120,99,89)
#69574E
(105,87,78)
#5A4B43
(90,75,67)
#4B3F38
(75,63,56)
#3C332D
(60,51,45)
#2D2722
(45,39,34)
#1E1B17
(30,27,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #A5877A

#A5877A
(165,135,122)
#AD9186
(173,145,134)
#B59B92
(181,155,146)
#BDA59E
(189,165,158)
#C5AFAA
(197,175,170)
#CDB9B6
(205,185,182)
#D5C3C2
(213,195,194)
#DDCDCE
(221,205,206)
#E5D7DA
(229,215,218)
#EDE1E6
(237,225,230)
#F5EBF2
(245,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5877A; }

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

This text font color is #A5877A.


Background Color

.myBgColor { background-color: #A5877A; }

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

This div background color is #A5877A.


Border color

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

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

This div border color is #A5877A.


Opacity

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

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

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

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

This text has shadow with #A5877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5877A on black background.


Color preview on white background

This text has color #A5877A on white background.



Black color preview on #A5877A background

This text has black color on #A5877A background.


White color preview on #A5877A background

This text has white color on #A5877A background.