COLOR #AFA07E

HEX: #AFA07E RGB: (175,160,126)

Color info

#AFA07E contains red, green and blue colors in about the same proportion. Web safe color of #AFA07E is #999966 (or #996).

RGB color model

#AFA07E color RGB value is (175,160,126).

RGB: (175,160,126) (69%, 63%, 49%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 126 of 255 = 49%

175
160
126

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

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 126 = 461 (100%)
R 175 of 461 ~ 37.96%
G 160 of 461 ~ 34.71%
B 126 of 461 ~ 27.33'%

%37.96
%34.71
%27.33

CMYK color model

#AFA07E color CMYK value is (0,9,28,31).

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

CMYK: (0,9,28,31)
C0M9Y28K31 (0%, 9%, 28%, 31%)
(0.00 / 0.09 / 0.28 / 0.31)

CMYK percentages

%0
%8.57
%28
%31.37

Codes

Color #AFA07E in popluar color models

AF A0 7E
RGB 175 160 126
HSL 42° 23.44% 59.02%
HSB/HSV 42° 28.00% 68.63%
CMYK 0.00% 8.57% 28.00%
31.37%

Color #AFA07E in popluar number systems.

HEX AF A0 7E
Decimal 175 160 126
Binary 10101111 10100000 1111110
Octal 257 240 176

Shades and tints

Shades of #AFA07E

#AFA07E
(175,160,126)
#A09273
(160,146,115)
#918468
(145,132,104)
#82765D
(130,118,93)
#736852
(115,104,82)
#645A47
(100,90,71)
#554C3C
(85,76,60)
#463E31
(70,62,49)
#373026
(55,48,38)
#28221B
(40,34,27)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AFA07E

#AFA07E
(175,160,126)
#B6A889
(182,168,137)
#BDB094
(189,176,148)
#C4B89F
(196,184,159)
#CBC0AA
(203,192,170)
#D2C8B5
(210,200,181)
#D9D0C0
(217,208,192)
#E0D8CB
(224,216,203)
#E7E0D6
(231,224,214)
#EEE8E1
(238,232,225)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA07E; }

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

This text font color is #AFA07E.

Background Color

.myBgColor { background-color: #AFA07E; }

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

This div background color is #AFA07E.

Border color

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

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

This div border color is #AFA07E.

Opacity

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

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

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

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

This text has shadow with #AFA07E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA07E.

Preview

Color preview on black background

This text has color #AFA07E on black background.


Color preview on white background

This text has color #AFA07E on white background.


Black color preview on #AFA07E background

This text has black color on #AFA07E background.


White color preview on #AFA07E background

This text has white color on #AFA07E background.


Related colors

Complementary color

Complementary color for #hex is #505F81.


I love getcolorcode.com

Triadic colors

1 #7EAFA0 and #A07EAF with #AFA07E are triadic colors.

2 #7EA0AF and #A0AF7E with #AFA07E are triadic colors.