COLOR #A35513

HEX: #A35513
RGB: (163,85,19)

Renk bilgisi

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

RGB renk modeli

#A35513 color RGB value is (163,85,19).

  • kırmız ton 163;
  • yeşil ton 85;
  • mavi ton 19.
RGB:
(163,85,19)
(64%,33%,7%)

RGB bağlantıları ve doygunluk

R 163 of 255 = 64%
G 85 of 255 = 33%
B 19 of 255 = 7%

163
85
19

R + G + B ~ 35%. #A35513 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
163 + 85 + 19 = 267 (100%)
R 163 of 267 ~ 61.05%
G 85 of 267 ~ 31.84%
B 19 of 267 ~ 7.12%

%61.05
%31.84

CMYK RENK MODELİ

#A35513 rengi CMYK tonu (0,48,88,36).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.85%
  • sarı tonu 88.34%
  • ana renk tonu 36.08%
CMYK:
(0,48,88,36)
C0M48Y88K36 
(0%,48%,88%,36%)
(0.00/0.48/0.88/0.36)	

CMYK yüzdeleri

%0
%47.85
%88.34
%36.08

Codes

Color #A35513 in popluar color models

A35513
RGB1638519
HSL28°79.12%35.69%
HSB/HSV28°88.34%63.92%
CMYK0.00%47.85%88.34%
36.08%

Color #A35513 in popluar number systems.

HEXA35513
Decimal1638519
Binary10100011101010110011
Octal24312523

Shades and tints

Shades of #A35513

#A35513
(163,85,19)
#954E12
(149,78,18)
#874711
(135,71,17)
#794010
(121,64,16)
#6B390F
(107,57,15)
#5D320E
(93,50,14)
#4F2B0D
(79,43,13)
#41240C
(65,36,12)
#331D0B
(51,29,11)
#25160A
(37,22,10)
#170F09
(23,15,9)
#000000
(0,0,0)

Tints of #A35513

#A35513
(163,85,19)
#AB6428
(171,100,40)
#B3733D
(179,115,61)
#BB8252
(187,130,82)
#C39167
(195,145,103)
#CBA07C
(203,160,124)
#D3AF91
(211,175,145)
#DBBEA6
(219,190,166)
#E3CDBB
(227,205,187)
#EBDCD0
(235,220,208)
#F3EBE5
(243,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35513 color. Also use rgb(163,85,19) instead hex code.

Text Font Color

.myTextColor { color: #A35513; }

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

This text font color is #A35513.


Background Color

.myBgColor { background-color: #A35513; }

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

This div background color is #A35513.


Border color

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

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

This div border color is #A35513.


Opacity

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

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

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

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

This text has shadow with #A35513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A35513 on black background.


Color preview on white background

This text has color #A35513 on white background.



Black color preview on #A35513 background

This text has black color on #A35513 background.


White color preview on #A35513 background

This text has white color on #A35513 background.