COLOR #A88351

HEX: #A88351 RGB: (168,131,81)

Color info

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

RGB color model

#A88351 color RGB value is (168,131,81).

RGB: (168,131,81) (66%, 51%, 32%)

RGB channels and saturation

R 168 of 255 = 66%
G 131 of 255 = 51%
B 81 of 255 = 32%

168
131
81

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

Portions of RGB colors in percentages

R + G + B = 168 + 131 + 81 = 380 (100%)
R 168 of 380 ~ 44.21%
G 131 of 380 ~ 34.47%
B 81 of 380 ~ 21.32'%

%44.21
%34.47
%21.32

CMYK color model

#A88351 color CMYK value is (0,22,52,34).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 51.79%
  • key color value is 34.12%

CMYK: (0,22,52,34)
C0M22Y52K34 (0%, 22%, 52%, 34%)
(0.00 / 0.22 / 0.52 / 0.34)

CMYK percentages

%0
%22.02
%51.79
%34.12

Codes

Color #A88351 in popluar color models

A8 83 51
RGB 168 131 81
HSL 34° 34.94% 48.82%
HSB/HSV 34° 51.79% 65.88%
CMYK 0.00% 22.02% 51.79%
34.12%

Color #A88351 in popluar number systems.

HEX A8 83 51
Decimal 168 131 81
Binary 10101000 10000011 1010001
Octal 250 203 121

Shades and tints

Shades of #A88351

#A88351
(168,131,81)
#99784A
(153,120,74)
#8A6D43
(138,109,67)
#7B623C
(123,98,60)
#6C5735
(108,87,53)
#5D4C2E
(93,76,46)
#4E4127
(78,65,39)
#3F3620
(63,54,32)
#302B19
(48,43,25)
#212012
(33,32,18)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #A88351

#A88351
(168,131,81)
#AF8E60
(175,142,96)
#B6996F
(182,153,111)
#BDA47E
(189,164,126)
#C4AF8D
(196,175,141)
#CBBA9C
(203,186,156)
#D2C5AB
(210,197,171)
#D9D0BA
(217,208,186)
#E0DBC9
(224,219,201)
#E7E6D8
(231,230,216)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88351 color. Also use rgb(168,131,81) instead hex code.

Text Font Color

.myTextColor { color: #A88351; }

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

This text font color is #A88351.

Background Color

.myBgColor { background-color: #A88351; }

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

This div background color is #A88351.

Border color

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

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

This div border color is #A88351.

Opacity

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

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

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

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

This text has shadow with #A88351 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88351.

Preview

Color preview on black background

This text has color #A88351 on black background.


Color preview on white background

This text has color #A88351 on white background.


Black color preview on #A88351 background

This text has black color on #A88351 background.


White color preview on #A88351 background

This text has white color on #A88351 background.


Related colors

Complementary color

Complementary color for #hex is #577CAE.


I love getcolorcode.com

Triadic colors

1 #51A883 and #8351A8 with #A88351 are triadic colors.

2 #5183A8 and #83A851 with #A88351 are triadic colors.