COLOR #A88666

HEX: #A88666 RGB: (168,134,102)

Color info

#A88666 contains mainly red and green colors. Web safe color of #A88666 is #999966 (or #996).

RGB color model

#A88666 color RGB value is (168,134,102).

RGB: (168,134,102) (66%, 53%, 40%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 102 of 255 = 40%

168
134
102

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

Portions of RGB colors in percentages

R + G + B = 168 + 134 + 102 = 404 (100%)
R 168 of 404 ~ 41.58%
G 134 of 404 ~ 33.17%
B 102 of 404 ~ 25.25'%

%41.58
%33.17
%25.25

CMYK color model

#A88666 color CMYK value is (0,20,39,34).

  • cyan value is 0.00%
  • magenta value is 20.24%
  • yellow value is 39.29%
  • key color value is 34.12%
CMYK: (0,20,39,34) C0M20Y39K34 (0%,20%,39%,34%) (0.00/0.20/0.39/0.34) 

CMYK percentages

%0
%20.24
%39.29
%34.12

Codes

Color #A88666 in popluar color models

A8 86 66
RGB 168 134 102
HSL 29° 27.50% 52.94%
HSB/HSV 29° 39.29% 65.88%
CMYK 0.00% 20.24% 39.29%
34.12%

Color #A88666 in popluar number systems.

HEX A8 86 66
Decimal 168 134 102
Binary 10101000 10000110 1100110
Octal 250 206 146

Shades and tints

Shades of #A88666

#A88666
(168,134,102)
#997A5D
(153,122,93)
#8A6E54
(138,110,84)
#7B624B
(123,98,75)
#6C5642
(108,86,66)
#5D4A39
(93,74,57)
#4E3E30
(78,62,48)
#3F3227
(63,50,39)
#30261E
(48,38,30)
#211A15
(33,26,21)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #A88666

#A88666
(168,134,102)
#AF9173
(175,145,115)
#B69C80
(182,156,128)
#BDA78D
(189,167,141)
#C4B29A
(196,178,154)
#CBBDA7
(203,189,167)
#D2C8B4
(210,200,180)
#D9D3C1
(217,211,193)
#E0DECE
(224,222,206)
#E7E9DB
(231,233,219)
#EEF4E8
(238,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88666 color. Also use rgb(168,134,102) instead hex code.

Text Font Color

.myTextColor { color: #A88666; }

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

This text font color is #A88666.

Background Color

.myBgColor { background-color: #A88666; }

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

This div background color is #A88666.

Border color

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

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

This div border color is #A88666.

Opacity

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

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

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

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

This text has shadow with #A88666 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88666.

Preview

Color preview on black background

This text has color #A88666 on black background.


Color preview on white background

This text has color #A88666 on white background.


Black color preview on #A88666 background

This text has black color on #A88666 background.


White color preview on #A88666 background

This text has white color on #A88666 background.


Related colors

Complementary color

Complementary color for #hex is #577999.


I love getcolorcode.com

Triadic colors

1 #66A886 and #8666A8 with #A88666 are triadic colors.

2 #6686A8 and #86A866 with #A88666 are triadic colors.