COLOR #A88570

HEX: #A88570 RGB: (168,133,112)

Color info

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

RGB color model

#A88570 color RGB value is (168,133,112).

RGB: (168,133,112) (66%, 52%, 44%)

RGB channels and saturation

R 168 of 255 = 66%
G 133 of 255 = 52%
B 112 of 255 = 44%

168
133
112

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

Portions of RGB colors in percentages

R + G + B = 168 + 133 + 112 = 413 (100%)
R 168 of 413 ~ 40.68%
G 133 of 413 ~ 32.2%
B 112 of 413 ~ 27.12'%

%40.68
%32.2
%27.12

CMYK color model

#A88570 color CMYK value is (0,21,33,34).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 33.33%
  • key color value is 34.12%

CMYK: (0,21,33,34)
C0M21Y33K34 (0%, 21%, 33%, 34%)
(0.00 / 0.21 / 0.33 / 0.34)

CMYK percentages

%0
%20.83
%33.33
%34.12

Codes

Color #A88570 in popluar color models

A8 85 70
RGB 168 133 112
HSL 23° 24.35% 54.90%
HSB/HSV 23° 33.33% 65.88%
CMYK 0.00% 20.83% 33.33%
34.12%

Color #A88570 in popluar number systems.

HEX A8 85 70
Decimal 168 133 112
Binary 10101000 10000101 1110000
Octal 250 205 160

Shades and tints

Shades of #A88570

#A88570
(168,133,112)
#997966
(153,121,102)
#8A6D5C
(138,109,92)
#7B6152
(123,97,82)
#6C5548
(108,85,72)
#5D493E
(93,73,62)
#4E3D34
(78,61,52)
#3F312A
(63,49,42)
#302520
(48,37,32)
#211916
(33,25,22)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #A88570

#A88570
(168,133,112)
#AF907D
(175,144,125)
#B69B8A
(182,155,138)
#BDA697
(189,166,151)
#C4B1A4
(196,177,164)
#CBBCB1
(203,188,177)
#D2C7BE
(210,199,190)
#D9D2CB
(217,210,203)
#E0DDD8
(224,221,216)
#E7E8E5
(231,232,229)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88570; }

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

This text font color is #A88570.

Background Color

.myBgColor { background-color: #A88570; }

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

This div background color is #A88570.

Border color

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

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

This div border color is #A88570.

Opacity

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

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

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

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

This text has shadow with #A88570 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88570.

Preview

Color preview on black background

This text has color #A88570 on black background.


Color preview on white background

This text has color #A88570 on white background.


Black color preview on #A88570 background

This text has black color on #A88570 background.


White color preview on #A88570 background

This text has white color on #A88570 background.


Related colors

Complementary color

Complementary color for #hex is #577A8F.


I love getcolorcode.com

Triadic colors

1 #70A885 and #8570A8 with #A88570 are triadic colors.

2 #7085A8 and #85A870 with #A88570 are triadic colors.