COLOR #A65758

HEX: #A65758
RGB: (166,87,88)

Color info

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

RGB color model

#A65758 color RGB value is (166,87,88).

  • red value is 166;
  • green value is 87;
  • blue value is 88.
RGB:
(166,87,88)
(65%,34%,35%)

RGB channels and saturation

R 166 of 255 = 65%
G 87 of 255 = 34%
B 88 of 255 = 35%

166
87
88

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

Portions of RGB colors in percentages

R + G + B =
166 + 87 + 88 = 341 (100%)
R 166 of 341 ~ 48.68%
G 87 of 341 ~ 25.51%
B 88 of 341 ~ 25.81%

%48.68
%25.51
%25.81

CMYK color model

#A65758 color CMYK value is (0,48,47,35).

  • cyan value is 0.00%
  • magenta value is 47.59%
  • yellow value is 46.99%
  • key color value is 34.90%
CMYK:
(0,48,47,35)
C0M48Y47K35 
(0%,48%,47%,35%)
(0.00/0.48/0.47/0.35)	

CMYK percentages

%0
%47.59
%46.99
%34.9

Codes

Color #A65758 in popluar color models

A65758
RGB1668788
HSL359°31.23%49.61%
HSB/HSV359°47.59%65.10%
CMYK0.00%47.59%46.99%
34.90%

Color #A65758 in popluar number systems.

HEXA65758
Decimal1668788
Binary1010011010101111011000
Octal246127130

Shades and tints

Shades of #A65758

#A65758
(166,87,88)
#975050
(151,80,80)
#884948
(136,73,72)
#794240
(121,66,64)
#6A3B38
(106,59,56)
#5B3430
(91,52,48)
#4C2D28
(76,45,40)
#3D2620
(61,38,32)
#2E1F18
(46,31,24)
#1F1810
(31,24,16)
#101108
(16,17,8)
#000000
(0,0,0)

Tints of #A65758

#A65758
(166,87,88)
#AE6667
(174,102,103)
#B67576
(182,117,118)
#BE8485
(190,132,133)
#C69394
(198,147,148)
#CEA2A3
(206,162,163)
#D6B1B2
(214,177,178)
#DEC0C1
(222,192,193)
#E6CFD0
(230,207,208)
#EEDEDF
(238,222,223)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65758 color. Also use rgb(166,87,88) instead hex code.

Text Font Color

.myTextColor { color: #A65758; }

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

This text font color is #A65758.


Background Color

.myBgColor { background-color: #A65758; }

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

This div background color is #A65758.


Border color

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

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

This div border color is #A65758.


Opacity

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

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

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

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

This text has shadow with #A65758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65758 on black background.


Color preview on white background

This text has color #A65758 on white background.



Black color preview on #A65758 background

This text has black color on #A65758 background.


White color preview on #A65758 background

This text has white color on #A65758 background.