COLOR #A2888A

HEX: #A2888A RGB: (162,136,138)

Color info

#A2888A contains red, green and blue colors in about the same proportion. Web safe color of #A2888A is #999999 (or #999).

RGB color model

#A2888A color RGB value is (162,136,138).

RGB: (162,136,138) (64%, 53%, 54%)

RGB channels and saturation

R 162 of 255 = 64%
G 136 of 255 = 53%
B 138 of 255 = 54%

162
136
138

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

Portions of RGB colors in percentages

R + G + B = 162 + 136 + 138 = 436 (100%)
R 162 of 436 ~ 37.16%
G 136 of 436 ~ 31.19%
B 138 of 436 ~ 31.65'%

%37.16
%31.19
%31.65

CMYK color model

#A2888A color CMYK value is (0,16,15,36).

  • cyan value is 0.00%
  • magenta value is 16.05%
  • yellow value is 14.81%
  • key color value is 36.47%

CMYK: (0,16,15,36)
C0M16Y15K36 (0%, 16%, 15%, 36%)
(0.00 / 0.16 / 0.15 / 0.36)

CMYK percentages

%0
%16.05
%14.81
%36.47

Codes

Color #A2888A in popluar color models

A2 88 8A
RGB 162 136 138
HSL 355° 12.26% 58.43%
HSB/HSV 355° 16.05% 63.53%
CMYK 0.00% 16.05% 14.81%
36.47%

Color #A2888A in popluar number systems.

HEX A2 88 8A
Decimal 162 136 138
Binary 10100010 10001000 10001010
Octal 242 210 212

Shades and tints

Shades of #A2888A

#A2888A
(162,136,138)
#947C7E
(148,124,126)
#867072
(134,112,114)
#786466
(120,100,102)
#6A585A
(106,88,90)
#5C4C4E
(92,76,78)
#4E4042
(78,64,66)
#403436
(64,52,54)
#32282A
(50,40,42)
#241C1E
(36,28,30)
#161012
(22,16,18)
#000000
(0,0,0)

Tints of #A2888A

#A2888A
(162,136,138)
#AA9294
(170,146,148)
#B29C9E
(178,156,158)
#BAA6A8
(186,166,168)
#C2B0B2
(194,176,178)
#CABABC
(202,186,188)
#D2C4C6
(210,196,198)
#DACED0
(218,206,208)
#E2D8DA
(226,216,218)
#EAE2E4
(234,226,228)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2888A color. Also use rgb(162,136,138) instead hex code.

Text Font Color

.myTextColor { color: #A2888A; }

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

This text font color is #A2888A.

Background Color

.myBgColor { background-color: #A2888A; }

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

This div background color is #A2888A.

Border color

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

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

This div border color is #A2888A.

Opacity

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

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

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

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

This text has shadow with #A2888A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2888A.

Preview

Color preview on black background

This text has color #A2888A on black background.


Color preview on white background

This text has color #A2888A on white background.


Black color preview on #A2888A background

This text has black color on #A2888A background.


White color preview on #A2888A background

This text has white color on #A2888A background.


Related colors

Complementary color

Complementary color for #hex is #5D7775.


I love getcolorcode.com

Triadic colors

1 #8AA288 and #888AA2 with #A2888A are triadic colors.

2 #8A88A2 and #88A28A with #A2888A are triadic colors.