COLOR #A5711A

HEX: #A5711A
RGB: (165,113,26)

Renk bilgisi

#A5711A contains mainly red and green colors. #A5711A ‘ nin web güvenlik rengi #996600 (ya da #960) dir.

RGB renk modeli

#A5711A color RGB value is (165,113,26).

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

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 113 of 255 = 44%
B 26 of 255 = 10%

165
113
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 113 + 26 = 304 (100%)
R 165 of 304 ~ 54.28%
G 113 of 304 ~ 37.17%
B 26 of 304 ~ 8.55%

%54.28
%37.17

CMYK RENK MODELİ

#A5711A rengi CMYK tonu (0,32,84,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.52%
  • sarı tonu 84.24%
  • ana renk tonu 35.29%
CMYK:
(0,32,84,35)
C0M32Y84K35 
(0%,32%,84%,35%)
(0.00/0.32/0.84/0.35)	

CMYK yüzdeleri

%0
%31.52
%84.24
%35.29

Codes

Color #A5711A in popluar color models

A5711A
RGB16511326
HSL38°72.77%37.45%
HSB/HSV38°84.24%64.71%
CMYK0.00%31.52%84.24%
35.29%

Color #A5711A in popluar number systems.

HEXA5711A
Decimal16511326
Binary10100101111000111010
Octal24516132

Shades and tints

Shades of #A5711A

#A5711A
(165,113,26)
#966718
(150,103,24)
#875D16
(135,93,22)
#785314
(120,83,20)
#694912
(105,73,18)
#5A3F10
(90,63,16)
#4B350E
(75,53,14)
#3C2B0C
(60,43,12)
#2D210A
(45,33,10)
#1E1708
(30,23,8)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #A5711A

#A5711A
(165,113,26)
#AD7D2E
(173,125,46)
#B58942
(181,137,66)
#BD9556
(189,149,86)
#C5A16A
(197,161,106)
#CDAD7E
(205,173,126)
#D5B992
(213,185,146)
#DDC5A6
(221,197,166)
#E5D1BA
(229,209,186)
#EDDDCE
(237,221,206)
#F5E9E2
(245,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5711A; }

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

This text font color is #A5711A.


Background Color

.myBgColor { background-color: #A5711A; }

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

This div background color is #A5711A.


Border color

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

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

This div border color is #A5711A.


Opacity

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

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

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

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

This text has shadow with #A5711A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5711A on black background.


Color preview on white background

This text has color #A5711A on white background.



Black color preview on #A5711A background

This text has black color on #A5711A background.


White color preview on #A5711A background

This text has white color on #A5711A background.