COLOR #AF7A92

HEX: #AF7A92 RGB: (175,122,146)

Color info

#AF7A92 contains red, green and blue colors in about the same proportion. Web safe color of #AF7A92 is #996699 (or #969).

RGB color model

#AF7A92 color RGB value is (175,122,146).

RGB: (175,122,146) (69%, 48%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 146 of 255 = 57%

175
122
146

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

Portions of RGB colors in percentages

R + G + B = 175 + 122 + 146 = 443 (100%)
R 175 of 443 ~ 39.5%
G 122 of 443 ~ 27.54%
B 146 of 443 ~ 32.96'%

%39.5
%27.54
%32.96

CMYK color model

#AF7A92 color CMYK value is (0,30,17,31).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 16.57%
  • key color value is 31.37%

CMYK: (0,30,17,31)
C0M30Y17K31 (0%, 30%, 17%, 31%)
(0.00 / 0.30 / 0.17 / 0.31)

CMYK percentages

%0
%30.29
%16.57
%31.37

Codes

Color #AF7A92 in popluar color models

AF 7A 92
RGB 175 122 146
HSL 333° 24.88% 58.24%
HSB/HSV 333° 30.29% 68.63%
CMYK 0.00% 30.29% 16.57%
31.37%

Color #AF7A92 in popluar number systems.

HEX AF 7A 92
Decimal 175 122 146
Binary 10101111 1111010 10010010
Octal 257 172 222

Shades and tints

Shades of #AF7A92

#AF7A92
(175,122,146)
#A06F85
(160,111,133)
#916478
(145,100,120)
#82596B
(130,89,107)
#734E5E
(115,78,94)
#644351
(100,67,81)
#553844
(85,56,68)
#462D37
(70,45,55)
#37222A
(55,34,42)
#28171D
(40,23,29)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #AF7A92

#AF7A92
(175,122,146)
#B6869B
(182,134,155)
#BD92A4
(189,146,164)
#C49EAD
(196,158,173)
#CBAAB6
(203,170,182)
#D2B6BF
(210,182,191)
#D9C2C8
(217,194,200)
#E0CED1
(224,206,209)
#E7DADA
(231,218,218)
#EEE6E3
(238,230,227)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7A92; }

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

This text font color is #AF7A92.

Background Color

.myBgColor { background-color: #AF7A92; }

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

This div background color is #AF7A92.

Border color

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

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

This div border color is #AF7A92.

Opacity

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

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

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

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

This text has shadow with #AF7A92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7A92.

Preview

Color preview on black background

This text has color #AF7A92 on black background.


Color preview on white background

This text has color #AF7A92 on white background.


Black color preview on #AF7A92 background

This text has black color on #AF7A92 background.


White color preview on #AF7A92 background

This text has white color on #AF7A92 background.


Related colors

Complementary color

Complementary color for #hex is #50856D.


I love getcolorcode.com

Triadic colors

1 #92AF7A and #7A92AF with #AF7A92 are triadic colors.

2 #927AAF and #7AAF92 with #AF7A92 are triadic colors.