COLOR #AB6A17

HEX: #AB6A17
RGB: (171,106,23)

Renk bilgisi

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

RGB renk modeli

#AB6A17 color RGB value is (171,106,23).

  • kırmız ton 171;
  • yeşil ton 106;
  • mavi ton 23.
RGB:
(171,106,23)
(67%,42%,9%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 106 of 255 = 42%
B 23 of 255 = 9%

171
106
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 106 + 23 = 300 (100%)
R 171 of 300 ~ 57%
G 106 of 300 ~ 35.33%
B 23 of 300 ~ 7.67%

%57
%35.33

CMYK RENK MODELİ

#AB6A17 rengi CMYK tonu (0,38,87,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.01%
  • sarı tonu 86.55%
  • ana renk tonu 32.94%
CMYK:
(0,38,87,33)
C0M38Y87K33 
(0%,38%,87%,33%)
(0.00/0.38/0.87/0.33)	

CMYK yüzdeleri

%0
%38.01
%86.55
%32.94

Codes

Color #AB6A17 in popluar color models

AB6A17
RGB17110623
HSL34°76.29%38.04%
HSB/HSV34°86.55%67.06%
CMYK0.00%38.01%86.55%
32.94%

Color #AB6A17 in popluar number systems.

HEXAB6A17
Decimal17110623
Binary10101011110101010111
Octal25315227

Shades and tints

Shades of #AB6A17

#AB6A17
(171,106,23)
#9C6115
(156,97,21)
#8D5813
(141,88,19)
#7E4F11
(126,79,17)
#6F460F
(111,70,15)
#603D0D
(96,61,13)
#51340B
(81,52,11)
#422B09
(66,43,9)
#332207
(51,34,7)
#241905
(36,25,5)
#151003
(21,16,3)
#000000
(0,0,0)

Tints of #AB6A17

#AB6A17
(171,106,23)
#B2772C
(178,119,44)
#B98441
(185,132,65)
#C09156
(192,145,86)
#C79E6B
(199,158,107)
#CEAB80
(206,171,128)
#D5B895
(213,184,149)
#DCC5AA
(220,197,170)
#E3D2BF
(227,210,191)
#EADFD4
(234,223,212)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6A17 color. Also use rgb(171,106,23) instead hex code.

Text Font Color

.myTextColor { color: #AB6A17; }

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

This text font color is #AB6A17.


Background Color

.myBgColor { background-color: #AB6A17; }

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

This div background color is #AB6A17.


Border color

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

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

This div border color is #AB6A17.


Opacity

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

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

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

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

This text has shadow with #AB6A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6A17 on black background.


Color preview on white background

This text has color #AB6A17 on white background.



Black color preview on #AB6A17 background

This text has black color on #AB6A17 background.


White color preview on #AB6A17 background

This text has white color on #AB6A17 background.