COLOR #A88052

HEX: #A88052 RGB: (168,128,82)

Color info

#A88052 contains mainly red and green colors. Web safe color of #A88052 is #996666 (or #966).

RGB color model

#A88052 color RGB value is (168,128,82).

RGB: (168,128,82) (66%, 50%, 32%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 82 of 255 = 32%

168
128
82

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

Portions of RGB colors in percentages

R + G + B = 168 + 128 + 82 = 378 (100%)
R 168 of 378 ~ 44.44%
G 128 of 378 ~ 33.86%
B 82 of 378 ~ 21.69'%

%44.44
%33.86
%21.69

CMYK color model

#A88052 color CMYK value is (0,24,51,34).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 51.19%
  • key color value is 34.12%

CMYK: (0,24,51,34)
C0M24Y51K34 (0%, 24%, 51%, 34%)
(0.00 / 0.24 / 0.51 / 0.34)

CMYK percentages

%0
%23.81
%51.19
%34.12

Codes

Color #A88052 in popluar color models

A8 80 52
RGB 168 128 82
HSL 32° 34.40% 49.02%
HSB/HSV 32° 51.19% 65.88%
CMYK 0.00% 23.81% 51.19%
34.12%

Color #A88052 in popluar number systems.

HEX A8 80 52
Decimal 168 128 82
Binary 10101000 10000000 1010010
Octal 250 200 122

Shades and tints

Shades of #A88052

#A88052
(168,128,82)
#99754B
(153,117,75)
#8A6A44
(138,106,68)
#7B5F3D
(123,95,61)
#6C5436
(108,84,54)
#5D492F
(93,73,47)
#4E3E28
(78,62,40)
#3F3321
(63,51,33)
#30281A
(48,40,26)
#211D13
(33,29,19)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #A88052

#A88052
(168,128,82)
#AF8B61
(175,139,97)
#B69670
(182,150,112)
#BDA17F
(189,161,127)
#C4AC8E
(196,172,142)
#CBB79D
(203,183,157)
#D2C2AC
(210,194,172)
#D9CDBB
(217,205,187)
#E0D8CA
(224,216,202)
#E7E3D9
(231,227,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88052; }

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

This text font color is #A88052.

Background Color

.myBgColor { background-color: #A88052; }

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

This div background color is #A88052.

Border color

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

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

This div border color is #A88052.

Opacity

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

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

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

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

This text has shadow with #A88052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88052.

Preview

Color preview on black background

This text has color #A88052 on black background.


Color preview on white background

This text has color #A88052 on white background.


Black color preview on #A88052 background

This text has black color on #A88052 background.


White color preview on #A88052 background

This text has white color on #A88052 background.


Related colors

Complementary color

Complementary color for #hex is #577FAD.


I love getcolorcode.com

Triadic colors

1 #52A880 and #8052A8 with #A88052 are triadic colors.

2 #5280A8 and #80A852 with #A88052 are triadic colors.