COLOR #AEAF75

HEX: #AEAF75 RGB: (174,175,117)

Color info

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

RGB color model

#AEAF75 color RGB value is (174,175,117).

RGB: (174,175,117) (68%, 69%, 46%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 117 of 255 = 46%

174
175
117

R + G + B ~ 61%. #AEAF75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 175 + 117 = 466 (100%)
R 174 of 466 ~ 37.34%
G 175 of 466 ~ 37.55%
B 117 of 466 ~ 25.11'%

%37.34
%37.55
%25.11

CMYK color model

#AEAF75 color CMYK value is (1,0,33,31).

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

CMYK: (1,0,33,31)
C1M0Y33K31 (1%, 0%, 33%, 31%)
(0.01 / 0.00 / 0.33 / 0.31)

CMYK percentages

%0.57
%0
%33.14
%31.37

Codes

Color #AEAF75 in popluar color models

AE AF 75
RGB 174 175 117
HSL 61° 26.61% 57.25%
HSB/HSV 61° 33.14% 68.63%
CMYK 0.57% 0.00% 33.14%
31.37%

Color #AEAF75 in popluar number systems.

HEX AE AF 75
Decimal 174 175 117
Binary 10101110 10101111 1110101
Octal 256 257 165

Shades and tints

Shades of #AEAF75

#AEAF75
(174,175,117)
#9FA06B
(159,160,107)
#909161
(144,145,97)
#818257
(129,130,87)
#72734D
(114,115,77)
#636443
(99,100,67)
#545539
(84,85,57)
#45462F
(69,70,47)
#363725
(54,55,37)
#27281B
(39,40,27)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #AEAF75

#AEAF75
(174,175,117)
#B5B681
(181,182,129)
#BCBD8D
(188,189,141)
#C3C499
(195,196,153)
#CACBA5
(202,203,165)
#D1D2B1
(209,210,177)
#D8D9BD
(216,217,189)
#DFE0C9
(223,224,201)
#E6E7D5
(230,231,213)
#EDEEE1
(237,238,225)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAF75; }

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

This text font color is #AEAF75.

Background Color

.myBgColor { background-color: #AEAF75; }

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

This div background color is #AEAF75.

Border color

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

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

This div border color is #AEAF75.

Opacity

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

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

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

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

This text has shadow with #AEAF75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAF75.

Preview

Color preview on black background

This text has color #AEAF75 on black background.


Color preview on white background

This text has color #AEAF75 on white background.


Black color preview on #AEAF75 background

This text has black color on #AEAF75 background.


White color preview on #AEAF75 background

This text has white color on #AEAF75 background.


Related colors

Complementary color

Complementary color for #hex is #51508A.


I love getcolorcode.com

Triadic colors

1 #75AEAF and #AF75AE with #AEAF75 are triadic colors.

2 #75AFAE and #AFAE75 with #AEAF75 are triadic colors.