COLOR #AEBB95

HEX: #AEBB95 RGB: (174,187,149)

Color info

#AEBB95 contains red, green and blue colors in about the same proportion. Web safe color of #AEBB95 is #99CC99 (or #9C9).

RGB color model

#AEBB95 color RGB value is (174,187,149).

RGB: (174,187,149) (68%, 73%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 149 of 255 = 58%

174
187
149

R + G + B ~ 66%. #AEBB95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 187 + 149 = 510 (100%)
R 174 of 510 ~ 34.12%
G 187 of 510 ~ 36.67%
B 149 of 510 ~ 29.22'%

%34.12
%36.67
%29.22

CMYK color model

#AEBB95 color CMYK value is (7,0,20,27).

  • cyan value is 6.95%
  • magenta value is 0.00%
  • yellow value is 20.32%
  • key color value is 26.67%

CMYK: (7,0,20,27)
C7M0Y20K27 (7%, 0%, 20%, 27%)
(0.07 / 0.00 / 0.20 / 0.27)

CMYK percentages

%6.95
%0
%20.32
%26.67

Codes

Color #AEBB95 in popluar color models

AE BB 95
RGB 174 187 149
HSL 81° 21.84% 65.88%
HSB/HSV 81° 20.32% 73.33%
CMYK 6.95% 0.00% 20.32%
26.67%

Color #AEBB95 in popluar number systems.

HEX AE BB 95
Decimal 174 187 149
Binary 10101110 10111011 10010101
Octal 256 273 225

Shades and tints

Shades of #AEBB95

#AEBB95
(174,187,149)
#9FAA88
(159,170,136)
#90997B
(144,153,123)
#81886E
(129,136,110)
#727761
(114,119,97)
#636654
(99,102,84)
#545547
(84,85,71)
#45443A
(69,68,58)
#36332D
(54,51,45)
#272220
(39,34,32)
#181113
(24,17,19)
#000000
(0,0,0)

Tints of #AEBB95

#AEBB95
(174,187,149)
#B5C19E
(181,193,158)
#BCC7A7
(188,199,167)
#C3CDB0
(195,205,176)
#CAD3B9
(202,211,185)
#D1D9C2
(209,217,194)
#D8DFCB
(216,223,203)
#DFE5D4
(223,229,212)
#E6EBDD
(230,235,221)
#EDF1E6
(237,241,230)
#F4F7EF
(244,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBB95 color. Also use rgb(174,187,149) instead hex code.

Text Font Color

.myTextColor { color: #AEBB95; }

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

This text font color is #AEBB95.

Background Color

.myBgColor { background-color: #AEBB95; }

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

This div background color is #AEBB95.

Border color

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

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

This div border color is #AEBB95.

Opacity

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

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

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

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

This text has shadow with #AEBB95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBB95.

Preview

Color preview on black background

This text has color #AEBB95 on black background.


Color preview on white background

This text has color #AEBB95 on white background.


Black color preview on #AEBB95 background

This text has black color on #AEBB95 background.


White color preview on #AEBB95 background

This text has white color on #AEBB95 background.


Related colors

Complementary color

Complementary color for #hex is #51446A.


I love getcolorcode.com

Triadic colors

1 #95AEBB and #BB95AE with #AEBB95 are triadic colors.

2 #95BBAE and #BBAE95 with #AEBB95 are triadic colors.