COLOR #AEAC75

HEX: #AEAC75 RGB: (174,172,117)

Color info

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

RGB color model

#AEAC75 color RGB value is (174,172,117).

RGB: (174,172,117) (68%, 67%, 46%)

RGB channels and saturation

R 174 of 255 = 68%
G 172 of 255 = 67%
B 117 of 255 = 46%

174
172
117

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

Portions of RGB colors in percentages

R + G + B = 174 + 172 + 117 = 463 (100%)
R 174 of 463 ~ 37.58%
G 172 of 463 ~ 37.15%
B 117 of 463 ~ 25.27'%

%37.58
%37.15
%25.27

CMYK color model

#AEAC75 color CMYK value is (0,1,33,32).

  • cyan value is 0.00%
  • magenta value is 1.15%
  • yellow value is 32.76%
  • key color value is 31.76%

CMYK: (0,1,33,32)
C0M1Y33K32 (0%, 1%, 33%, 32%)
(0.00 / 0.01 / 0.33 / 0.32)

CMYK percentages

%0
%1.15
%32.76
%31.76

Codes

Color #AEAC75 in popluar color models

AE AC 75
RGB 174 172 117
HSL 58° 26.03% 57.06%
HSB/HSV 58° 32.76% 68.24%
CMYK 0.00% 1.15% 32.76%
31.76%

Color #AEAC75 in popluar number systems.

HEX AE AC 75
Decimal 174 172 117
Binary 10101110 10101100 1110101
Octal 256 254 165

Shades and tints

Shades of #AEAC75

#AEAC75
(174,172,117)
#9F9D6B
(159,157,107)
#908E61
(144,142,97)
#817F57
(129,127,87)
#72704D
(114,112,77)
#636143
(99,97,67)
#545239
(84,82,57)
#45432F
(69,67,47)
#363425
(54,52,37)
#27251B
(39,37,27)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AEAC75

#AEAC75
(174,172,117)
#B5B381
(181,179,129)
#BCBA8D
(188,186,141)
#C3C199
(195,193,153)
#CAC8A5
(202,200,165)
#D1CFB1
(209,207,177)
#D8D6BD
(216,214,189)
#DFDDC9
(223,221,201)
#E6E4D5
(230,228,213)
#EDEBE1
(237,235,225)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAC75; }

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

This text font color is #AEAC75.

Background Color

.myBgColor { background-color: #AEAC75; }

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

This div background color is #AEAC75.

Border color

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

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

This div border color is #AEAC75.

Opacity

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

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

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

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

This text has shadow with #AEAC75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAC75.

Preview

Color preview on black background

This text has color #AEAC75 on black background.


Color preview on white background

This text has color #AEAC75 on white background.


Black color preview on #AEAC75 background

This text has black color on #AEAC75 background.


White color preview on #AEAC75 background

This text has white color on #AEAC75 background.


Related colors

Complementary color

Complementary color for #hex is #51538A.


I love getcolorcode.com

Triadic colors

1 #75AEAC and #AC75AE with #AEAC75 are triadic colors.

2 #75ACAE and #ACAE75 with #AEAC75 are triadic colors.