COLOR #AF6969

HEX: #AF6969 RGB: (175,105,105)

Color info

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

RGB color model

#AF6969 color RGB value is (175,105,105).

RGB: (175,105,105) (69%, 41%, 41%)

RGB channels and saturation

R 175 of 255 = 69%
G 105 of 255 = 41%
B 105 of 255 = 41%

175
105
105

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

Portions of RGB colors in percentages

R + G + B = 175 + 105 + 105 = 385 (100%)
R 175 of 385 ~ 45.45%
G 105 of 385 ~ 27.27%
B 105 of 385 ~ 27.27'%

%45.45
%27.27
%27.27

CMYK color model

#AF6969 color CMYK value is (0,40,40,31).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 40.00%
  • key color value is 31.37%

CMYK: (0,40,40,31)
C0M40Y40K31 (0%, 40%, 40%, 31%)
(0.00 / 0.40 / 0.40 / 0.31)

CMYK percentages

%0
%40
%40
%31.37

Codes

Color #AF6969 in popluar color models

AF 69 69
RGB 175 105 105
HSL 30.43% 54.90%
HSB/HSV 40.00% 68.63%
CMYK 0.00% 40.00% 40.00%
31.37%

Color #AF6969 in popluar number systems.

HEX AF 69 69
Decimal 175 105 105
Binary 10101111 1101001 1101001
Octal 257 151 151

Shades and tints

Shades of #AF6969

#AF6969
(175,105,105)
#A06060
(160,96,96)
#915757
(145,87,87)
#824E4E
(130,78,78)
#734545
(115,69,69)
#643C3C
(100,60,60)
#553333
(85,51,51)
#462A2A
(70,42,42)
#372121
(55,33,33)
#281818
(40,24,24)
#190F0F
(25,15,15)
#000000
(0,0,0)

Tints of #AF6969

#AF6969
(175,105,105)
#B67676
(182,118,118)
#BD8383
(189,131,131)
#C49090
(196,144,144)
#CB9D9D
(203,157,157)
#D2AAAA
(210,170,170)
#D9B7B7
(217,183,183)
#E0C4C4
(224,196,196)
#E7D1D1
(231,209,209)
#EEDEDE
(238,222,222)
#F5EBEB
(245,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6969; }

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

This text font color is #AF6969.

Background Color

.myBgColor { background-color: #AF6969; }

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

This div background color is #AF6969.

Border color

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

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

This div border color is #AF6969.

Opacity

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

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

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

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

This text has shadow with #AF6969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6969.

Preview

Color preview on black background

This text has color #AF6969 on black background.


Color preview on white background

This text has color #AF6969 on white background.


Black color preview on #AF6969 background

This text has black color on #AF6969 background.


White color preview on #AF6969 background

This text has white color on #AF6969 background.


Related colors

Complementary color

Complementary color for #hex is #509696.


I love getcolorcode.com