COLOR #AE6A0F

HEX: #AE6A0F
RGB: (174,106,15)

Renk bilgisi

#AE6A0F contains mainly red color. #AE6A0F ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#AE6A0F color RGB value is (174,106,15).

  • kırmız ton 174;
  • yeşil ton 106;
  • mavi ton 15.
RGB:
(174,106,15)
(68%,42%,6%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 106 of 255 = 42%
B 15 of 255 = 6%

174
106
15

R + G + B ~ 39%. #AE6A0F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 106 + 15 = 295 (100%)
R 174 of 295 ~ 58.98%
G 106 of 295 ~ 35.93%
B 15 of 295 ~ 5.08%

%58.98
%35.93

CMYK RENK MODELİ

#AE6A0F rengi CMYK tonu (0,39,91,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.08%
  • sarı tonu 91.38%
  • ana renk tonu 31.76%
CMYK:
(0,39,91,32)
C0M39Y91K32 
(0%,39%,91%,32%)
(0.00/0.39/0.91/0.32)	

CMYK yüzdeleri

%0
%39.08
%91.38
%31.76

Codes

Color #AE6A0F in popluar color models

AE6A0F
RGB17410615
HSL34°84.13%37.06%
HSB/HSV34°91.38%68.24%
CMYK0.00%39.08%91.38%
31.76%

Color #AE6A0F in popluar number systems.

HEXAE6A0F
Decimal17410615
Binary1010111011010101111
Octal25615217

Shades and tints

Shades of #AE6A0F

#AE6A0F
(174,106,15)
#9F610E
(159,97,14)
#90580D
(144,88,13)
#814F0C
(129,79,12)
#72460B
(114,70,11)
#633D0A
(99,61,10)
#543409
(84,52,9)
#452B08
(69,43,8)
#362207
(54,34,7)
#271906
(39,25,6)
#181005
(24,16,5)
#000000
(0,0,0)

Tints of #AE6A0F

#AE6A0F
(174,106,15)
#B57724
(181,119,36)
#BC8439
(188,132,57)
#C3914E
(195,145,78)
#CA9E63
(202,158,99)
#D1AB78
(209,171,120)
#D8B88D
(216,184,141)
#DFC5A2
(223,197,162)
#E6D2B7
(230,210,183)
#EDDFCC
(237,223,204)
#F4ECE1
(244,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6A0F color. Also use rgb(174,106,15) instead hex code.

Text Font Color

.myTextColor { color: #AE6A0F; }

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

This text font color is #AE6A0F.


Background Color

.myBgColor { background-color: #AE6A0F; }

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

This div background color is #AE6A0F.


Border color

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

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

This div border color is #AE6A0F.


Opacity

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

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

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

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

This text has shadow with #AE6A0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6A0F on black background.


Color preview on white background

This text has color #AE6A0F on white background.



Black color preview on #AE6A0F background

This text has black color on #AE6A0F background.


White color preview on #AE6A0F background

This text has white color on #AE6A0F background.