COLOR #AFA090

HEX: #AFA090 RGB: (175,160,144)

Color info

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

RGB color model

#AFA090 color RGB value is (175,160,144).

RGB: (175,160,144) (69%, 63%, 56%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 144 of 255 = 56%

175
160
144

R + G + B ~ 63%. #AFA090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 144 = 479 (100%)
R 175 of 479 ~ 36.53%
G 160 of 479 ~ 33.4%
B 144 of 479 ~ 30.06'%

%36.53
%33.4
%30.06

CMYK color model

#AFA090 color CMYK value is (0,9,18,31).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 17.71%
  • key color value is 31.37%

CMYK: (0,9,18,31)
C0M9Y18K31 (0%, 9%, 18%, 31%)
(0.00 / 0.09 / 0.18 / 0.31)

CMYK percentages

%0
%8.57
%17.71
%31.37

Codes

Color #AFA090 in popluar color models

AF A0 90
RGB 175 160 144
HSL 31° 16.23% 62.55%
HSB/HSV 31° 17.71% 68.63%
CMYK 0.00% 8.57% 17.71%
31.37%

Color #AFA090 in popluar number systems.

HEX AF A0 90
Decimal 175 160 144
Binary 10101111 10100000 10010000
Octal 257 240 220

Shades and tints

Shades of #AFA090

#AFA090
(175,160,144)
#A09283
(160,146,131)
#918476
(145,132,118)
#827669
(130,118,105)
#73685C
(115,104,92)
#645A4F
(100,90,79)
#554C42
(85,76,66)
#463E35
(70,62,53)
#373028
(55,48,40)
#28221B
(40,34,27)
#19140E
(25,20,14)
#000000
(0,0,0)

Tints of #AFA090

#AFA090
(175,160,144)
#B6A89A
(182,168,154)
#BDB0A4
(189,176,164)
#C4B8AE
(196,184,174)
#CBC0B8
(203,192,184)
#D2C8C2
(210,200,194)
#D9D0CC
(217,208,204)
#E0D8D6
(224,216,214)
#E7E0E0
(231,224,224)
#EEE8EA
(238,232,234)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA090; }

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

This text font color is #AFA090.

Background Color

.myBgColor { background-color: #AFA090; }

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

This div background color is #AFA090.

Border color

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

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

This div border color is #AFA090.

Opacity

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

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

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

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

This text has shadow with #AFA090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA090.

Preview

Color preview on black background

This text has color #AFA090 on black background.


Color preview on white background

This text has color #AFA090 on white background.


Black color preview on #AFA090 background

This text has black color on #AFA090 background.


White color preview on #AFA090 background

This text has white color on #AFA090 background.


Related colors

Complementary color

Complementary color for #hex is #505F6F.


I love getcolorcode.com

Triadic colors

1 #90AFA0 and #A090AF with #AFA090 are triadic colors.

2 #90A0AF and #A0AF90 with #AFA090 are triadic colors.