COLOR #A58778

HEX: #A58778 RGB: (165,135,120)

Color info

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

RGB color model

#A58778 color RGB value is (165,135,120).

RGB: (165,135,120) (65%, 53%, 47%)

RGB channels and saturation

R 165 of 255 = 65%
G 135 of 255 = 53%
B 120 of 255 = 47%

165
135
120

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

Portions of RGB colors in percentages

R + G + B = 165 + 135 + 120 = 420 (100%)
R 165 of 420 ~ 39.29%
G 135 of 420 ~ 32.14%
B 120 of 420 ~ 28.57'%

%39.29
%32.14
%28.57

CMYK color model

#A58778 color CMYK value is (0,18,27,35).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 27.27%
  • key color value is 35.29%

CMYK: (0,18,27,35)
C0M18Y27K35 (0%, 18%, 27%, 35%)
(0.00 / 0.18 / 0.27 / 0.35)

CMYK percentages

%0
%18.18
%27.27
%35.29

Codes

Color #A58778 in popluar color models

A5 87 78
RGB 165 135 120
HSL 20° 20.00% 55.88%
HSB/HSV 20° 27.27% 64.71%
CMYK 0.00% 18.18% 27.27%
35.29%

Color #A58778 in popluar number systems.

HEX A5 87 78
Decimal 165 135 120
Binary 10100101 10000111 1111000
Octal 245 207 170

Shades and tints

Shades of #A58778

#A58778
(165,135,120)
#967B6E
(150,123,110)
#876F64
(135,111,100)
#78635A
(120,99,90)
#695750
(105,87,80)
#5A4B46
(90,75,70)
#4B3F3C
(75,63,60)
#3C3332
(60,51,50)
#2D2728
(45,39,40)
#1E1B1E
(30,27,30)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #A58778

#A58778
(165,135,120)
#AD9184
(173,145,132)
#B59B90
(181,155,144)
#BDA59C
(189,165,156)
#C5AFA8
(197,175,168)
#CDB9B4
(205,185,180)
#D5C3C0
(213,195,192)
#DDCDCC
(221,205,204)
#E5D7D8
(229,215,216)
#EDE1E4
(237,225,228)
#F5EBF0
(245,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A58778; }

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

This text font color is #A58778.

Background Color

.myBgColor { background-color: #A58778; }

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

This div background color is #A58778.

Border color

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

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

This div border color is #A58778.

Opacity

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

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

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

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

This text has shadow with #A58778 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A58778.

Preview

Color preview on black background

This text has color #A58778 on black background.


Color preview on white background

This text has color #A58778 on white background.


Black color preview on #A58778 background

This text has black color on #A58778 background.


White color preview on #A58778 background

This text has white color on #A58778 background.


Related colors

Complementary color

Complementary color for #hex is #5A7887.


I love getcolorcode.com

Triadic colors

1 #78A587 and #8778A5 with #A58778 are triadic colors.

2 #7887A5 and #87A578 with #A58778 are triadic colors.