COLOR #AE963B

HEX: #AE963B
RGB: (174,150,59)

Renk bilgisi

#AE963B contains mainly red and green colors. #AE963B ‘ nin web güvenlik rengi #999933 (ya da #993) dir.

RGB renk modeli

#AE963B color RGB value is (174,150,59).

  • kırmız ton 174;
  • yeşil ton 150;
  • mavi ton 59.
RGB:
(174,150,59)
(68%,59%,23%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 150 of 255 = 59%
B 59 of 255 = 23%

174
150
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 150 + 59 = 383 (100%)
R 174 of 383 ~ 45.43%
G 150 of 383 ~ 39.16%
B 59 of 383 ~ 15.4%

%45.43
%39.16
%15.4

CMYK RENK MODELİ

#AE963B rengi CMYK tonu (0,14,66,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.79%
  • sarı tonu 66.09%
  • ana renk tonu 31.76%
CMYK:
(0,14,66,32)
C0M14Y66K32 
(0%,14%,66%,32%)
(0.00/0.14/0.66/0.32)	

CMYK yüzdeleri

%0
%13.79
%66.09
%31.76

Codes

Color #AE963B in popluar color models

AE963B
RGB17415059
HSL47°49.36%45.69%
HSB/HSV47°66.09%68.24%
CMYK0.00%13.79%66.09%
31.76%

Color #AE963B in popluar number systems.

HEXAE963B
Decimal17415059
Binary1010111010010110111011
Octal25622673

Shades and tints

Shades of #AE963B

#AE963B
(174,150,59)
#9F8936
(159,137,54)
#907C31
(144,124,49)
#816F2C
(129,111,44)
#726227
(114,98,39)
#635522
(99,85,34)
#54481D
(84,72,29)
#453B18
(69,59,24)
#362E13
(54,46,19)
#27210E
(39,33,14)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #AE963B

#AE963B
(174,150,59)
#B59F4C
(181,159,76)
#BCA85D
(188,168,93)
#C3B16E
(195,177,110)
#CABA7F
(202,186,127)
#D1C390
(209,195,144)
#D8CCA1
(216,204,161)
#DFD5B2
(223,213,178)
#E6DEC3
(230,222,195)
#EDE7D4
(237,231,212)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE963B; }

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

This text font color is #AE963B.


Background Color

.myBgColor { background-color: #AE963B; }

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

This div background color is #AE963B.


Border color

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

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

This div border color is #AE963B.


Opacity

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

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

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

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

This text has shadow with #AE963B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE963B on black background.


Color preview on white background

This text has color #AE963B on white background.



Black color preview on #AE963B background

This text has black color on #AE963B background.


White color preview on #AE963B background

This text has white color on #AE963B background.