COLOR #A5756A

HEX: #A5756A RGB: (165,117,106)

Color info

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

RGB color model

#A5756A color RGB value is (165,117,106).

RGB: (165,117,106) (65%, 46%, 42%)

RGB channels and saturation

R 165 of 255 = 65%
G 117 of 255 = 46%
B 106 of 255 = 42%

165
117
106

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

Portions of RGB colors in percentages

R + G + B = 165 + 117 + 106 = 388 (100%)
R 165 of 388 ~ 42.53%
G 117 of 388 ~ 30.15%
B 106 of 388 ~ 27.32'%

%42.53
%30.15
%27.32

CMYK color model

#A5756A color CMYK value is (0,29,36,35).

  • cyan value is 0.00%
  • magenta value is 29.09%
  • yellow value is 35.76%
  • key color value is 35.29%

CMYK: (0,29,36,35)
C0M29Y36K35 (0%, 29%, 36%, 35%)
(0.00 / 0.29 / 0.36 / 0.35)

CMYK percentages

%0
%29.09
%35.76
%35.29

Codes

Color #A5756A in popluar color models

A5 75 6A
RGB 165 117 106
HSL 11° 24.69% 53.14%
HSB/HSV 11° 35.76% 64.71%
CMYK 0.00% 29.09% 35.76%
35.29%

Color #A5756A in popluar number systems.

HEX A5 75 6A
Decimal 165 117 106
Binary 10100101 1110101 1101010
Octal 245 165 152

Shades and tints

Shades of #A5756A

#A5756A
(165,117,106)
#966B61
(150,107,97)
#876158
(135,97,88)
#78574F
(120,87,79)
#694D46
(105,77,70)
#5A433D
(90,67,61)
#4B3934
(75,57,52)
#3C2F2B
(60,47,43)
#2D2522
(45,37,34)
#1E1B19
(30,27,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #A5756A

#A5756A
(165,117,106)
#AD8177
(173,129,119)
#B58D84
(181,141,132)
#BD9991
(189,153,145)
#C5A59E
(197,165,158)
#CDB1AB
(205,177,171)
#D5BDB8
(213,189,184)
#DDC9C5
(221,201,197)
#E5D5D2
(229,213,210)
#EDE1DF
(237,225,223)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5756A color. Also use rgb(165,117,106) instead hex code.

Text Font Color

.myTextColor { color: #A5756A; }

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

This text font color is #A5756A.

Background Color

.myBgColor { background-color: #A5756A; }

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

This div background color is #A5756A.

Border color

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

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

This div border color is #A5756A.

Opacity

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

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

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

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

This text has shadow with #A5756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5756A.

Preview

Color preview on black background

This text has color #A5756A on black background.


Color preview on white background

This text has color #A5756A on white background.


Black color preview on #A5756A background

This text has black color on #A5756A background.


White color preview on #A5756A background

This text has white color on #A5756A background.


Related colors

Complementary color

Complementary color for #hex is #5A8A95.


I love getcolorcode.com

Triadic colors

1 #6AA575 and #756AA5 with #A5756A are triadic colors.

2 #6A75A5 and #75A56A with #A5756A are triadic colors.