COLOR #A8695D

HEX: #A8695D RGB: (168,105,93)

Color info

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

RGB color model

#A8695D color RGB value is (168,105,93).

RGB: (168,105,93) (66%, 41%, 36%)

RGB channels and saturation

R 168 of 255 = 66%
G 105 of 255 = 41%
B 93 of 255 = 36%

168
105
93

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

Portions of RGB colors in percentages

R + G + B = 168 + 105 + 93 = 366 (100%)
R 168 of 366 ~ 45.9%
G 105 of 366 ~ 28.69%
B 93 of 366 ~ 25.41'%

%45.9
%28.69
%25.41

CMYK color model

#A8695D color CMYK value is (0,38,45,34).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 44.64%
  • key color value is 34.12%

CMYK: (0,38,45,34)
C0M38Y45K34 (0%, 38%, 45%, 34%)
(0.00 / 0.38 / 0.45 / 0.34)

CMYK percentages

%0
%37.5
%44.64
%34.12

Codes

Color #A8695D in popluar color models

A8 69 5D
RGB 168 105 93
HSL 10° 30.12% 51.18%
HSB/HSV 10° 44.64% 65.88%
CMYK 0.00% 37.50% 44.64%
34.12%

Color #A8695D in popluar number systems.

HEX A8 69 5D
Decimal 168 105 93
Binary 10101000 1101001 1011101
Octal 250 151 135

Shades and tints

Shades of #A8695D

#A8695D
(168,105,93)
#996055
(153,96,85)
#8A574D
(138,87,77)
#7B4E45
(123,78,69)
#6C453D
(108,69,61)
#5D3C35
(93,60,53)
#4E332D
(78,51,45)
#3F2A25
(63,42,37)
#30211D
(48,33,29)
#211815
(33,24,21)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #A8695D

#A8695D
(168,105,93)
#AF766B
(175,118,107)
#B68379
(182,131,121)
#BD9087
(189,144,135)
#C49D95
(196,157,149)
#CBAAA3
(203,170,163)
#D2B7B1
(210,183,177)
#D9C4BF
(217,196,191)
#E0D1CD
(224,209,205)
#E7DEDB
(231,222,219)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8695D color. Also use rgb(168,105,93) instead hex code.

Text Font Color

.myTextColor { color: #A8695D; }

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

This text font color is #A8695D.

Background Color

.myBgColor { background-color: #A8695D; }

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

This div background color is #A8695D.

Border color

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

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

This div border color is #A8695D.

Opacity

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

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

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

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

This text has shadow with #A8695D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8695D.

Preview

Color preview on black background

This text has color #A8695D on black background.


Color preview on white background

This text has color #A8695D on white background.


Black color preview on #A8695D background

This text has black color on #A8695D background.


White color preview on #A8695D background

This text has white color on #A8695D background.


Related colors

Complementary color

Complementary color for #hex is #5796A2.


I love getcolorcode.com

Triadic colors

1 #5DA869 and #695DA8 with #A8695D are triadic colors.

2 #5D69A8 and #69A85D with #A8695D are triadic colors.