COLOR #AF90AE

HEX: #AF90AE RGB: (175,144,174)

Color info

#AF90AE contains red, green and blue colors in about the same proportion. Web safe color of #AF90AE is #999999 (or #999).

RGB color model

#AF90AE color RGB value is (175,144,174).

RGB: (175,144,174) (69%, 56%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 174 of 255 = 68%

175
144
174

R + G + B ~ 64%. #AF90AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 144 + 174 = 493 (100%)
R 175 of 493 ~ 35.5%
G 144 of 493 ~ 29.21%
B 174 of 493 ~ 35.29'%

%35.5
%29.21
%35.29

CMYK color model

#AF90AE color CMYK value is (0,18,1,31).

  • cyan value is 0.00%
  • magenta value is 17.71%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK: (0,18,1,31) C0M18Y1K31 (0%,18%,1%,31%) (0.00/0.18/0.01/0.31) 

CMYK percentages

%0
%17.71
%0.57
%31.37

Codes

Color #AF90AE in popluar color models

AF 90 AE
RGB 175 144 174
HSL 302° 16.23% 62.55%
HSB/HSV 302° 17.71% 68.63%
CMYK 0.00% 17.71% 0.57%
31.37%

Color #AF90AE in popluar number systems.

HEX AF 90 AE
Decimal 175 144 174
Binary 10101111 10010000 10101110
Octal 257 220 256

Shades and tints

Shades of #AF90AE

#AF90AE
(175,144,174)
#A0839F
(160,131,159)
#917690
(145,118,144)
#826981
(130,105,129)
#735C72
(115,92,114)
#644F63
(100,79,99)
#554254
(85,66,84)
#463545
(70,53,69)
#372836
(55,40,54)
#281B27
(40,27,39)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #AF90AE

#AF90AE
(175,144,174)
#B69AB5
(182,154,181)
#BDA4BC
(189,164,188)
#C4AEC3
(196,174,195)
#CBB8CA
(203,184,202)
#D2C2D1
(210,194,209)
#D9CCD8
(217,204,216)
#E0D6DF
(224,214,223)
#E7E0E6
(231,224,230)
#EEEAED
(238,234,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF90AE; }

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

This text font color is #AF90AE.

Background Color

.myBgColor { background-color: #AF90AE; }

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

This div background color is #AF90AE.

Border color

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

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

This div border color is #AF90AE.

Opacity

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

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

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

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

This text has shadow with #AF90AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF90AE.

Preview

Color preview on black background

This text has color #AF90AE on black background.


Color preview on white background

This text has color #AF90AE on white background.


Black color preview on #AF90AE background

This text has black color on #AF90AE background.


White color preview on #AF90AE background

This text has white color on #AF90AE background.


Related colors

Complementary color

Complementary color for #hex is #506F51.


I love getcolorcode.com

Triadic colors

1 #AEAF90 and #90AEAF with #AF90AE are triadic colors.

2 #AE90AF and #90AFAE with #AF90AE are triadic colors.