COLOR #A88162

HEX: #A88162
RGB: (168,129,98)

Color info

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

RGB color model

#A88162 color RGB value is (168,129,98).

  • red value is 168;
  • green value is 129;
  • blue value is 98.
RGB: (168,129,98) (66%,51%,38%)

RGB channels and saturation

R 168 of 255 = 66%
G 129 of 255 = 51%
B 98 of 255 = 38%

168
129
98

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

Portions of RGB colors in percentages

R + G + B =
168 + 129 + 98 = 395 (100%)
R 168 of 395 ~ 42.53%
G 129 of 395 ~ 32.66%
B 98 of 395 ~ 24.81%

%42.53
%32.66
%24.81

CMYK color model

#A88162 color CMYK value is (0,23,42,34).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 41.67%
  • key color value is 34.12%
CMYK: (0,23,42,34) C0M23Y42K34 (0%,23%,42%,34%) (0.00/0.23/0.42/0.34)

CMYK percentages

%0
%23.21
%41.67
%34.12

Codes

Color #A88162 in popluar color models

A88162
RGB16812998
HSL27°28.69%52.16%
HSB/HSV27°41.67%65.88%
CMYK0.00%23.21%41.67%
34.12%

Color #A88162 in popluar number systems.

HEXA88162
Decimal16812998
Binary10101000100000011100010
Octal250201142

Shades and tints

Shades of #A88162

#A88162
(168,129,98)
#99765A
(153,118,90)
#8A6B52
(138,107,82)
#7B604A
(123,96,74)
#6C5542
(108,85,66)
#5D4A3A
(93,74,58)
#4E3F32
(78,63,50)
#3F342A
(63,52,42)
#302922
(48,41,34)
#211E1A
(33,30,26)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A88162

#A88162
(168,129,98)
#AF8C70
(175,140,112)
#B6977E
(182,151,126)
#BDA28C
(189,162,140)
#C4AD9A
(196,173,154)
#CBB8A8
(203,184,168)
#D2C3B6
(210,195,182)
#D9CEC4
(217,206,196)
#E0D9D2
(224,217,210)
#E7E4E0
(231,228,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88162 color. Also use rgb(168,129,98) instead hex code.

Text Font Color

.myTextColor { color: #A88162; }

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

This text font color is #A88162.


Background Color

.myBgColor { background-color: #A88162; }

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

This div background color is #A88162.


Border color

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

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

This div border color is #A88162.


Opacity

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

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

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

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

This text has shadow with #A88162 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A88162 on black background.


Color preview on white background

This text has color #A88162 on white background.



Black color preview on #A88162 background

This text has black color on #A88162 background.


White color preview on #A88162 background

This text has white color on #A88162 background.