COLOR #AFAE7B

HEX: #AFAE7B RGB: (175,174,123)

Color info

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

RGB color model

#AFAE7B color RGB value is (175,174,123).

RGB: (175,174,123) (69%, 68%, 48%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 123 of 255 = 48%

175
174
123

R + G + B ~ 62%. #AFAE7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 123 = 472 (100%)
R 175 of 472 ~ 37.08%
G 174 of 472 ~ 36.86%
B 123 of 472 ~ 26.06'%

%37.08
%36.86
%26.06

CMYK color model

#AFAE7B color CMYK value is (0,1,30,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 29.71%
  • key color value is 31.37%

CMYK: (0,1,30,31)
C0M1Y30K31 (0%, 1%, 30%, 31%)
(0.00 / 0.01 / 0.30 / 0.31)

CMYK percentages

%0
%0.57
%29.71
%31.37

Codes

Color #AFAE7B in popluar color models

AF AE 7B
RGB 175 174 123
HSL 59° 24.53% 58.43%
HSB/HSV 59° 29.71% 68.63%
CMYK 0.00% 0.57% 29.71%
31.37%

Color #AFAE7B in popluar number systems.

HEX AF AE 7B
Decimal 175 174 123
Binary 10101111 10101110 1111011
Octal 257 256 173

Shades and tints

Shades of #AFAE7B

#AFAE7B
(175,174,123)
#A09F70
(160,159,112)
#919065
(145,144,101)
#82815A
(130,129,90)
#73724F
(115,114,79)
#646344
(100,99,68)
#555439
(85,84,57)
#46452E
(70,69,46)
#373623
(55,54,35)
#282718
(40,39,24)
#19180D
(25,24,13)
#000000
(0,0,0)

Tints of #AFAE7B

#AFAE7B
(175,174,123)
#B6B587
(182,181,135)
#BDBC93
(189,188,147)
#C4C39F
(196,195,159)
#CBCAAB
(203,202,171)
#D2D1B7
(210,209,183)
#D9D8C3
(217,216,195)
#E0DFCF
(224,223,207)
#E7E6DB
(231,230,219)
#EEEDE7
(238,237,231)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE7B; }

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

This text font color is #AFAE7B.

Background Color

.myBgColor { background-color: #AFAE7B; }

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

This div background color is #AFAE7B.

Border color

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

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

This div border color is #AFAE7B.

Opacity

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

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

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

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

This text has shadow with #AFAE7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAE7B.

Preview

Color preview on black background

This text has color #AFAE7B on black background.


Color preview on white background

This text has color #AFAE7B on white background.


Black color preview on #AFAE7B background

This text has black color on #AFAE7B background.


White color preview on #AFAE7B background

This text has white color on #AFAE7B background.


Related colors

Complementary color

Complementary color for #hex is #505184.


I love getcolorcode.com

Triadic colors

1 #7BAFAE and #AE7BAF with #AFAE7B are triadic colors.

2 #7BAEAF and #AEAF7B with #AFAE7B are triadic colors.