COLOR #A25A66

HEX: #A25A66 RGB: (162,90,102)

Color info

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

RGB color model

#A25A66 color RGB value is (162,90,102).

RGB: (162,90,102) (64%, 35%, 40%)

RGB channels and saturation

R 162 of 255 = 64%
G 90 of 255 = 35%
B 102 of 255 = 40%

162
90
102

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

Portions of RGB colors in percentages

R + G + B = 162 + 90 + 102 = 354 (100%)
R 162 of 354 ~ 45.76%
G 90 of 354 ~ 25.42%
B 102 of 354 ~ 28.81'%

%45.76
%25.42
%28.81

CMYK color model

#A25A66 color CMYK value is (0,44,37,36).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 37.04%
  • key color value is 36.47%

CMYK: (0,44,37,36)
C0M44Y37K36 (0%, 44%, 37%, 36%)
(0.00 / 0.44 / 0.37 / 0.36)

CMYK percentages

%0
%44.44
%37.04
%36.47

Codes

Color #A25A66 in popluar color models

A2 5A 66
RGB 162 90 102
HSL 350° 28.57% 49.41%
HSB/HSV 350° 44.44% 63.53%
CMYK 0.00% 44.44% 37.04%
36.47%

Color #A25A66 in popluar number systems.

HEX A2 5A 66
Decimal 162 90 102
Binary 10100010 1011010 1100110
Octal 242 132 146

Shades and tints

Shades of #A25A66

#A25A66
(162,90,102)
#94525D
(148,82,93)
#864A54
(134,74,84)
#78424B
(120,66,75)
#6A3A42
(106,58,66)
#5C3239
(92,50,57)
#4E2A30
(78,42,48)
#402227
(64,34,39)
#321A1E
(50,26,30)
#241215
(36,18,21)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #A25A66

#A25A66
(162,90,102)
#AA6973
(170,105,115)
#B27880
(178,120,128)
#BA878D
(186,135,141)
#C2969A
(194,150,154)
#CAA5A7
(202,165,167)
#D2B4B4
(210,180,180)
#DAC3C1
(218,195,193)
#E2D2CE
(226,210,206)
#EAE1DB
(234,225,219)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25A66; }

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

This text font color is #A25A66.

Background Color

.myBgColor { background-color: #A25A66; }

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

This div background color is #A25A66.

Border color

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

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

This div border color is #A25A66.

Opacity

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

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

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

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

This text has shadow with #A25A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25A66.

Preview

Color preview on black background

This text has color #A25A66 on black background.


Color preview on white background

This text has color #A25A66 on white background.


Black color preview on #A25A66 background

This text has black color on #A25A66 background.


White color preview on #A25A66 background

This text has white color on #A25A66 background.


Related colors

Complementary color

Complementary color for #hex is #5DA599.


I love getcolorcode.com

Triadic colors

1 #66A25A and #5A66A2 with #A25A66 are triadic colors.

2 #665AA2 and #5AA266 with #A25A66 are triadic colors.