COLOR #A8675E

HEX: #A8675E RGB: (168,103,94)

Color info

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

RGB color model

#A8675E color RGB value is (168,103,94).

RGB: (168,103,94) (66%, 40%, 37%)

RGB channels and saturation

R 168 of 255 = 66%
G 103 of 255 = 40%
B 94 of 255 = 37%

168
103
94

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

Portions of RGB colors in percentages

R + G + B = 168 + 103 + 94 = 365 (100%)
R 168 of 365 ~ 46.03%
G 103 of 365 ~ 28.22%
B 94 of 365 ~ 25.75'%

%46.03
%28.22
%25.75

CMYK color model

#A8675E color CMYK value is (0,39,44,34).

  • cyan value is 0.00%
  • magenta value is 38.69%
  • yellow value is 44.05%
  • key color value is 34.12%

CMYK: (0,39,44,34)
C0M39Y44K34 (0%, 39%, 44%, 34%)
(0.00 / 0.39 / 0.44 / 0.34)

CMYK percentages

%0
%38.69
%44.05
%34.12

Codes

Color #A8675E in popluar color models

A8 67 5E
RGB 168 103 94
HSL 29.84% 51.37%
HSB/HSV 44.05% 65.88%
CMYK 0.00% 38.69% 44.05%
34.12%

Color #A8675E in popluar number systems.

HEX A8 67 5E
Decimal 168 103 94
Binary 10101000 1100111 1011110
Octal 250 147 136

Shades and tints

Shades of #A8675E

#A8675E
(168,103,94)
#995E56
(153,94,86)
#8A554E
(138,85,78)
#7B4C46
(123,76,70)
#6C433E
(108,67,62)
#5D3A36
(93,58,54)
#4E312E
(78,49,46)
#3F2826
(63,40,38)
#301F1E
(48,31,30)
#211616
(33,22,22)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #A8675E

#A8675E
(168,103,94)
#AF746C
(175,116,108)
#B6817A
(182,129,122)
#BD8E88
(189,142,136)
#C49B96
(196,155,150)
#CBA8A4
(203,168,164)
#D2B5B2
(210,181,178)
#D9C2C0
(217,194,192)
#E0CFCE
(224,207,206)
#E7DCDC
(231,220,220)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8675E color. Also use rgb(168,103,94) instead hex code.

Text Font Color

.myTextColor { color: #A8675E; }

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

This text font color is #A8675E.

Background Color

.myBgColor { background-color: #A8675E; }

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

This div background color is #A8675E.

Border color

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

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

This div border color is #A8675E.

Opacity

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

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

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

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

This text has shadow with #A8675E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8675E.

Preview

Color preview on black background

This text has color #A8675E on black background.


Color preview on white background

This text has color #A8675E on white background.


Black color preview on #A8675E background

This text has black color on #A8675E background.


White color preview on #A8675E background

This text has white color on #A8675E background.


Related colors

Complementary color

Complementary color for #hex is #5798A1.


I love getcolorcode.com

Triadic colors

1 #5EA867 and #675EA8 with #A8675E are triadic colors.

2 #5E67A8 and #67A85E with #A8675E are triadic colors.