COLOR #A28C7C

HEX: #A28C7C RGB: (162,140,124)

Color info

#A28C7C contains red, green and blue colors in about the same proportion. Web safe color of #A28C7C is #999966 (or #996).

RGB color model

#A28C7C color RGB value is (162,140,124).

RGB: (162,140,124) (64%, 55%, 49%)

RGB channels and saturation

R 162 of 255 = 64%
G 140 of 255 = 55%
B 124 of 255 = 49%

162
140
124

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

Portions of RGB colors in percentages

R + G + B = 162 + 140 + 124 = 426 (100%)
R 162 of 426 ~ 38.03%
G 140 of 426 ~ 32.86%
B 124 of 426 ~ 29.11'%

%38.03
%32.86
%29.11

CMYK color model

#A28C7C color CMYK value is (0,14,23,36).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 23.46%
  • key color value is 36.47%

CMYK: (0,14,23,36)
C0M14Y23K36 (0%, 14%, 23%, 36%)
(0.00 / 0.14 / 0.23 / 0.36)

CMYK percentages

%0
%13.58
%23.46
%36.47

Codes

Color #A28C7C in popluar color models

A2 8C 7C
RGB 162 140 124
HSL 25° 16.96% 56.08%
HSB/HSV 25° 23.46% 63.53%
CMYK 0.00% 13.58% 23.46%
36.47%

Color #A28C7C in popluar number systems.

HEX A2 8C 7C
Decimal 162 140 124
Binary 10100010 10001100 1111100
Octal 242 214 174

Shades and tints

Shades of #A28C7C

#A28C7C
(162,140,124)
#948071
(148,128,113)
#867466
(134,116,102)
#78685B
(120,104,91)
#6A5C50
(106,92,80)
#5C5045
(92,80,69)
#4E443A
(78,68,58)
#40382F
(64,56,47)
#322C24
(50,44,36)
#242019
(36,32,25)
#16140E
(22,20,14)
#000000
(0,0,0)

Tints of #A28C7C

#A28C7C
(162,140,124)
#AA9687
(170,150,135)
#B2A092
(178,160,146)
#BAAA9D
(186,170,157)
#C2B4A8
(194,180,168)
#CABEB3
(202,190,179)
#D2C8BE
(210,200,190)
#DAD2C9
(218,210,201)
#E2DCD4
(226,220,212)
#EAE6DF
(234,230,223)
#F2F0EA
(242,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A28C7C color. Also use rgb(162,140,124) instead hex code.

Text Font Color

.myTextColor { color: #A28C7C; }

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

This text font color is #A28C7C.

Background Color

.myBgColor { background-color: #A28C7C; }

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

This div background color is #A28C7C.

Border color

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

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

This div border color is #A28C7C.

Opacity

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

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

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

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

This text has shadow with #A28C7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A28C7C.

Preview

Color preview on black background

This text has color #A28C7C on black background.


Color preview on white background

This text has color #A28C7C on white background.


Black color preview on #A28C7C background

This text has black color on #A28C7C background.


White color preview on #A28C7C background

This text has white color on #A28C7C background.


Related colors

Complementary color

Complementary color for #hex is #5D7383.


I love getcolorcode.com

Triadic colors

1 #7CA28C and #8C7CA2 with #A28C7C are triadic colors.

2 #7C8CA2 and #8CA27C with #A28C7C are triadic colors.