COLOR #AFAE81

HEX: #AFAE81 RGB: (175,174,129)

Color info

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

RGB color model

#AFAE81 color RGB value is (175,174,129).

RGB: (175,174,129) (69%, 68%, 51%)

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 129 of 255 = 51%

175
174
129

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

Portions of RGB colors in percentages

R + G + B = 175 + 174 + 129 = 478 (100%)
R 175 of 478 ~ 36.61%
G 174 of 478 ~ 36.4%
B 129 of 478 ~ 26.99'%

%36.61
%36.4
%26.99

CMYK color model

#AFAE81 color CMYK value is (0,1,26,31).

  • cyan value is 0.00%
  • magenta value is 0.57%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK: (0,1,26,31) C0M1Y26K31 (0%,1%,26%,31%) (0.00/0.01/0.26/0.31) 

CMYK percentages

%0
%0.57
%26.29
%31.37

Codes

Color #AFAE81 in popluar color models

AF AE 81
RGB 175 174 129
HSL 59° 22.33% 59.61%
HSB/HSV 59° 26.29% 68.63%
CMYK 0.00% 0.57% 26.29%
31.37%

Color #AFAE81 in popluar number systems.

HEX AF AE 81
Decimal 175 174 129
Binary 10101111 10101110 10000001
Octal 257 256 201

Shades and tints

Shades of #AFAE81

#AFAE81
(175,174,129)
#A09F76
(160,159,118)
#91906B
(145,144,107)
#828160
(130,129,96)
#737255
(115,114,85)
#64634A
(100,99,74)
#55543F
(85,84,63)
#464534
(70,69,52)
#373629
(55,54,41)
#28271E
(40,39,30)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #AFAE81

#AFAE81
(175,174,129)
#B6B58C
(182,181,140)
#BDBC97
(189,188,151)
#C4C3A2
(196,195,162)
#CBCAAD
(203,202,173)
#D2D1B8
(210,209,184)
#D9D8C3
(217,216,195)
#E0DFCE
(224,223,206)
#E7E6D9
(231,230,217)
#EEEDE4
(238,237,228)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAE81; }

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

This text font color is #AFAE81.

Background Color

.myBgColor { background-color: #AFAE81; }

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

This div background color is #AFAE81.

Border color

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

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

This div border color is #AFAE81.

Opacity

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

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

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

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

This text has shadow with #AFAE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAE81.

Preview

Color preview on black background

This text has color #AFAE81 on black background.


Color preview on white background

This text has color #AFAE81 on white background.


Black color preview on #AFAE81 background

This text has black color on #AFAE81 background.


White color preview on #AFAE81 background

This text has white color on #AFAE81 background.


Related colors

Complementary color

Complementary color for #hex is #50517E.


I love getcolorcode.com

Triadic colors

1 #81AFAE and #AE81AF with #AFAE81 are triadic colors.

2 #81AEAF and #AEAF81 with #AFAE81 are triadic colors.