COLOR #A2765D

HEX: #A2765D RGB: (162,118,93)

Color info

#A2765D contains mainly red and green colors. Web safe color of #A2765D is #996666 (or #966).

RGB color model

#A2765D color RGB value is (162,118,93).

RGB: (162,118,93) (64%, 46%, 36%)

RGB channels and saturation

R 162 of 255 = 64%
G 118 of 255 = 46%
B 93 of 255 = 36%

162
118
93

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

Portions of RGB colors in percentages

R + G + B = 162 + 118 + 93 = 373 (100%)
R 162 of 373 ~ 43.43%
G 118 of 373 ~ 31.64%
B 93 of 373 ~ 24.93'%

%43.43
%31.64
%24.93

CMYK color model

#A2765D color CMYK value is (0,27,43,36).

  • cyan value is 0.00%
  • magenta value is 27.16%
  • yellow value is 42.59%
  • key color value is 36.47%

CMYK: (0,27,43,36)
C0M27Y43K36 (0%, 27%, 43%, 36%)
(0.00 / 0.27 / 0.43 / 0.36)

CMYK percentages

%0
%27.16
%42.59
%36.47

Codes

Color #A2765D in popluar color models

A2 76 5D
RGB 162 118 93
HSL 22° 27.06% 50.00%
HSB/HSV 22° 42.59% 63.53%
CMYK 0.00% 27.16% 42.59%
36.47%

Color #A2765D in popluar number systems.

HEX A2 76 5D
Decimal 162 118 93
Binary 10100010 1110110 1011101
Octal 242 166 135

Shades and tints

Shades of #A2765D

#A2765D
(162,118,93)
#946C55
(148,108,85)
#86624D
(134,98,77)
#785845
(120,88,69)
#6A4E3D
(106,78,61)
#5C4435
(92,68,53)
#4E3A2D
(78,58,45)
#403025
(64,48,37)
#32261D
(50,38,29)
#241C15
(36,28,21)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #A2765D

#A2765D
(162,118,93)
#AA826B
(170,130,107)
#B28E79
(178,142,121)
#BA9A87
(186,154,135)
#C2A695
(194,166,149)
#CAB2A3
(202,178,163)
#D2BEB1
(210,190,177)
#DACABF
(218,202,191)
#E2D6CD
(226,214,205)
#EAE2DB
(234,226,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2765D color. Also use rgb(162,118,93) instead hex code.

Text Font Color

.myTextColor { color: #A2765D; }

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

This text font color is #A2765D.

Background Color

.myBgColor { background-color: #A2765D; }

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

This div background color is #A2765D.

Border color

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

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

This div border color is #A2765D.

Opacity

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

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

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

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

This text has shadow with #A2765D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2765D.

Preview

Color preview on black background

This text has color #A2765D on black background.


Color preview on white background

This text has color #A2765D on white background.


Black color preview on #A2765D background

This text has black color on #A2765D background.


White color preview on #A2765D background

This text has white color on #A2765D background.


Related colors

Complementary color

Complementary color for #hex is #5D89A2.


I love getcolorcode.com

Triadic colors

1 #5DA276 and #765DA2 with #A2765D are triadic colors.

2 #5D76A2 and #76A25D with #A2765D are triadic colors.