COLOR #AF625A

HEX: #AF625A
RGB: (175,98,90)

Color info

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

RGB color model

#AF625A color RGB value is (175,98,90).

  • red value is 175;
  • green value is 98;
  • blue value is 90.
RGB:
(175,98,90)
(69%,38%,35%)

RGB channels and saturation

R 175 of 255 = 69%
G 98 of 255 = 38%
B 90 of 255 = 35%

175
98
90

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

Portions of RGB colors in percentages

R + G + B =
175 + 98 + 90 = 363 (100%)
R 175 of 363 ~ 48.21%
G 98 of 363 ~ 27%
B 90 of 363 ~ 24.79%

%48.21
%27
%24.79

CMYK color model

#AF625A color CMYK value is (0,44,49,31).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 48.57%
  • key color value is 31.37%
CMYK:
(0,44,49,31)
C0M44Y49K31 
(0%,44%,49%,31%)
(0.00/0.44/0.49/0.31)	

CMYK percentages

%0
%44
%48.57
%31.37

Codes

Color #AF625A in popluar color models

AF625A
RGB1759890
HSL34.69%51.96%
HSB/HSV48.57%68.63%
CMYK0.00%44.00%48.57%
31.37%

Color #AF625A in popluar number systems.

HEXAF625A
Decimal1759890
Binary1010111111000101011010
Octal257142132

Shades and tints

Shades of #AF625A

#AF625A
(175,98,90)
#A05A52
(160,90,82)
#91524A
(145,82,74)
#824A42
(130,74,66)
#73423A
(115,66,58)
#643A32
(100,58,50)
#55322A
(85,50,42)
#462A22
(70,42,34)
#37221A
(55,34,26)
#281A12
(40,26,18)
#19120A
(25,18,10)
#000000
(0,0,0)

Tints of #AF625A

#AF625A
(175,98,90)
#B67069
(182,112,105)
#BD7E78
(189,126,120)
#C48C87
(196,140,135)
#CB9A96
(203,154,150)
#D2A8A5
(210,168,165)
#D9B6B4
(217,182,180)
#E0C4C3
(224,196,195)
#E7D2D2
(231,210,210)
#EEE0E1
(238,224,225)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF625A; }

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

This text font color is #AF625A.


Background Color

.myBgColor { background-color: #AF625A; }

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

This div background color is #AF625A.


Border color

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

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

This div border color is #AF625A.


Opacity

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

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

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

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

This text has shadow with #AF625A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF625A on black background.


Color preview on white background

This text has color #AF625A on white background.



Black color preview on #AF625A background

This text has black color on #AF625A background.


White color preview on #AF625A background

This text has white color on #AF625A background.