COLOR #A88769

HEX: #A88769 RGB: (168,135,105)

Color info

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

RGB color model

#A88769 color RGB value is (168,135,105).

RGB: (168,135,105) (66%, 53%, 41%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 105 of 255 = 41%

168
135
105

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

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 105 = 408 (100%)
R 168 of 408 ~ 41.18%
G 135 of 408 ~ 33.09%
B 105 of 408 ~ 25.74'%

%41.18
%33.09
%25.74

CMYK color model

#A88769 color CMYK value is (0,20,38,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 37.50%
  • key color value is 34.12%
CMYK: (0,20,38,34) C0M20Y38K34 (0%,20%,38%,34%) (0.00/0.20/0.38/0.34) 

CMYK percentages

%0
%19.64
%37.5
%34.12

Codes

Color #A88769 in popluar color models

A8 87 69
RGB 168 135 105
HSL 29° 26.58% 53.53%
HSB/HSV 29° 37.50% 65.88%
CMYK 0.00% 19.64% 37.50%
34.12%

Color #A88769 in popluar number systems.

HEX A8 87 69
Decimal 168 135 105
Binary 10101000 10000111 1101001
Octal 250 207 151

Shades and tints

Shades of #A88769

#A88769
(168,135,105)
#997B60
(153,123,96)
#8A6F57
(138,111,87)
#7B634E
(123,99,78)
#6C5745
(108,87,69)
#5D4B3C
(93,75,60)
#4E3F33
(78,63,51)
#3F332A
(63,51,42)
#302721
(48,39,33)
#211B18
(33,27,24)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #A88769

#A88769
(168,135,105)
#AF9176
(175,145,118)
#B69B83
(182,155,131)
#BDA590
(189,165,144)
#C4AF9D
(196,175,157)
#CBB9AA
(203,185,170)
#D2C3B7
(210,195,183)
#D9CDC4
(217,205,196)
#E0D7D1
(224,215,209)
#E7E1DE
(231,225,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88769 color. Also use rgb(168,135,105) instead hex code.

Text Font Color

.myTextColor { color: #A88769; }

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

This text font color is #A88769.

Background Color

.myBgColor { background-color: #A88769; }

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

This div background color is #A88769.

Border color

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

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

This div border color is #A88769.

Opacity

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

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

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

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

This text has shadow with #A88769 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88769.

Preview

Color preview on black background

This text has color #A88769 on black background.


Color preview on white background

This text has color #A88769 on white background.


Black color preview on #A88769 background

This text has black color on #A88769 background.


White color preview on #A88769 background

This text has white color on #A88769 background.


Related colors

Complementary color

Complementary color for #hex is #577896.


I love getcolorcode.com

Triadic colors

1 #69A887 and #8769A8 with #A88769 are triadic colors.

2 #6987A8 and #87A869 with #A88769 are triadic colors.