COLOR #AB704C

HEX: #AB704C
RGB: (171,112,76)

Renk bilgisi

#AB704C contains mainly red and green colors. #AB704C ‘ nin web güvenlik rengi #996633 (ya da #963) dir.

RGB renk modeli

#AB704C color RGB value is (171,112,76).

  • kırmız ton 171;
  • yeşil ton 112;
  • mavi ton 76.
RGB:
(171,112,76)
(67%,44%,30%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 112 of 255 = 44%
B 76 of 255 = 30%

171
112
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 112 + 76 = 359 (100%)
R 171 of 359 ~ 47.63%
G 112 of 359 ~ 31.2%
B 76 of 359 ~ 21.17%

%47.63
%31.2
%21.17

CMYK RENK MODELİ

#AB704C rengi CMYK tonu (0,35,56,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.50%
  • sarı tonu 55.56%
  • ana renk tonu 32.94%
CMYK:
(0,35,56,33)
C0M35Y56K33 
(0%,35%,56%,33%)
(0.00/0.35/0.56/0.33)	

CMYK yüzdeleri

%0
%34.5
%55.56
%32.94

Codes

Color #AB704C in popluar color models

AB704C
RGB17111276
HSL23°38.46%48.43%
HSB/HSV23°55.56%67.06%
CMYK0.00%34.50%55.56%
32.94%

Color #AB704C in popluar number systems.

HEXAB704C
Decimal17111276
Binary1010101111100001001100
Octal253160114

Shades and tints

Shades of #AB704C

#AB704C
(171,112,76)
#9C6646
(156,102,70)
#8D5C40
(141,92,64)
#7E523A
(126,82,58)
#6F4834
(111,72,52)
#603E2E
(96,62,46)
#513428
(81,52,40)
#422A22
(66,42,34)
#33201C
(51,32,28)
#241616
(36,22,22)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #AB704C

#AB704C
(171,112,76)
#B27D5C
(178,125,92)
#B98A6C
(185,138,108)
#C0977C
(192,151,124)
#C7A48C
(199,164,140)
#CEB19C
(206,177,156)
#D5BEAC
(213,190,172)
#DCCBBC
(220,203,188)
#E3D8CC
(227,216,204)
#EAE5DC
(234,229,220)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB704C color. Also use rgb(171,112,76) instead hex code.

Text Font Color

.myTextColor { color: #AB704C; }

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

This text font color is #AB704C.


Background Color

.myBgColor { background-color: #AB704C; }

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

This div background color is #AB704C.


Border color

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

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

This div border color is #AB704C.


Opacity

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

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

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

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

This text has shadow with #AB704C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB704C on black background.


Color preview on white background

This text has color #AB704C on white background.



Black color preview on #AB704C background

This text has black color on #AB704C background.


White color preview on #AB704C background

This text has white color on #AB704C background.