COLOR #A88E7A

HEX: #A88E7A RGB: (168,142,122)

Color info

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

RGB color model

#A88E7A color RGB value is (168,142,122).

RGB: (168,142,122) (66%, 56%, 48%)

RGB channels and saturation

R 168 of 255 = 66%
G 142 of 255 = 56%
B 122 of 255 = 48%

168
142
122

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

Portions of RGB colors in percentages

R + G + B = 168 + 142 + 122 = 432 (100%)
R 168 of 432 ~ 38.89%
G 142 of 432 ~ 32.87%
B 122 of 432 ~ 28.24'%

%38.89
%32.87
%28.24

CMYK color model

#A88E7A color CMYK value is (0,15,27,34).

  • cyan value is 0.00%
  • magenta value is 15.48%
  • yellow value is 27.38%
  • key color value is 34.12%
CMYK: (0,15,27,34) C0M15Y27K34 (0%,15%,27%,34%) (0.00/0.15/0.27/0.34) 

CMYK percentages

%0
%15.48
%27.38
%34.12

Codes

Color #A88E7A in popluar color models

A8 8E 7A
RGB 168 142 122
HSL 26° 20.91% 56.86%
HSB/HSV 26° 27.38% 65.88%
CMYK 0.00% 15.48% 27.38%
34.12%

Color #A88E7A in popluar number systems.

HEX A8 8E 7A
Decimal 168 142 122
Binary 10101000 10001110 1111010
Octal 250 216 172

Shades and tints

Shades of #A88E7A

#A88E7A
(168,142,122)
#99826F
(153,130,111)
#8A7664
(138,118,100)
#7B6A59
(123,106,89)
#6C5E4E
(108,94,78)
#5D5243
(93,82,67)
#4E4638
(78,70,56)
#3F3A2D
(63,58,45)
#302E22
(48,46,34)
#212217
(33,34,23)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #A88E7A

#A88E7A
(168,142,122)
#AF9886
(175,152,134)
#B6A292
(182,162,146)
#BDAC9E
(189,172,158)
#C4B6AA
(196,182,170)
#CBC0B6
(203,192,182)
#D2CAC2
(210,202,194)
#D9D4CE
(217,212,206)
#E0DEDA
(224,222,218)
#E7E8E6
(231,232,230)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88E7A color. Also use rgb(168,142,122) instead hex code.

Text Font Color

.myTextColor { color: #A88E7A; }

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

This text font color is #A88E7A.

Background Color

.myBgColor { background-color: #A88E7A; }

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

This div background color is #A88E7A.

Border color

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

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

This div border color is #A88E7A.

Opacity

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

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

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

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

This text has shadow with #A88E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88E7A.

Preview

Color preview on black background

This text has color #A88E7A on black background.


Color preview on white background

This text has color #A88E7A on white background.


Black color preview on #A88E7A background

This text has black color on #A88E7A background.


White color preview on #A88E7A background

This text has white color on #A88E7A background.


Related colors

Complementary color

Complementary color for #hex is #577185.


I love getcolorcode.com

Triadic colors

1 #7AA88E and #8E7AA8 with #A88E7A are triadic colors.

2 #7A8EA8 and #8EA87A with #A88E7A are triadic colors.