COLOR #A88A68

HEX: #A88A68
RGB: (168,138,104)

Color info

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

RGB color model

#A88A68 color RGB value is (168,138,104).

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

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 104 of 255 = 41%

168
138
104

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 104 = 410 (100%)
R 168 of 410 ~ 40.98%
G 138 of 410 ~ 33.66%
B 104 of 410 ~ 25.37%

%40.98
%33.66
%25.37

CMYK color model

#A88A68 color CMYK value is (0,18,38,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 38.10%
  • key color value is 34.12%
CMYK: (0,18,38,34) C0M18Y38K34 (0%,18%,38%,34%) (0.00/0.18/0.38/0.34)

CMYK percentages

%0
%17.86
%38.1
%34.12

Codes

Color #A88A68 in popluar color models

A88A68
RGB168138104
HSL32°26.89%53.33%
HSB/HSV32°38.10%65.88%
CMYK0.00%17.86%38.10%
34.12%

Color #A88A68 in popluar number systems.

HEXA88A68
Decimal168138104
Binary10101000100010101101000
Octal250212150

Shades and tints

Shades of #A88A68

#A88A68
(168,138,104)
#997E5F
(153,126,95)
#8A7256
(138,114,86)
#7B664D
(123,102,77)
#6C5A44
(108,90,68)
#5D4E3B
(93,78,59)
#4E4232
(78,66,50)
#3F3629
(63,54,41)
#302A20
(48,42,32)
#211E17
(33,30,23)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #A88A68

#A88A68
(168,138,104)
#AF9475
(175,148,117)
#B69E82
(182,158,130)
#BDA88F
(189,168,143)
#C4B29C
(196,178,156)
#CBBCA9
(203,188,169)
#D2C6B6
(210,198,182)
#D9D0C3
(217,208,195)
#E0DAD0
(224,218,208)
#E7E4DD
(231,228,221)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88A68; }

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

This text font color is #A88A68.


Background Color

.myBgColor { background-color: #A88A68; }

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

This div background color is #A88A68.


Border color

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

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

This div border color is #A88A68.


Opacity

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

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

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

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

This text has shadow with #A88A68 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A88A68 on black background.


Color preview on white background

This text has color #A88A68 on white background.



Black color preview on #A88A68 background

This text has black color on #A88A68 background.


White color preview on #A88A68 background

This text has white color on #A88A68 background.