COLOR #AF6363

HEX: #AF6363 RGB: (175,99,99)

Color info

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

RGB color model

#AF6363 color RGB value is (175,99,99).

RGB: (175,99,99) (69%, 39%, 39%)

RGB channels and saturation

R 175 of 255 = 69%
G 99 of 255 = 39%
B 99 of 255 = 39%

175
99
99

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

Portions of RGB colors in percentages

R + G + B = 175 + 99 + 99 = 373 (100%)
R 175 of 373 ~ 46.92%
G 99 of 373 ~ 26.54%
B 99 of 373 ~ 26.54'%

%46.92
%26.54
%26.54

CMYK color model

#AF6363 color CMYK value is (0,43,43,31).

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

CMYK: (0,43,43,31)
C0M43Y43K31 (0%, 43%, 43%, 31%)
(0.00 / 0.43 / 0.43 / 0.31)

CMYK percentages

%0
%43.43
%43.43
%31.37

Codes

Color #AF6363 in popluar color models

AF 63 63
RGB 175 99 99
HSL 32.20% 53.73%
HSB/HSV 43.43% 68.63%
CMYK 0.00% 43.43% 43.43%
31.37%

Color #AF6363 in popluar number systems.

HEX AF 63 63
Decimal 175 99 99
Binary 10101111 1100011 1100011
Octal 257 143 143

Shades and tints

Shades of #AF6363

#AF6363
(175,99,99)
#A05A5A
(160,90,90)
#915151
(145,81,81)
#824848
(130,72,72)
#733F3F
(115,63,63)
#643636
(100,54,54)
#552D2D
(85,45,45)
#462424
(70,36,36)
#371B1B
(55,27,27)
#281212
(40,18,18)
#190909
(25,9,9)
#000000
(0,0,0)

Tints of #AF6363

#AF6363
(175,99,99)
#B67171
(182,113,113)
#BD7F7F
(189,127,127)
#C48D8D
(196,141,141)
#CB9B9B
(203,155,155)
#D2A9A9
(210,169,169)
#D9B7B7
(217,183,183)
#E0C5C5
(224,197,197)
#E7D3D3
(231,211,211)
#EEE1E1
(238,225,225)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6363; }

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

This text font color is #AF6363.

Background Color

.myBgColor { background-color: #AF6363; }

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

This div background color is #AF6363.

Border color

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

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

This div border color is #AF6363.

Opacity

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

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

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

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

This text has shadow with #AF6363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6363.

Preview

Color preview on black background

This text has color #AF6363 on black background.


Color preview on white background

This text has color #AF6363 on white background.


Black color preview on #AF6363 background

This text has black color on #AF6363 background.


White color preview on #AF6363 background

This text has white color on #AF6363 background.


Related colors

Complementary color

Complementary color for #hex is #509C9C.


I love getcolorcode.com