COLOR #A5711E

HEX: #A5711E
RGB: (165,113,30)

Renk bilgisi

#A5711E contains mainly red and green colors. #A5711E ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#A5711E color RGB value is (165,113,30).

  • kırmız ton 165;
  • yeşil ton 113;
  • mavi ton 30.
RGB:
(165,113,30)
(65%,44%,12%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 113 of 255 = 44%
B 30 of 255 = 12%

165
113
30

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 113 + 30 = 308 (100%)
R 165 of 308 ~ 53.57%
G 113 of 308 ~ 36.69%
B 30 of 308 ~ 9.74%

%53.57
%36.69
%9.74

CMYK RENK MODELİ

#A5711E rengi CMYK tonu (0,32,82,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.52%
  • sarı tonu 81.82%
  • ana renk tonu 35.29%
CMYK:
(0,32,82,35)
C0M32Y82K35 
(0%,32%,82%,35%)
(0.00/0.32/0.82/0.35)	

CMYK yüzdeleri

%0
%31.52
%81.82
%35.29

Codes

Color #A5711E in popluar color models

A5711E
RGB16511330
HSL37°69.23%38.24%
HSB/HSV37°81.82%64.71%
CMYK0.00%31.52%81.82%
35.29%

Color #A5711E in popluar number systems.

HEXA5711E
Decimal16511330
Binary10100101111000111110
Octal24516136

Shades and tints

Shades of #A5711E

#A5711E
(165,113,30)
#96671C
(150,103,28)
#875D1A
(135,93,26)
#785318
(120,83,24)
#694916
(105,73,22)
#5A3F14
(90,63,20)
#4B3512
(75,53,18)
#3C2B10
(60,43,16)
#2D210E
(45,33,14)
#1E170C
(30,23,12)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #A5711E

#A5711E
(165,113,30)
#AD7D32
(173,125,50)
#B58946
(181,137,70)
#BD955A
(189,149,90)
#C5A16E
(197,161,110)
#CDAD82
(205,173,130)
#D5B996
(213,185,150)
#DDC5AA
(221,197,170)
#E5D1BE
(229,209,190)
#EDDDD2
(237,221,210)
#F5E9E6
(245,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5711E color. Also use rgb(165,113,30) instead hex code.

Text Font Color

.myTextColor { color: #A5711E; }

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

This text font color is #A5711E.


Background Color

.myBgColor { background-color: #A5711E; }

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

This div background color is #A5711E.


Border color

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

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

This div border color is #A5711E.


Opacity

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

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

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

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

This text has shadow with #A5711E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5711E on black background.


Color preview on white background

This text has color #A5711E on white background.



Black color preview on #A5711E background

This text has black color on #A5711E background.


White color preview on #A5711E background

This text has white color on #A5711E background.