COLOR #A86362

HEX: #A86362 RGB: (168,99,98)

Color info

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

RGB color model

#A86362 color RGB value is (168,99,98).

RGB: (168,99,98) (66%, 39%, 38%)

RGB channels and saturation

R 168 of 255 = 66%
G 99 of 255 = 39%
B 98 of 255 = 38%

168
99
98

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

Portions of RGB colors in percentages

R + G + B = 168 + 99 + 98 = 365 (100%)
R 168 of 365 ~ 46.03%
G 99 of 365 ~ 27.12%
B 98 of 365 ~ 26.85'%

%46.03
%27.12
%26.85

CMYK color model

#A86362 color CMYK value is (0,41,42,34).

  • cyan value is 0.00%
  • magenta value is 41.07%
  • yellow value is 41.67%
  • key color value is 34.12%

CMYK: (0,41,42,34)
C0M41Y42K34 (0%, 41%, 42%, 34%)
(0.00 / 0.41 / 0.42 / 0.34)

CMYK percentages

%0
%41.07
%41.67
%34.12

Codes

Color #A86362 in popluar color models

A8 63 62
RGB 168 99 98
HSL 28.69% 52.16%
HSB/HSV 41.67% 65.88%
CMYK 0.00% 41.07% 41.67%
34.12%

Color #A86362 in popluar number systems.

HEX A8 63 62
Decimal 168 99 98
Binary 10101000 1100011 1100010
Octal 250 143 142

Shades and tints

Shades of #A86362

#A86362
(168,99,98)
#995A5A
(153,90,90)
#8A5152
(138,81,82)
#7B484A
(123,72,74)
#6C3F42
(108,63,66)
#5D363A
(93,54,58)
#4E2D32
(78,45,50)
#3F242A
(63,36,42)
#301B22
(48,27,34)
#21121A
(33,18,26)
#120912
(18,9,18)
#000000
(0,0,0)

Tints of #A86362

#A86362
(168,99,98)
#AF7170
(175,113,112)
#B67F7E
(182,127,126)
#BD8D8C
(189,141,140)
#C49B9A
(196,155,154)
#CBA9A8
(203,169,168)
#D2B7B6
(210,183,182)
#D9C5C4
(217,197,196)
#E0D3D2
(224,211,210)
#E7E1E0
(231,225,224)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86362; }

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

This text font color is #A86362.

Background Color

.myBgColor { background-color: #A86362; }

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

This div background color is #A86362.

Border color

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

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

This div border color is #A86362.

Opacity

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

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

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

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

This text has shadow with #A86362 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86362.

Preview

Color preview on black background

This text has color #A86362 on black background.


Color preview on white background

This text has color #A86362 on white background.


Black color preview on #A86362 background

This text has black color on #A86362 background.


White color preview on #A86362 background

This text has white color on #A86362 background.


Related colors

Complementary color

Complementary color for #hex is #579C9D.


I love getcolorcode.com

Triadic colors

1 #62A863 and #6362A8 with #A86362 are triadic colors.

2 #6263A8 and #63A862 with #A86362 are triadic colors.