COLOR #AE965F

HEX: #AE965F RGB: (174,150,95)

Color info

#AE965F contains mainly red and green colors. Web safe color of #AE965F is #999966 (or #996).

RGB color model

#AE965F color RGB value is (174,150,95).

RGB: (174,150,95) (68%, 59%, 37%)

RGB channels and saturation

R 174 of 255 = 68%
G 150 of 255 = 59%
B 95 of 255 = 37%

174
150
95

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

Portions of RGB colors in percentages

R + G + B = 174 + 150 + 95 = 419 (100%)
R 174 of 419 ~ 41.53%
G 150 of 419 ~ 35.8%
B 95 of 419 ~ 22.67'%

%41.53
%35.8
%22.67

CMYK color model

#AE965F color CMYK value is (0,14,45,32).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 45.40%
  • key color value is 31.76%

CMYK: (0,14,45,32)
C0M14Y45K32 (0%, 14%, 45%, 32%)
(0.00 / 0.14 / 0.45 / 0.32)

CMYK percentages

%0
%13.79
%45.4
%31.76

Codes

Color #AE965F in popluar color models

AE 96 5F
RGB 174 150 95
HSL 42° 32.78% 52.75%
HSB/HSV 42° 45.40% 68.24%
CMYK 0.00% 13.79% 45.40%
31.76%

Color #AE965F in popluar number systems.

HEX AE 96 5F
Decimal 174 150 95
Binary 10101110 10010110 1011111
Octal 256 226 137

Shades and tints

Shades of #AE965F

#AE965F
(174,150,95)
#9F8957
(159,137,87)
#907C4F
(144,124,79)
#816F47
(129,111,71)
#72623F
(114,98,63)
#635537
(99,85,55)
#54482F
(84,72,47)
#453B27
(69,59,39)
#362E1F
(54,46,31)
#272117
(39,33,23)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AE965F

#AE965F
(174,150,95)
#B59F6D
(181,159,109)
#BCA87B
(188,168,123)
#C3B189
(195,177,137)
#CABA97
(202,186,151)
#D1C3A5
(209,195,165)
#D8CCB3
(216,204,179)
#DFD5C1
(223,213,193)
#E6DECF
(230,222,207)
#EDE7DD
(237,231,221)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE965F color. Also use rgb(174,150,95) instead hex code.

Text Font Color

.myTextColor { color: #AE965F; }

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

This text font color is #AE965F.

Background Color

.myBgColor { background-color: #AE965F; }

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

This div background color is #AE965F.

Border color

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

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

This div border color is #AE965F.

Opacity

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

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

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

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

This text has shadow with #AE965F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AE965F.

Preview

Color preview on black background

This text has color #AE965F on black background.


Color preview on white background

This text has color #AE965F on white background.


Black color preview on #AE965F background

This text has black color on #AE965F background.


White color preview on #AE965F background

This text has white color on #AE965F background.


Related colors

Complementary color

Complementary color for #hex is #5169A0.


I love getcolorcode.com

Triadic colors

1 #5FAE96 and #965FAE with #AE965F are triadic colors.

2 #5F96AE and #96AE5F with #AE965F are triadic colors.