COLOR #A88463

HEX: #A88463 RGB: (168,132,99)

Color info

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

RGB color model

#A88463 color RGB value is (168,132,99).

RGB: (168,132,99) (66%, 52%, 39%)

RGB channels and saturation

R 168 of 255 = 66%
G 132 of 255 = 52%
B 99 of 255 = 39%

168
132
99

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

Portions of RGB colors in percentages

R + G + B = 168 + 132 + 99 = 399 (100%)
R 168 of 399 ~ 42.11%
G 132 of 399 ~ 33.08%
B 99 of 399 ~ 24.81'%

%42.11
%33.08
%24.81

CMYK color model

#A88463 color CMYK value is (0,21,41,34).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 41.07%
  • key color value is 34.12%

CMYK: (0,21,41,34)
C0M21Y41K34 (0%, 21%, 41%, 34%)
(0.00 / 0.21 / 0.41 / 0.34)

CMYK percentages

%0
%21.43
%41.07
%34.12

Codes

Color #A88463 in popluar color models

A8 84 63
RGB 168 132 99
HSL 29° 28.40% 52.35%
HSB/HSV 29° 41.07% 65.88%
CMYK 0.00% 21.43% 41.07%
34.12%

Color #A88463 in popluar number systems.

HEX A8 84 63
Decimal 168 132 99
Binary 10101000 10000100 1100011
Octal 250 204 143

Shades and tints

Shades of #A88463

#A88463
(168,132,99)
#99785A
(153,120,90)
#8A6C51
(138,108,81)
#7B6048
(123,96,72)
#6C543F
(108,84,63)
#5D4836
(93,72,54)
#4E3C2D
(78,60,45)
#3F3024
(63,48,36)
#30241B
(48,36,27)
#211812
(33,24,18)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #A88463

#A88463
(168,132,99)
#AF8F71
(175,143,113)
#B69A7F
(182,154,127)
#BDA58D
(189,165,141)
#C4B09B
(196,176,155)
#CBBBA9
(203,187,169)
#D2C6B7
(210,198,183)
#D9D1C5
(217,209,197)
#E0DCD3
(224,220,211)
#E7E7E1
(231,231,225)
#EEF2EF
(238,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88463; }

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

This text font color is #A88463.

Background Color

.myBgColor { background-color: #A88463; }

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

This div background color is #A88463.

Border color

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

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

This div border color is #A88463.

Opacity

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

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

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

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

This text has shadow with #A88463 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88463.

Preview

Color preview on black background

This text has color #A88463 on black background.


Color preview on white background

This text has color #A88463 on white background.


Black color preview on #A88463 background

This text has black color on #A88463 background.


White color preview on #A88463 background

This text has white color on #A88463 background.


Related colors

Complementary color

Complementary color for #hex is #577B9C.


I love getcolorcode.com

Triadic colors

1 #63A884 and #8463A8 with #A88463 are triadic colors.

2 #6384A8 and #84A863 with #A88463 are triadic colors.