COLOR #AB6A68

HEX: #AB6A68
RGB: (171,106,104)

Renk bilgisi

#AB6A68 contains mainly red color. #AB6A68 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AB6A68 color RGB value is (171,106,104).

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

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 106 of 255 = 42%
B 104 of 255 = 41%

171
106
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 106 + 104 = 381 (100%)
R 171 of 381 ~ 44.88%
G 106 of 381 ~ 27.82%
B 104 of 381 ~ 27.3%

%44.88
%27.82
%27.3

CMYK RENK MODELİ

#AB6A68 rengi CMYK tonu (0,38,39,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.01%
  • sarı tonu 39.18%
  • ana renk tonu 32.94%
CMYK:
(0,38,39,33)
C0M38Y39K33 
(0%,38%,39%,33%)
(0.00/0.38/0.39/0.33)	

CMYK yüzdeleri

%0
%38.01
%39.18
%32.94

Codes

Color #AB6A68 in popluar color models

AB6A68
RGB171106104
HSL28.51%53.92%
HSB/HSV39.18%67.06%
CMYK0.00%38.01%39.18%
32.94%

Color #AB6A68 in popluar number systems.

HEXAB6A68
Decimal171106104
Binary1010101111010101101000
Octal253152150

Shades and tints

Shades of #AB6A68

#AB6A68
(171,106,104)
#9C615F
(156,97,95)
#8D5856
(141,88,86)
#7E4F4D
(126,79,77)
#6F4644
(111,70,68)
#603D3B
(96,61,59)
#513432
(81,52,50)
#422B29
(66,43,41)
#332220
(51,34,32)
#241917
(36,25,23)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #AB6A68

#AB6A68
(171,106,104)
#B27775
(178,119,117)
#B98482
(185,132,130)
#C0918F
(192,145,143)
#C79E9C
(199,158,156)
#CEABA9
(206,171,169)
#D5B8B6
(213,184,182)
#DCC5C3
(220,197,195)
#E3D2D0
(227,210,208)
#EADFDD
(234,223,221)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6A68; }

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

This text font color is #AB6A68.


Background Color

.myBgColor { background-color: #AB6A68; }

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

This div background color is #AB6A68.


Border color

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

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

This div border color is #AB6A68.


Opacity

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

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

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

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

This text has shadow with #AB6A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6A68 on black background.


Color preview on white background

This text has color #AB6A68 on white background.



Black color preview on #AB6A68 background

This text has black color on #AB6A68 background.


White color preview on #AB6A68 background

This text has white color on #AB6A68 background.