COLOR #A86952

HEX: #A86952 RGB: (168,105,82)

Color info

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

RGB color model

#A86952 color RGB value is (168,105,82).

RGB: (168,105,82) (66%, 41%, 32%)

RGB channels and saturation

R 168 of 255 = 66%
G 105 of 255 = 41%
B 82 of 255 = 32%

168
105
82

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

Portions of RGB colors in percentages

R + G + B = 168 + 105 + 82 = 355 (100%)
R 168 of 355 ~ 47.32%
G 105 of 355 ~ 29.58%
B 82 of 355 ~ 23.1'%

%47.32
%29.58
%23.1

CMYK color model

#A86952 color CMYK value is (0,38,51,34).

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

CMYK: (0,38,51,34)
C0M38Y51K34 (0%, 38%, 51%, 34%)
(0.00 / 0.38 / 0.51 / 0.34)

CMYK percentages

%0
%37.5
%51.19
%34.12

Codes

Color #A86952 in popluar color models

A8 69 52
RGB 168 105 82
HSL 16° 34.40% 49.02%
HSB/HSV 16° 51.19% 65.88%
CMYK 0.00% 37.50% 51.19%
34.12%

Color #A86952 in popluar number systems.

HEX A8 69 52
Decimal 168 105 82
Binary 10101000 1101001 1010010
Octal 250 151 122

Shades and tints

Shades of #A86952

#A86952
(168,105,82)
#99604B
(153,96,75)
#8A5744
(138,87,68)
#7B4E3D
(123,78,61)
#6C4536
(108,69,54)
#5D3C2F
(93,60,47)
#4E3328
(78,51,40)
#3F2A21
(63,42,33)
#30211A
(48,33,26)
#211813
(33,24,19)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #A86952

#A86952
(168,105,82)
#AF7661
(175,118,97)
#B68370
(182,131,112)
#BD907F
(189,144,127)
#C49D8E
(196,157,142)
#CBAA9D
(203,170,157)
#D2B7AC
(210,183,172)
#D9C4BB
(217,196,187)
#E0D1CA
(224,209,202)
#E7DED9
(231,222,217)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86952; }

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

This text font color is #A86952.

Background Color

.myBgColor { background-color: #A86952; }

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

This div background color is #A86952.

Border color

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

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

This div border color is #A86952.

Opacity

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

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

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

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

This text has shadow with #A86952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86952.

Preview

Color preview on black background

This text has color #A86952 on black background.


Color preview on white background

This text has color #A86952 on white background.


Black color preview on #A86952 background

This text has black color on #A86952 background.


White color preview on #A86952 background

This text has white color on #A86952 background.


Related colors

Complementary color

Complementary color for #hex is #5796AD.


I love getcolorcode.com

Triadic colors

1 #52A869 and #6952A8 with #A86952 are triadic colors.

2 #5269A8 and #69A852 with #A86952 are triadic colors.