COLOR #A25359

HEX: #A25359
RGB: (162,83,89)

Color info

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

RGB color model

#A25359 color RGB value is (162,83,89).

  • red value is 162;
  • green value is 83;
  • blue value is 89.
RGB:
(162,83,89)
(64%,33%,35%)

RGB channels and saturation

R 162 of 255 = 64%
G 83 of 255 = 33%
B 89 of 255 = 35%

162
83
89

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

Portions of RGB colors in percentages

R + G + B =
162 + 83 + 89 = 334 (100%)
R 162 of 334 ~ 48.5%
G 83 of 334 ~ 24.85%
B 89 of 334 ~ 26.65%

%48.5
%24.85
%26.65

CMYK color model

#A25359 color CMYK value is (0,49,45,36).

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 45.06%
  • key color value is 36.47%
CMYK:
(0,49,45,36)
C0M49Y45K36 
(0%,49%,45%,36%)
(0.00/0.49/0.45/0.36)	

CMYK percentages

%0
%48.77
%45.06
%36.47

Codes

Color #A25359 in popluar color models

A25359
RGB1628389
HSL355°32.24%48.04%
HSB/HSV355°48.77%63.53%
CMYK0.00%48.77%45.06%
36.47%

Color #A25359 in popluar number systems.

HEXA25359
Decimal1628389
Binary1010001010100111011001
Octal242123131

Shades and tints

Shades of #A25359

#A25359
(162,83,89)
#944C51
(148,76,81)
#864549
(134,69,73)
#783E41
(120,62,65)
#6A3739
(106,55,57)
#5C3031
(92,48,49)
#4E2929
(78,41,41)
#402221
(64,34,33)
#321B19
(50,27,25)
#241411
(36,20,17)
#160D09
(22,13,9)
#000000
(0,0,0)

Tints of #A25359

#A25359
(162,83,89)
#AA6268
(170,98,104)
#B27177
(178,113,119)
#BA8086
(186,128,134)
#C28F95
(194,143,149)
#CA9EA4
(202,158,164)
#D2ADB3
(210,173,179)
#DABCC2
(218,188,194)
#E2CBD1
(226,203,209)
#EADAE0
(234,218,224)
#F2E9EF
(242,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25359 color. Also use rgb(162,83,89) instead hex code.

Text Font Color

.myTextColor { color: #A25359; }

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

This text font color is #A25359.


Background Color

.myBgColor { background-color: #A25359; }

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

This div background color is #A25359.


Border color

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

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

This div border color is #A25359.


Opacity

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

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

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

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

This text has shadow with #A25359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25359 on black background.


Color preview on white background

This text has color #A25359 on white background.



Black color preview on #A25359 background

This text has black color on #A25359 background.


White color preview on #A25359 background

This text has white color on #A25359 background.