COLOR #A25A69

HEX: #A25A69
RGB: (162,90,105)

Color info

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

RGB color model

#A25A69 color RGB value is (162,90,105).

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

RGB channels and saturation

R 162 of 255 = 64%
G 90 of 255 = 35%
B 105 of 255 = 41%

162
90
105

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

Portions of RGB colors in percentages

R + G + B =
162 + 90 + 105 = 357 (100%)
R 162 of 357 ~ 45.38%
G 90 of 357 ~ 25.21%
B 105 of 357 ~ 29.41%

%45.38
%25.21
%29.41

CMYK color model

#A25A69 color CMYK value is (0,44,35,36).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 35.19%
  • key color value is 36.47%
CMYK:
(0,44,35,36)
C0M44Y35K36 
(0%,44%,35%,36%)
(0.00/0.44/0.35/0.36)	

CMYK percentages

%0
%44.44
%35.19
%36.47

Codes

Color #A25A69 in popluar color models

A25A69
RGB16290105
HSL348°28.57%49.41%
HSB/HSV348°44.44%63.53%
CMYK0.00%44.44%35.19%
36.47%

Color #A25A69 in popluar number systems.

HEXA25A69
Decimal16290105
Binary1010001010110101101001
Octal242132151

Shades and tints

Shades of #A25A69

#A25A69
(162,90,105)
#945260
(148,82,96)
#864A57
(134,74,87)
#78424E
(120,66,78)
#6A3A45
(106,58,69)
#5C323C
(92,50,60)
#4E2A33
(78,42,51)
#40222A
(64,34,42)
#321A21
(50,26,33)
#241218
(36,18,24)
#160A0F
(22,10,15)
#000000
(0,0,0)

Tints of #A25A69

#A25A69
(162,90,105)
#AA6976
(170,105,118)
#B27883
(178,120,131)
#BA8790
(186,135,144)
#C2969D
(194,150,157)
#CAA5AA
(202,165,170)
#D2B4B7
(210,180,183)
#DAC3C4
(218,195,196)
#E2D2D1
(226,210,209)
#EAE1DE
(234,225,222)
#F2F0EB
(242,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25A69; }

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

This text font color is #A25A69.


Background Color

.myBgColor { background-color: #A25A69; }

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

This div background color is #A25A69.


Border color

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

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

This div border color is #A25A69.


Opacity

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

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

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

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

This text has shadow with #A25A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25A69 on black background.


Color preview on white background

This text has color #A25A69 on white background.



Black color preview on #A25A69 background

This text has black color on #A25A69 background.


White color preview on #A25A69 background

This text has white color on #A25A69 background.