COLOR #A25F66

HEX: #A25F66 RGB: (162,95,102)

Color info

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

RGB color model

#A25F66 color RGB value is (162,95,102).

RGB: (162,95,102) (64%, 37%, 40%)

RGB channels and saturation

R 162 of 255 = 64%
G 95 of 255 = 37%
B 102 of 255 = 40%

162
95
102

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

Portions of RGB colors in percentages

R + G + B = 162 + 95 + 102 = 359 (100%)
R 162 of 359 ~ 45.13%
G 95 of 359 ~ 26.46%
B 102 of 359 ~ 28.41'%

%45.13
%26.46
%28.41

CMYK color model

#A25F66 color CMYK value is (0,41,37,36).

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

CMYK: (0,41,37,36)
C0M41Y37K36 (0%, 41%, 37%, 36%)
(0.00 / 0.41 / 0.37 / 0.36)

CMYK percentages

%0
%41.36
%37.04
%36.47

Codes

Color #A25F66 in popluar color models

A2 5F 66
RGB 162 95 102
HSL 354° 26.48% 50.39%
HSB/HSV 354° 41.36% 63.53%
CMYK 0.00% 41.36% 37.04%
36.47%

Color #A25F66 in popluar number systems.

HEX A2 5F 66
Decimal 162 95 102
Binary 10100010 1011111 1100110
Octal 242 137 146

Shades and tints

Shades of #A25F66

#A25F66
(162,95,102)
#94575D
(148,87,93)
#864F54
(134,79,84)
#78474B
(120,71,75)
#6A3F42
(106,63,66)
#5C3739
(92,55,57)
#4E2F30
(78,47,48)
#402727
(64,39,39)
#321F1E
(50,31,30)
#241715
(36,23,21)
#160F0C
(22,15,12)
#000000
(0,0,0)

Tints of #A25F66

#A25F66
(162,95,102)
#AA6D73
(170,109,115)
#B27B80
(178,123,128)
#BA898D
(186,137,141)
#C2979A
(194,151,154)
#CAA5A7
(202,165,167)
#D2B3B4
(210,179,180)
#DAC1C1
(218,193,193)
#E2CFCE
(226,207,206)
#EADDDB
(234,221,219)
#F2EBE8
(242,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25F66; }

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

This text font color is #A25F66.

Background Color

.myBgColor { background-color: #A25F66; }

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

This div background color is #A25F66.

Border color

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

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

This div border color is #A25F66.

Opacity

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

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

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

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

This text has shadow with #A25F66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25F66.

Preview

Color preview on black background

This text has color #A25F66 on black background.


Color preview on white background

This text has color #A25F66 on white background.


Black color preview on #A25F66 background

This text has black color on #A25F66 background.


White color preview on #A25F66 background

This text has white color on #A25F66 background.


Related colors

Complementary color

Complementary color for #hex is #5DA099.


I love getcolorcode.com

Triadic colors

1 #66A25F and #5F66A2 with #A25F66 are triadic colors.

2 #665FA2 and #5FA266 with #A25F66 are triadic colors.