COLOR #A88A70

HEX: #A88A70
RGB: (168,138,112)

Color info

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

RGB color model

#A88A70 color RGB value is (168,138,112).

  • red value is 168;
  • green value is 138;
  • blue value is 112.
RGB:
(168,138,112)
(66%,54%,44%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 112 of 255 = 44%

168
138
112

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 112 = 418 (100%)
R 168 of 418 ~ 40.19%
G 138 of 418 ~ 33.01%
B 112 of 418 ~ 26.79%

%40.19
%33.01
%26.79

CMYK color model

#A88A70 color CMYK value is (0,18,33,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 33.33%
  • key color value is 34.12%
CMYK:
(0,18,33,34)
C0M18Y33K34 
(0%,18%,33%,34%)
(0.00/0.18/0.33/0.34)	

CMYK percentages

%0
%17.86
%33.33
%34.12

Codes

Color #A88A70 in popluar color models

A88A70
RGB168138112
HSL28°24.35%54.90%
HSB/HSV28°33.33%65.88%
CMYK0.00%17.86%33.33%
34.12%

Color #A88A70 in popluar number systems.

HEXA88A70
Decimal168138112
Binary10101000100010101110000
Octal250212160

Shades and tints

Shades of #A88A70

#A88A70
(168,138,112)
#997E66
(153,126,102)
#8A725C
(138,114,92)
#7B6652
(123,102,82)
#6C5A48
(108,90,72)
#5D4E3E
(93,78,62)
#4E4234
(78,66,52)
#3F362A
(63,54,42)
#302A20
(48,42,32)
#211E16
(33,30,22)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #A88A70

#A88A70
(168,138,112)
#AF947D
(175,148,125)
#B69E8A
(182,158,138)
#BDA897
(189,168,151)
#C4B2A4
(196,178,164)
#CBBCB1
(203,188,177)
#D2C6BE
(210,198,190)
#D9D0CB
(217,208,203)
#E0DAD8
(224,218,216)
#E7E4E5
(231,228,229)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88A70 color. Also use rgb(168,138,112) instead hex code.

Text Font Color

.myTextColor { color: #A88A70; }

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

This text font color is #A88A70.


Background Color

.myBgColor { background-color: #A88A70; }

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

This div background color is #A88A70.


Border color

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

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

This div border color is #A88A70.


Opacity

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

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

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

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

This text has shadow with #A88A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88A70 on black background.


Color preview on white background

This text has color #A88A70 on white background.



Black color preview on #A88A70 background

This text has black color on #A88A70 background.


White color preview on #A88A70 background

This text has white color on #A88A70 background.