COLOR #A8636C

HEX: #A8636C RGB: (168,99,108)

Color info

#A8636C contains mainly red color. Web safe color of #A8636C is #996666 (or #966).

RGB color model

#A8636C color RGB value is (168,99,108).

RGB: (168,99,108) (66%, 39%, 42%)

RGB channels and saturation

R 168 of 255 = 66%
G 99 of 255 = 39%
B 108 of 255 = 42%

168
99
108

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

Portions of RGB colors in percentages

R + G + B = 168 + 99 + 108 = 375 (100%)
R 168 of 375 ~ 44.8%
G 99 of 375 ~ 26.4%
B 108 of 375 ~ 28.8'%

%44.8
%26.4
%28.8

CMYK color model

#A8636C color CMYK value is (0,41,36,34).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 35.71%
  • key color value is 34.12%
CMYK: (0,41,36,34) C0M41Y36K34 (0%,41%,36%,34%) (0.00/0.41/0.36/0.34) 

CMYK percentages

%0
%41.07
%35.71
%34.12

Codes

Color #A8636C in popluar color models

A8 63 6C
RGB 168 99 108
HSL 352° 28.40% 52.35%
HSB/HSV 352° 41.07% 65.88%
CMYK 0.00% 41.07% 35.71%
34.12%

Color #A8636C in popluar number systems.

HEX A8 63 6C
Decimal 168 99 108
Binary 10101000 1100011 1101100
Octal 250 143 154

Shades and tints

Shades of #A8636C

#A8636C
(168,99,108)
#995A63
(153,90,99)
#8A515A
(138,81,90)
#7B4851
(123,72,81)
#6C3F48
(108,63,72)
#5D363F
(93,54,63)
#4E2D36
(78,45,54)
#3F242D
(63,36,45)
#301B24
(48,27,36)
#21121B
(33,18,27)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #A8636C

#A8636C
(168,99,108)
#AF7179
(175,113,121)
#B67F86
(182,127,134)
#BD8D93
(189,141,147)
#C49BA0
(196,155,160)
#CBA9AD
(203,169,173)
#D2B7BA
(210,183,186)
#D9C5C7
(217,197,199)
#E0D3D4
(224,211,212)
#E7E1E1
(231,225,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8636C color. Also use rgb(168,99,108) instead hex code.

Text Font Color

.myTextColor { color: #A8636C; }

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

This text font color is #A8636C.

Background Color

.myBgColor { background-color: #A8636C; }

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

This div background color is #A8636C.

Border color

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

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

This div border color is #A8636C.

Opacity

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

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

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

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

This text has shadow with #A8636C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8636C.

Preview

Color preview on black background

This text has color #A8636C on black background.


Color preview on white background

This text has color #A8636C on white background.


Black color preview on #A8636C background

This text has black color on #A8636C background.


White color preview on #A8636C background

This text has white color on #A8636C background.


Related colors

Complementary color

Complementary color for #hex is #579C93.


I love getcolorcode.com

Triadic colors

1 #6CA863 and #636CA8 with #A8636C are triadic colors.

2 #6C63A8 and #63A86C with #A8636C are triadic colors.