COLOR #A88468

HEX: #A88468
RGB: (168,132,104)

Color info

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

RGB color model

#A88468 color RGB value is (168,132,104).

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

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 104 of 255 = 41%

168
132
104

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

Portions of RGB colors in percentages

R + G + B =
168 + 132 + 104 = 404 (100%)
R 168 of 404 ~ 41.58%
G 132 of 404 ~ 32.67%
B 104 of 404 ~ 25.74%

%41.58
%32.67
%25.74

CMYK color model

#A88468 color CMYK value is (0,21,38,34).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 38.10%
  • key color value is 34.12%
CMYK:
(0,21,38,34)
C0M21Y38K34 
(0%,21%,38%,34%)
(0.00/0.21/0.38/0.34)	

CMYK percentages

%0
%21.43
%38.1
%34.12

Codes

Color #A88468 in popluar color models

A88468
RGB168132104
HSL26°26.89%53.33%
HSB/HSV26°38.10%65.88%
CMYK0.00%21.43%38.10%
34.12%

Color #A88468 in popluar number systems.

HEXA88468
Decimal168132104
Binary10101000100001001101000
Octal250204150

Shades and tints

Shades of #A88468

#A88468
(168,132,104)
#99785F
(153,120,95)
#8A6C56
(138,108,86)
#7B604D
(123,96,77)
#6C5444
(108,84,68)
#5D483B
(93,72,59)
#4E3C32
(78,60,50)
#3F3029
(63,48,41)
#302420
(48,36,32)
#211817
(33,24,23)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #A88468

#A88468
(168,132,104)
#AF8F75
(175,143,117)
#B69A82
(182,154,130)
#BDA58F
(189,165,143)
#C4B09C
(196,176,156)
#CBBBA9
(203,187,169)
#D2C6B6
(210,198,182)
#D9D1C3
(217,209,195)
#E0DCD0
(224,220,208)
#E7E7DD
(231,231,221)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88468; }

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

This text font color is #A88468.


Background Color

.myBgColor { background-color: #A88468; }

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

This div background color is #A88468.


Border color

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

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

This div border color is #A88468.


Opacity

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

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

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

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

This text has shadow with #A88468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A88468 on black background.


Color preview on white background

This text has color #A88468 on white background.



Black color preview on #A88468 background

This text has black color on #A88468 background.


White color preview on #A88468 background

This text has white color on #A88468 background.