COLOR #A95A3E

HEX: #A95A3E RGB: (169,90,62)

Color info

#A95A3E contains mainly red color. Web safe color of #A95A3E is #996633 (or #963).

RGB color model

#A95A3E color RGB value is (169,90,62).

RGB: (169,90,62) (66%, 35%, 24%)

RGB channels and saturation

R 169 of 255 = 66%
G 90 of 255 = 35%
B 62 of 255 = 24%

169
90
62

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

Portions of RGB colors in percentages

R + G + B = 169 + 90 + 62 = 321 (100%)
R 169 of 321 ~ 52.65%
G 90 of 321 ~ 28.04%
B 62 of 321 ~ 19.31'%

%52.65
%28.04
%19.31

CMYK color model

#A95A3E color CMYK value is (0,47,63,34).

  • cyan value is 0.00%
  • magenta value is 46.75%
  • yellow value is 63.31%
  • key color value is 33.73%

CMYK: (0,47,63,34)
C0M47Y63K34 (0%, 47%, 63%, 34%)
(0.00 / 0.47 / 0.63 / 0.34)

CMYK percentages

%0
%46.75
%63.31
%33.73

Codes

Color #A95A3E in popluar color models

A9 5A 3E
RGB 169 90 62
HSL 16° 46.32% 45.29%
HSB/HSV 16° 63.31% 66.27%
CMYK 0.00% 46.75% 63.31%
33.73%

Color #A95A3E in popluar number systems.

HEX A9 5A 3E
Decimal 169 90 62
Binary 10101001 1011010 111110
Octal 251 132 76

Shades and tints

Shades of #A95A3E

#A95A3E
(169,90,62)
#9A5239
(154,82,57)
#8B4A34
(139,74,52)
#7C422F
(124,66,47)
#6D3A2A
(109,58,42)
#5E3225
(94,50,37)
#4F2A20
(79,42,32)
#40221B
(64,34,27)
#311A16
(49,26,22)
#221211
(34,18,17)
#130A0C
(19,10,12)
#000000
(0,0,0)

Tints of #A95A3E

#A95A3E
(169,90,62)
#B0694F
(176,105,79)
#B77860
(183,120,96)
#BE8771
(190,135,113)
#C59682
(197,150,130)
#CCA593
(204,165,147)
#D3B4A4
(211,180,164)
#DAC3B5
(218,195,181)
#E1D2C6
(225,210,198)
#E8E1D7
(232,225,215)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95A3E color. Also use rgb(169,90,62) instead hex code.

Text Font Color

.myTextColor { color: #A95A3E; }

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

This text font color is #A95A3E.

Background Color

.myBgColor { background-color: #A95A3E; }

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

This div background color is #A95A3E.

Border color

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

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

This div border color is #A95A3E.

Opacity

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

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

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

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

This text has shadow with #A95A3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95A3E.

Preview

Color preview on black background

This text has color #A95A3E on black background.


Color preview on white background

This text has color #A95A3E on white background.


Black color preview on #A95A3E background

This text has black color on #A95A3E background.


White color preview on #A95A3E background

This text has white color on #A95A3E background.


Related colors

Complementary color

Complementary color for #hex is #56A5C1.


I love getcolorcode.com

Triadic colors

1 #3EA95A and #5A3EA9 with #A95A3E are triadic colors.

2 #3E5AA9 and #5AA93E with #A95A3E are triadic colors.