COLOR #A88A59

HEX: #A88A59 RGB: (168,138,89)

Color info

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

RGB color model

#A88A59 color RGB value is (168,138,89).

RGB: (168,138,89) (66%, 54%, 35%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 89 of 255 = 35%

168
138
89

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

Portions of RGB colors in percentages

R + G + B = 168 + 138 + 89 = 395 (100%)
R 168 of 395 ~ 42.53%
G 138 of 395 ~ 34.94%
B 89 of 395 ~ 22.53'%

%42.53
%34.94
%22.53

CMYK color model

#A88A59 color CMYK value is (0,18,47,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 47.02%
  • key color value is 34.12%

CMYK: (0,18,47,34)
C0M18Y47K34 (0%, 18%, 47%, 34%)
(0.00 / 0.18 / 0.47 / 0.34)

CMYK percentages

%0
%17.86
%47.02
%34.12

Codes

Color #A88A59 in popluar color models

A8 8A 59
RGB 168 138 89
HSL 37° 31.23% 50.39%
HSB/HSV 37° 47.02% 65.88%
CMYK 0.00% 17.86% 47.02%
34.12%

Color #A88A59 in popluar number systems.

HEX A8 8A 59
Decimal 168 138 89
Binary 10101000 10001010 1011001
Octal 250 212 131

Shades and tints

Shades of #A88A59

#A88A59
(168,138,89)
#997E51
(153,126,81)
#8A7249
(138,114,73)
#7B6641
(123,102,65)
#6C5A39
(108,90,57)
#5D4E31
(93,78,49)
#4E4229
(78,66,41)
#3F3621
(63,54,33)
#302A19
(48,42,25)
#211E11
(33,30,17)
#121209
(18,18,9)
#000000
(0,0,0)

Tints of #A88A59

#A88A59
(168,138,89)
#AF9468
(175,148,104)
#B69E77
(182,158,119)
#BDA886
(189,168,134)
#C4B295
(196,178,149)
#CBBCA4
(203,188,164)
#D2C6B3
(210,198,179)
#D9D0C2
(217,208,194)
#E0DAD1
(224,218,209)
#E7E4E0
(231,228,224)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88A59; }

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

This text font color is #A88A59.

Background Color

.myBgColor { background-color: #A88A59; }

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

This div background color is #A88A59.

Border color

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

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

This div border color is #A88A59.

Opacity

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

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

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

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

This text has shadow with #A88A59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88A59.

Preview

Color preview on black background

This text has color #A88A59 on black background.


Color preview on white background

This text has color #A88A59 on white background.


Black color preview on #A88A59 background

This text has black color on #A88A59 background.


White color preview on #A88A59 background

This text has white color on #A88A59 background.


Related colors

Complementary color

Complementary color for #hex is #5775A6.


I love getcolorcode.com

Triadic colors

1 #59A88A and #8A59A8 with #A88A59 are triadic colors.

2 #598AA8 and #8AA859 with #A88A59 are triadic colors.