COLOR #A95334

HEX: #A95334 RGB: (169,83,52)

Color info

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

RGB color model

#A95334 color RGB value is (169,83,52).

RGB: (169,83,52) (66%, 33%, 20%)

RGB channels and saturation

R 169 of 255 = 66%
G 83 of 255 = 33%
B 52 of 255 = 20%

169
83
52

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

Portions of RGB colors in percentages

R + G + B = 169 + 83 + 52 = 304 (100%)
R 169 of 304 ~ 55.59%
G 83 of 304 ~ 27.3%
B 52 of 304 ~ 17.11'%

%55.59
%27.3
%17.11

CMYK color model

#A95334 color CMYK value is (0,51,69,34).

  • cyan value is 0.00%
  • magenta value is 50.89%
  • yellow value is 69.23%
  • key color value is 33.73%

CMYK: (0,51,69,34)
C0M51Y69K34 (0%, 51%, 69%, 34%)
(0.00 / 0.51 / 0.69 / 0.34)

CMYK percentages

%0
%50.89
%69.23
%33.73

Codes

Color #A95334 in popluar color models

A9 53 34
RGB 169 83 52
HSL 16° 52.94% 43.33%
HSB/HSV 16° 69.23% 66.27%
CMYK 0.00% 50.89% 69.23%
33.73%

Color #A95334 in popluar number systems.

HEX A9 53 34
Decimal 169 83 52
Binary 10101001 1010011 110100
Octal 251 123 64

Shades and tints

Shades of #A95334

#A95334
(169,83,52)
#9A4C30
(154,76,48)
#8B452C
(139,69,44)
#7C3E28
(124,62,40)
#6D3724
(109,55,36)
#5E3020
(94,48,32)
#4F291C
(79,41,28)
#402218
(64,34,24)
#311B14
(49,27,20)
#221410
(34,20,16)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #A95334

#A95334
(169,83,52)
#B06246
(176,98,70)
#B77158
(183,113,88)
#BE806A
(190,128,106)
#C58F7C
(197,143,124)
#CC9E8E
(204,158,142)
#D3ADA0
(211,173,160)
#DABCB2
(218,188,178)
#E1CBC4
(225,203,196)
#E8DAD6
(232,218,214)
#EFE9E8
(239,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A95334 color. Also use rgb(169,83,52) instead hex code.

Text Font Color

.myTextColor { color: #A95334; }

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

This text font color is #A95334.

Background Color

.myBgColor { background-color: #A95334; }

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

This div background color is #A95334.

Border color

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

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

This div border color is #A95334.

Opacity

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

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

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

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

This text has shadow with #A95334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A95334.

Preview

Color preview on black background

This text has color #A95334 on black background.


Color preview on white background

This text has color #A95334 on white background.


Black color preview on #A95334 background

This text has black color on #A95334 background.


White color preview on #A95334 background

This text has white color on #A95334 background.


Related colors

Complementary color

Complementary color for #hex is #56ACCB.


I love getcolorcode.com

Triadic colors

1 #34A953 and #5334A9 with #A95334 are triadic colors.

2 #3453A9 and #53A934 with #A95334 are triadic colors.