COLOR #A95437

HEX: #A95437 RGB: (169,84,55)

Color info

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

RGB color model

#A95437 color RGB value is (169,84,55).

RGB: (169,84,55) (66%, 33%, 22%)

RGB channels and saturation

R 169 of 255 = 66%
G 84 of 255 = 33%
B 55 of 255 = 22%

169
84
55

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

Portions of RGB colors in percentages

R + G + B = 169 + 84 + 55 = 308 (100%)
R 169 of 308 ~ 54.87%
G 84 of 308 ~ 27.27%
B 55 of 308 ~ 17.86'%

%54.87
%27.27
%17.86

CMYK color model

#A95437 color CMYK value is (0,50,67,34).

  • cyan value is 0.00%
  • magenta value is 50.30%
  • yellow value is 67.46%
  • key color value is 33.73%

CMYK: (0,50,67,34)
C0M50Y67K34 (0%, 50%, 67%, 34%)
(0.00 / 0.50 / 0.67 / 0.34)

CMYK percentages

%0
%50.3
%67.46
%33.73

Codes

Color #A95437 in popluar color models

A9 54 37
RGB 169 84 55
HSL 15° 50.89% 43.92%
HSB/HSV 15° 67.46% 66.27%
CMYK 0.00% 50.30% 67.46%
33.73%

Color #A95437 in popluar number systems.

HEX A9 54 37
Decimal 169 84 55
Binary 10101001 1010100 110111
Octal 251 124 67

Shades and tints

Shades of #A95437

#A95437
(169,84,55)
#9A4D32
(154,77,50)
#8B462D
(139,70,45)
#7C3F28
(124,63,40)
#6D3823
(109,56,35)
#5E311E
(94,49,30)
#4F2A19
(79,42,25)
#402314
(64,35,20)
#311C0F
(49,28,15)
#22150A
(34,21,10)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #A95437

#A95437
(169,84,55)
#B06349
(176,99,73)
#B7725B
(183,114,91)
#BE816D
(190,129,109)
#C5907F
(197,144,127)
#CC9F91
(204,159,145)
#D3AEA3
(211,174,163)
#DABDB5
(218,189,181)
#E1CCC7
(225,204,199)
#E8DBD9
(232,219,217)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95437 color. Also use rgb(169,84,55) instead hex code.

Text Font Color

.myTextColor { color: #A95437; }

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

This text font color is #A95437.

Background Color

.myBgColor { background-color: #A95437; }

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

This div background color is #A95437.

Border color

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

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

This div border color is #A95437.

Opacity

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

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

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

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

This text has shadow with #A95437 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95437.

Preview

Color preview on black background

This text has color #A95437 on black background.


Color preview on white background

This text has color #A95437 on white background.


Black color preview on #A95437 background

This text has black color on #A95437 background.


White color preview on #A95437 background

This text has white color on #A95437 background.


Related colors

Complementary color

Complementary color for #hex is #56ABC8.


I love getcolorcode.com

Triadic colors

1 #37A954 and #5437A9 with #A95437 are triadic colors.

2 #3754A9 and #54A937 with #A95437 are triadic colors.