COLOR #A85353

HEX: #A85353 RGB: (168,83,83)

Color info

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

RGB color model

#A85353 color RGB value is (168,83,83).

RGB: (168,83,83) (66%, 33%, 33%)

RGB channels and saturation

R 168 of 255 = 66%
G 83 of 255 = 33%
B 83 of 255 = 33%

168
83
83

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

Portions of RGB colors in percentages

R + G + B = 168 + 83 + 83 = 334 (100%)
R 168 of 334 ~ 50.3%
G 83 of 334 ~ 24.85%
B 83 of 334 ~ 24.85'%

%50.3
%24.85
%24.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.60%
  • yellow value is 50.60%
  • key color value is 34.12%
CMYK: (0,51,51,34) C0M51Y51K34 (0%,51%,51%,34%) (0.00/0.51/0.51/0.34) 

CMYK percentages

%0
%50.6
%50.6
%34.12

Codes

Color #A85353 in popluar color models

A8 53 53
RGB 168 83 83
HSL 33.86% 49.22%
HSB/HSV 50.60% 65.88%
CMYK 0.00% 50.60% 50.60%
34.12%

Color #A85353 in popluar number systems.

HEX A8 53 53
Decimal 168 83 83
Binary 10101000 1010011 1010011
Octal 250 123 123

Shades and tints

Shades of #A85353

#A85353
(168,83,83)
#994C4C
(153,76,76)
#8A4545
(138,69,69)
#7B3E3E
(123,62,62)
#6C3737
(108,55,55)
#5D3030
(93,48,48)
#4E2929
(78,41,41)
#3F2222
(63,34,34)
#301B1B
(48,27,27)
#211414
(33,20,20)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #A85353

#A85353
(168,83,83)
#AF6262
(175,98,98)
#B67171
(182,113,113)
#BD8080
(189,128,128)
#C48F8F
(196,143,143)
#CB9E9E
(203,158,158)
#D2ADAD
(210,173,173)
#D9BCBC
(217,188,188)
#E0CBCB
(224,203,203)
#E7DADA
(231,218,218)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A85353; }

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

This text font color is #A85353.

Background Color

.myBgColor { background-color: #A85353; }

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

This div background color is #A85353.

Border color

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

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

This div border color is #A85353.

Opacity

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

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

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

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

This text has shadow with #A85353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A85353.

Preview

Color preview on black background

This text has color #A85353 on black background.


Color preview on white background

This text has color #A85353 on white background.


Black color preview on #A85353 background

This text has black color on #A85353 background.


White color preview on #A85353 background

This text has white color on #A85353 background.


Related colors

Complementary color

Complementary color for #hex is #57ACAC.


I love getcolorcode.com