COLOR #A2585D

HEX: #A2585D
RGB: (162,88,93)

Color info

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

RGB color model

#A2585D color RGB value is (162,88,93).

  • red value is 162;
  • green value is 88;
  • blue value is 93.
RGB: (162,88,93) (64%,35%,36%)

RGB channels and saturation

R 162 of 255 = 64%
G 88 of 255 = 35%
B 93 of 255 = 36%

162
88
93

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

Portions of RGB colors in percentages

R + G + B =
162 + 88 + 93 = 343 (100%)
R 162 of 343 ~ 47.23%
G 88 of 343 ~ 25.66%
B 93 of 343 ~ 27.11%

%47.23
%25.66
%27.11

CMYK color model

#A2585D color CMYK value is (0,46,43,36).

  • cyan value is 0.00%
  • magenta value is 45.68%
  • yellow value is 42.59%
  • key color value is 36.47%
CMYK: (0,46,43,36) C0M46Y43K36 (0%,46%,43%,36%) (0.00/0.46/0.43/0.36)

CMYK percentages

%0
%45.68
%42.59
%36.47

Codes

Color #A2585D in popluar color models

A2585D
RGB1628893
HSL356°29.60%49.02%
HSB/HSV356°45.68%63.53%
CMYK0.00%45.68%42.59%
36.47%

Color #A2585D in popluar number systems.

HEXA2585D
Decimal1628893
Binary1010001010110001011101
Octal242130135

Shades and tints

Shades of #A2585D

#A2585D
(162,88,93)
#945055
(148,80,85)
#86484D
(134,72,77)
#784045
(120,64,69)
#6A383D
(106,56,61)
#5C3035
(92,48,53)
#4E282D
(78,40,45)
#402025
(64,32,37)
#32181D
(50,24,29)
#241015
(36,16,21)
#16080D
(22,8,13)
#000000
(0,0,0)

Tints of #A2585D

#A2585D
(162,88,93)
#AA676B
(170,103,107)
#B27679
(178,118,121)
#BA8587
(186,133,135)
#C29495
(194,148,149)
#CAA3A3
(202,163,163)
#D2B2B1
(210,178,177)
#DAC1BF
(218,193,191)
#E2D0CD
(226,208,205)
#EADFDB
(234,223,219)
#F2EEE9
(242,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2585D; }

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

This text font color is #A2585D.


Background Color

.myBgColor { background-color: #A2585D; }

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

This div background color is #A2585D.


Border color

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

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

This div border color is #A2585D.


Opacity

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

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

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

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

This text has shadow with #A2585D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A2585D on black background.


Color preview on white background

This text has color #A2585D on white background.



Black color preview on #A2585D background

This text has black color on #A2585D background.


White color preview on #A2585D background

This text has white color on #A2585D background.