COLOR #A25367

HEX: #A25367
RGB: (162,83,103)

Color info

#A25367 contains mainly red and blue colors. Web safe color of #A25367 is #996666 (or #966).

RGB color model

#A25367 color RGB value is (162,83,103).

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

RGB channels and saturation

R 162 of 255 = 64%
G 83 of 255 = 33%
B 103 of 255 = 40%

162
83
103

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

Portions of RGB colors in percentages

R + G + B =
162 + 83 + 103 = 348 (100%)
R 162 of 348 ~ 46.55%
G 83 of 348 ~ 23.85%
B 103 of 348 ~ 29.6%

%46.55
%23.85
%29.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.77%
  • yellow value is 36.42%
  • key color value is 36.47%
CMYK:
(0,49,36,36)
C0M49Y36K36 
(0%,49%,36%,36%)
(0.00/0.49/0.36/0.36)	

CMYK percentages

%0
%48.77
%36.42
%36.47

Codes

Color #A25367 in popluar color models

A25367
RGB16283103
HSL345°32.24%48.04%
HSB/HSV345°48.77%63.53%
CMYK0.00%48.77%36.42%
36.47%

Color #A25367 in popluar number systems.

HEXA25367
Decimal16283103
Binary1010001010100111100111
Octal242123147

Shades and tints

Shades of #A25367

#A25367
(162,83,103)
#944C5E
(148,76,94)
#864555
(134,69,85)
#783E4C
(120,62,76)
#6A3743
(106,55,67)
#5C303A
(92,48,58)
#4E2931
(78,41,49)
#402228
(64,34,40)
#321B1F
(50,27,31)
#241416
(36,20,22)
#160D0D
(22,13,13)
#000000
(0,0,0)

Tints of #A25367

#A25367
(162,83,103)
#AA6274
(170,98,116)
#B27181
(178,113,129)
#BA808E
(186,128,142)
#C28F9B
(194,143,155)
#CA9EA8
(202,158,168)
#D2ADB5
(210,173,181)
#DABCC2
(218,188,194)
#E2CBCF
(226,203,207)
#EADADC
(234,218,220)
#F2E9E9
(242,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25367; }

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

This text font color is #A25367.


Background Color

.myBgColor { background-color: #A25367; }

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

This div background color is #A25367.


Border color

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

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

This div border color is #A25367.


Opacity

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

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

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

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

This text has shadow with #A25367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25367 on black background.


Color preview on white background

This text has color #A25367 on white background.



Black color preview on #A25367 background

This text has black color on #A25367 background.


White color preview on #A25367 background

This text has white color on #A25367 background.