COLOR #AF6A65

HEX: #AF6A65
RGB: (175,106,101)

Color info

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

RGB color model

#AF6A65 color RGB value is (175,106,101).

  • red value is 175;
  • green value is 106;
  • blue value is 101.
RGB:
(175,106,101)
(69%,42%,40%)

RGB channels and saturation

R 175 of 255 = 69%
G 106 of 255 = 42%
B 101 of 255 = 40%

175
106
101

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

Portions of RGB colors in percentages

R + G + B =
175 + 106 + 101 = 382 (100%)
R 175 of 382 ~ 45.81%
G 106 of 382 ~ 27.75%
B 101 of 382 ~ 26.44%

%45.81
%27.75
%26.44

CMYK color model

#AF6A65 color CMYK value is (0,39,42,31).

  • cyan value is 0.00%
  • magenta value is 39.43%
  • yellow value is 42.29%
  • key color value is 31.37%
CMYK:
(0,39,42,31)
C0M39Y42K31 
(0%,39%,42%,31%)
(0.00/0.39/0.42/0.31)	

CMYK percentages

%0
%39.43
%42.29
%31.37

Codes

Color #AF6A65 in popluar color models

AF6A65
RGB175106101
HSL31.62%54.12%
HSB/HSV42.29%68.63%
CMYK0.00%39.43%42.29%
31.37%

Color #AF6A65 in popluar number systems.

HEXAF6A65
Decimal175106101
Binary1010111111010101100101
Octal257152145

Shades and tints

Shades of #AF6A65

#AF6A65
(175,106,101)
#A0615C
(160,97,92)
#915853
(145,88,83)
#824F4A
(130,79,74)
#734641
(115,70,65)
#643D38
(100,61,56)
#55342F
(85,52,47)
#462B26
(70,43,38)
#37221D
(55,34,29)
#281914
(40,25,20)
#19100B
(25,16,11)
#000000
(0,0,0)

Tints of #AF6A65

#AF6A65
(175,106,101)
#B67773
(182,119,115)
#BD8481
(189,132,129)
#C4918F
(196,145,143)
#CB9E9D
(203,158,157)
#D2ABAB
(210,171,171)
#D9B8B9
(217,184,185)
#E0C5C7
(224,197,199)
#E7D2D5
(231,210,213)
#EEDFE3
(238,223,227)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6A65 color. Also use rgb(175,106,101) instead hex code.

Text Font Color

.myTextColor { color: #AF6A65; }

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

This text font color is #AF6A65.


Background Color

.myBgColor { background-color: #AF6A65; }

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

This div background color is #AF6A65.


Border color

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

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

This div border color is #AF6A65.


Opacity

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

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

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

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

This text has shadow with #AF6A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6A65 on black background.


Color preview on white background

This text has color #AF6A65 on white background.



Black color preview on #AF6A65 background

This text has black color on #AF6A65 background.


White color preview on #AF6A65 background

This text has white color on #AF6A65 background.