COLOR #A36262

HEX: #A36262
RGB: (163,98,98)

Color info

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

RGB color model

#A36262 color RGB value is (163,98,98).

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

RGB channels and saturation

R 163 of 255 = 64%
G 98 of 255 = 38%
B 98 of 255 = 38%

163
98
98

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

Portions of RGB colors in percentages

R + G + B =
163 + 98 + 98 = 359 (100%)
R 163 of 359 ~ 45.4%
G 98 of 359 ~ 27.3%
B 98 of 359 ~ 27.3%

%45.4
%27.3
%27.3

CMYK color model

#A36262 color CMYK value is (0,40,40,36).

  • cyan value is 0.00%
  • magenta value is 39.88%
  • yellow value is 39.88%
  • key color value is 36.08%
CMYK:
(0,40,40,36)
C0M40Y40K36 
(0%,40%,40%,36%)
(0.00/0.40/0.40/0.36)	

CMYK percentages

%0
%39.88
%39.88
%36.08

Codes

Color #A36262 in popluar color models

A36262
RGB1639898
HSL26.10%51.18%
HSB/HSV39.88%63.92%
CMYK0.00%39.88%39.88%
36.08%

Color #A36262 in popluar number systems.

HEXA36262
Decimal1639898
Binary1010001111000101100010
Octal243142142

Shades and tints

Shades of #A36262

#A36262
(163,98,98)
#955A5A
(149,90,90)
#875252
(135,82,82)
#794A4A
(121,74,74)
#6B4242
(107,66,66)
#5D3A3A
(93,58,58)
#4F3232
(79,50,50)
#412A2A
(65,42,42)
#332222
(51,34,34)
#251A1A
(37,26,26)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #A36262

#A36262
(163,98,98)
#AB7070
(171,112,112)
#B37E7E
(179,126,126)
#BB8C8C
(187,140,140)
#C39A9A
(195,154,154)
#CBA8A8
(203,168,168)
#D3B6B6
(211,182,182)
#DBC4C4
(219,196,196)
#E3D2D2
(227,210,210)
#EBE0E0
(235,224,224)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A36262; }

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

This text font color is #A36262.


Background Color

.myBgColor { background-color: #A36262; }

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

This div background color is #A36262.


Border color

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

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

This div border color is #A36262.


Opacity

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

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

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

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

This text has shadow with #A36262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A36262 on black background.


Color preview on white background

This text has color #A36262 on white background.



Black color preview on #A36262 background

This text has black color on #A36262 background.


White color preview on #A36262 background

This text has white color on #A36262 background.