COLOR #A88A52

HEX: #A88A52
RGB: (168,138,82)

Color info

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

RGB color model

#A88A52 color RGB value is (168,138,82).

  • red value is 168;
  • green value is 138;
  • blue value is 82.
RGB: (168,138,82) (66%,54%,32%)

RGB channels and saturation

R 168 of 255 = 66%
G 138 of 255 = 54%
B 82 of 255 = 32%

168
138
82

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

Portions of RGB colors in percentages

R + G + B =
168 + 138 + 82 = 388 (100%)
R 168 of 388 ~ 43.3%
G 138 of 388 ~ 35.57%
B 82 of 388 ~ 21.13%

%43.3
%35.57
%21.13

CMYK color model

#A88A52 color CMYK value is (0,18,51,34).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 51.19%
  • key color value is 34.12%
CMYK: (0,18,51,34) C0M18Y51K34 (0%,18%,51%,34%) (0.00/0.18/0.51/0.34)

CMYK percentages

%0
%17.86
%51.19
%34.12

Codes

Color #A88A52 in popluar color models

A88A52
RGB16813882
HSL39°34.40%49.02%
HSB/HSV39°51.19%65.88%
CMYK0.00%17.86%51.19%
34.12%

Color #A88A52 in popluar number systems.

HEXA88A52
Decimal16813882
Binary10101000100010101010010
Octal250212122

Shades and tints

Shades of #A88A52

#A88A52
(168,138,82)
#997E4B
(153,126,75)
#8A7244
(138,114,68)
#7B663D
(123,102,61)
#6C5A36
(108,90,54)
#5D4E2F
(93,78,47)
#4E4228
(78,66,40)
#3F3621
(63,54,33)
#302A1A
(48,42,26)
#211E13
(33,30,19)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #A88A52

#A88A52
(168,138,82)
#AF9461
(175,148,97)
#B69E70
(182,158,112)
#BDA87F
(189,168,127)
#C4B28E
(196,178,142)
#CBBC9D
(203,188,157)
#D2C6AC
(210,198,172)
#D9D0BB
(217,208,187)
#E0DACA
(224,218,202)
#E7E4D9
(231,228,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88A52; }

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

This text font color is #A88A52.


Background Color

.myBgColor { background-color: #A88A52; }

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

This div background color is #A88A52.


Border color

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

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

This div border color is #A88A52.


Opacity

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

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

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

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

This text has shadow with #A88A52 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A88A52 on black background.


Color preview on white background

This text has color #A88A52 on white background.



Black color preview on #A88A52 background

This text has black color on #A88A52 background.


White color preview on #A88A52 background

This text has white color on #A88A52 background.