COLOR #A88084

HEX: #A88084 RGB: (168,128,132)

Color info

#A88084 contains red, green and blue colors in about the same proportion. Web safe color of #A88084 is #996699 (or #969).

RGB color model

#A88084 color RGB value is (168,128,132).

RGB: (168,128,132) (66%, 50%, 52%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 132 of 255 = 52%

168
128
132

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

Portions of RGB colors in percentages

R + G + B = 168 + 128 + 132 = 428 (100%)
R 168 of 428 ~ 39.25%
G 128 of 428 ~ 29.91%
B 132 of 428 ~ 30.84'%

%39.25
%29.91
%30.84

CMYK color model

#A88084 color CMYK value is (0,24,21,34).

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

CMYK: (0,24,21,34)
C0M24Y21K34 (0%, 24%, 21%, 34%)
(0.00 / 0.24 / 0.21 / 0.34)

CMYK percentages

%0
%23.81
%21.43
%34.12

Codes

Color #A88084 in popluar color models

A8 80 84
RGB 168 128 132
HSL 354° 18.69% 58.04%
HSB/HSV 354° 23.81% 65.88%
CMYK 0.00% 23.81% 21.43%
34.12%

Color #A88084 in popluar number systems.

HEX A8 80 84
Decimal 168 128 132
Binary 10101000 10000000 10000100
Octal 250 200 204

Shades and tints

Shades of #A88084

#A88084
(168,128,132)
#997578
(153,117,120)
#8A6A6C
(138,106,108)
#7B5F60
(123,95,96)
#6C5454
(108,84,84)
#5D4948
(93,73,72)
#4E3E3C
(78,62,60)
#3F3330
(63,51,48)
#302824
(48,40,36)
#211D18
(33,29,24)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #A88084

#A88084
(168,128,132)
#AF8B8F
(175,139,143)
#B6969A
(182,150,154)
#BDA1A5
(189,161,165)
#C4ACB0
(196,172,176)
#CBB7BB
(203,183,187)
#D2C2C6
(210,194,198)
#D9CDD1
(217,205,209)
#E0D8DC
(224,216,220)
#E7E3E7
(231,227,231)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A88084; }

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

This text font color is #A88084.

Background Color

.myBgColor { background-color: #A88084; }

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

This div background color is #A88084.

Border color

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

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

This div border color is #A88084.

Opacity

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

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

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

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

This text has shadow with #A88084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88084.

Preview

Color preview on black background

This text has color #A88084 on black background.


Color preview on white background

This text has color #A88084 on white background.


Black color preview on #A88084 background

This text has black color on #A88084 background.


White color preview on #A88084 background

This text has white color on #A88084 background.


Related colors

Complementary color

Complementary color for #hex is #577F7B.


I love getcolorcode.com

Triadic colors

1 #84A880 and #8084A8 with #A88084 are triadic colors.

2 #8480A8 and #80A884 with #A88084 are triadic colors.