COLOR #A5706C

HEX: #A5706C RGB: (165,112,108)

Color info

#A5706C contains red, green and blue colors in about the same proportion. Web safe color of #A5706C is #996666 (or #966).

RGB color model

#A5706C color RGB value is (165,112,108).

RGB: (165,112,108) (65%, 44%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 112 of 255 = 44%
B 108 of 255 = 42%

165
112
108

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

Portions of RGB colors in percentages

R + G + B = 165 + 112 + 108 = 385 (100%)
R 165 of 385 ~ 42.86%
G 112 of 385 ~ 29.09%
B 108 of 385 ~ 28.05'%

%42.86
%29.09
%28.05

CMYK color model

#A5706C color CMYK value is (0,32,35,35).

  • cyan value is 0.00%
  • magenta value is 32.12%
  • yellow value is 34.55%
  • key color value is 35.29%

CMYK: (0,32,35,35)
C0M32Y35K35 (0%, 32%, 35%, 35%)
(0.00 / 0.32 / 0.35 / 0.35)

CMYK percentages

%0
%32.12
%34.55
%35.29

Codes

Color #A5706C in popluar color models

A5 70 6C
RGB 165 112 108
HSL 24.05% 53.53%
HSB/HSV 34.55% 64.71%
CMYK 0.00% 32.12% 34.55%
35.29%

Color #A5706C in popluar number systems.

HEX A5 70 6C
Decimal 165 112 108
Binary 10100101 1110000 1101100
Octal 245 160 154

Shades and tints

Shades of #A5706C

#A5706C
(165,112,108)
#966663
(150,102,99)
#875C5A
(135,92,90)
#785251
(120,82,81)
#694848
(105,72,72)
#5A3E3F
(90,62,63)
#4B3436
(75,52,54)
#3C2A2D
(60,42,45)
#2D2024
(45,32,36)
#1E161B
(30,22,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #A5706C

#A5706C
(165,112,108)
#AD7D79
(173,125,121)
#B58A86
(181,138,134)
#BD9793
(189,151,147)
#C5A4A0
(197,164,160)
#CDB1AD
(205,177,173)
#D5BEBA
(213,190,186)
#DDCBC7
(221,203,199)
#E5D8D4
(229,216,212)
#EDE5E1
(237,229,225)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5706C color. Also use rgb(165,112,108) instead hex code.

Text Font Color

.myTextColor { color: #A5706C; }

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

This text font color is #A5706C.

Background Color

.myBgColor { background-color: #A5706C; }

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

This div background color is #A5706C.

Border color

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

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

This div border color is #A5706C.

Opacity

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

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

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

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

This text has shadow with #A5706C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5706C.

Preview

Color preview on black background

This text has color #A5706C on black background.


Color preview on white background

This text has color #A5706C on white background.


Black color preview on #A5706C background

This text has black color on #A5706C background.


White color preview on #A5706C background

This text has white color on #A5706C background.


Related colors

Complementary color

Complementary color for #hex is #5A8F93.


I love getcolorcode.com

Triadic colors

1 #6CA570 and #706CA5 with #A5706C are triadic colors.

2 #6C70A5 and #70A56C with #A5706C are triadic colors.