COLOR #A36565

HEX: #A36565
RGB: (163,101,101)

Color info

#A36565 contains mainly red color. Web safe color of #A36565 is #996666 (or #966).

RGB color model

#A36565 color RGB value is (163,101,101).

  • red value is 163;
  • green value is 101;
  • blue value is 101.
RGB:
(163,101,101)
(64%,40%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 101 of 255 = 40%
B 101 of 255 = 40%

163
101
101

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

Portions of RGB colors in percentages

R + G + B =
163 + 101 + 101 = 365 (100%)
R 163 of 365 ~ 44.66%
G 101 of 365 ~ 27.67%
B 101 of 365 ~ 27.67%

%44.66
%27.67
%27.67

CMYK color model

#A36565 color CMYK value is (0,38,38,36).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 38.04%
  • key color value is 36.08%
CMYK:
(0,38,38,36)
C0M38Y38K36 
(0%,38%,38%,36%)
(0.00/0.38/0.38/0.36)	

CMYK percentages

%0
%38.04
%38.04
%36.08

Codes

Color #A36565 in popluar color models

A36565
RGB163101101
HSL25.20%51.76%
HSB/HSV38.04%63.92%
CMYK0.00%38.04%38.04%
36.08%

Color #A36565 in popluar number systems.

HEXA36565
Decimal163101101
Binary1010001111001011100101
Octal243145145

Shades and tints

Shades of #A36565

#A36565
(163,101,101)
#955C5C
(149,92,92)
#875353
(135,83,83)
#794A4A
(121,74,74)
#6B4141
(107,65,65)
#5D3838
(93,56,56)
#4F2F2F
(79,47,47)
#412626
(65,38,38)
#331D1D
(51,29,29)
#251414
(37,20,20)
#170B0B
(23,11,11)
#000000
(0,0,0)

Tints of #A36565

#A36565
(163,101,101)
#AB7373
(171,115,115)
#B38181
(179,129,129)
#BB8F8F
(187,143,143)
#C39D9D
(195,157,157)
#CBABAB
(203,171,171)
#D3B9B9
(211,185,185)
#DBC7C7
(219,199,199)
#E3D5D5
(227,213,213)
#EBE3E3
(235,227,227)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A36565 color. Also use rgb(163,101,101) instead hex code.

Text Font Color

.myTextColor { color: #A36565; }

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

This text font color is #A36565.


Background Color

.myBgColor { background-color: #A36565; }

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

This div background color is #A36565.


Border color

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

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

This div border color is #A36565.


Opacity

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

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

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

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

This text has shadow with #A36565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36565 on black background.


Color preview on white background

This text has color #A36565 on white background.



Black color preview on #A36565 background

This text has black color on #A36565 background.


White color preview on #A36565 background

This text has white color on #A36565 background.