COLOR #A64B45

HEX: #A64B45
RGB: (166,75,69)

Color info

#A64B45 contains mainly red color. Web safe color of #A64B45 is #993333 (or #933).

RGB color model

#A64B45 color RGB value is (166,75,69).

  • red value is 166;
  • green value is 75;
  • blue value is 69.
RGB:
(166,75,69)
(65%,29%,27%)

RGB channels and saturation

R 166 of 255 = 65%
G 75 of 255 = 29%
B 69 of 255 = 27%

166
75
69

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

Portions of RGB colors in percentages

R + G + B =
166 + 75 + 69 = 310 (100%)
R 166 of 310 ~ 53.55%
G 75 of 310 ~ 24.19%
B 69 of 310 ~ 22.26%

%53.55
%24.19
%22.26

CMYK color model

#A64B45 color CMYK value is (0,55,58,35).

  • cyan value is 0.00%
  • magenta value is 54.82%
  • yellow value is 58.43%
  • key color value is 34.90%
CMYK:
(0,55,58,35)
C0M55Y58K35 
(0%,55%,58%,35%)
(0.00/0.55/0.58/0.35)	

CMYK percentages

%0
%54.82
%58.43
%34.9

Codes

Color #A64B45 in popluar color models

A64B45
RGB1667569
HSL41.28%46.08%
HSB/HSV58.43%65.10%
CMYK0.00%54.82%58.43%
34.90%

Color #A64B45 in popluar number systems.

HEXA64B45
Decimal1667569
Binary1010011010010111000101
Octal246113105

Shades and tints

Shades of #A64B45

#A64B45
(166,75,69)
#97453F
(151,69,63)
#883F39
(136,63,57)
#793933
(121,57,51)
#6A332D
(106,51,45)
#5B2D27
(91,45,39)
#4C2721
(76,39,33)
#3D211B
(61,33,27)
#2E1B15
(46,27,21)
#1F150F
(31,21,15)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #A64B45

#A64B45
(166,75,69)
#AE5B55
(174,91,85)
#B66B65
(182,107,101)
#BE7B75
(190,123,117)
#C68B85
(198,139,133)
#CE9B95
(206,155,149)
#D6ABA5
(214,171,165)
#DEBBB5
(222,187,181)
#E6CBC5
(230,203,197)
#EEDBD5
(238,219,213)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A64B45 color. Also use rgb(166,75,69) instead hex code.

Text Font Color

.myTextColor { color: #A64B45; }

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

This text font color is #A64B45.


Background Color

.myBgColor { background-color: #A64B45; }

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

This div background color is #A64B45.


Border color

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

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

This div border color is #A64B45.


Opacity

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

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

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

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

This text has shadow with #A64B45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A64B45 on black background.


Color preview on white background

This text has color #A64B45 on white background.



Black color preview on #A64B45 background

This text has black color on #A64B45 background.


White color preview on #A64B45 background

This text has white color on #A64B45 background.