COLOR #A2635A

HEX: #A2635A
RGB: (162,99,90)

Color info

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

RGB color model

#A2635A color RGB value is (162,99,90).

  • red value is 162;
  • green value is 99;
  • blue value is 90.
RGB:
(162,99,90)
(64%,39%,35%)

RGB channels and saturation

R 162 of 255 = 64%
G 99 of 255 = 39%
B 90 of 255 = 35%

162
99
90

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

Portions of RGB colors in percentages

R + G + B =
162 + 99 + 90 = 351 (100%)
R 162 of 351 ~ 46.15%
G 99 of 351 ~ 28.21%
B 90 of 351 ~ 25.64%

%46.15
%28.21
%25.64

CMYK color model

#A2635A color CMYK value is (0,39,44,36).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 44.44%
  • key color value is 36.47%
CMYK:
(0,39,44,36)
C0M39Y44K36 
(0%,39%,44%,36%)
(0.00/0.39/0.44/0.36)	

CMYK percentages

%0
%38.89
%44.44
%36.47

Codes

Color #A2635A in popluar color models

A2635A
RGB1629990
HSL28.57%49.41%
HSB/HSV44.44%63.53%
CMYK0.00%38.89%44.44%
36.47%

Color #A2635A in popluar number systems.

HEXA2635A
Decimal1629990
Binary1010001011000111011010
Octal242143132

Shades and tints

Shades of #A2635A

#A2635A
(162,99,90)
#945A52
(148,90,82)
#86514A
(134,81,74)
#784842
(120,72,66)
#6A3F3A
(106,63,58)
#5C3632
(92,54,50)
#4E2D2A
(78,45,42)
#402422
(64,36,34)
#321B1A
(50,27,26)
#241212
(36,18,18)
#16090A
(22,9,10)
#000000
(0,0,0)

Tints of #A2635A

#A2635A
(162,99,90)
#AA7169
(170,113,105)
#B27F78
(178,127,120)
#BA8D87
(186,141,135)
#C29B96
(194,155,150)
#CAA9A5
(202,169,165)
#D2B7B4
(210,183,180)
#DAC5C3
(218,197,195)
#E2D3D2
(226,211,210)
#EAE1E1
(234,225,225)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2635A color. Also use rgb(162,99,90) instead hex code.

Text Font Color

.myTextColor { color: #A2635A; }

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

This text font color is #A2635A.


Background Color

.myBgColor { background-color: #A2635A; }

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

This div background color is #A2635A.


Border color

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

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

This div border color is #A2635A.


Opacity

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

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

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

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

This text has shadow with #A2635A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2635A on black background.


Color preview on white background

This text has color #A2635A on white background.



Black color preview on #A2635A background

This text has black color on #A2635A background.


White color preview on #A2635A background

This text has white color on #A2635A background.