COLOR #AB520A

HEX: #AB520A
RGB: (171,82,10)

Renk bilgisi

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

RGB renk modeli

#AB520A color RGB value is (171,82,10).

  • kırmız ton 171;
  • yeşil ton 82;
  • mavi ton 10.
RGB:
(171,82,10)
(67%,32%,4%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 82 of 255 = 32%
B 10 of 255 = 4%

171
82
10

R + G + B ~ 34%. #AB520A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 82 + 10 = 263 (100%)
R 171 of 263 ~ 65.02%
G 82 of 263 ~ 31.18%
B 10 of 263 ~ 3.8%

%65.02
%31.18

CMYK RENK MODELİ

#AB520A rengi CMYK tonu (0,52,94,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.05%
  • sarı tonu 94.15%
  • ana renk tonu 32.94%
CMYK:
(0,52,94,33)
C0M52Y94K33 
(0%,52%,94%,33%)
(0.00/0.52/0.94/0.33)	

CMYK yüzdeleri

%0
%52.05
%94.15
%32.94

Codes

Color #AB520A in popluar color models

AB520A
RGB1718210
HSL27°88.95%35.49%
HSB/HSV27°94.15%67.06%
CMYK0.00%52.05%94.15%
32.94%

Color #AB520A in popluar number systems.

HEXAB520A
Decimal1718210
Binary1010101110100101010
Octal25312212

Shades and tints

Shades of #AB520A

#AB520A
(171,82,10)
#9C4B0A
(156,75,10)
#8D440A
(141,68,10)
#7E3D0A
(126,61,10)
#6F360A
(111,54,10)
#602F0A
(96,47,10)
#51280A
(81,40,10)
#42210A
(66,33,10)
#331A0A
(51,26,10)
#24130A
(36,19,10)
#150C0A
(21,12,10)
#000000
(0,0,0)

Tints of #AB520A

#AB520A
(171,82,10)
#B26120
(178,97,32)
#B97036
(185,112,54)
#C07F4C
(192,127,76)
#C78E62
(199,142,98)
#CE9D78
(206,157,120)
#D5AC8E
(213,172,142)
#DCBBA4
(220,187,164)
#E3CABA
(227,202,186)
#EAD9D0
(234,217,208)
#F1E8E6
(241,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB520A color. Also use rgb(171,82,10) instead hex code.

Text Font Color

.myTextColor { color: #AB520A; }

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

This text font color is #AB520A.


Background Color

.myBgColor { background-color: #AB520A; }

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

This div background color is #AB520A.


Border color

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

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

This div border color is #AB520A.


Opacity

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

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

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

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

This text has shadow with #AB520A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB520A on black background.


Color preview on white background

This text has color #AB520A on white background.



Black color preview on #AB520A background

This text has black color on #AB520A background.


White color preview on #AB520A background

This text has white color on #AB520A background.