COLOR #AB775A

HEX: #AB775A
RGB: (171,119,90)

Renk bilgisi

#AB775A contains mainly red and green colors. #AB775A ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AB775A color RGB value is (171,119,90).

  • kırmız ton 171;
  • yeşil ton 119;
  • mavi ton 90.
RGB:
(171,119,90)
(67%,47%,35%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 119 of 255 = 47%
B 90 of 255 = 35%

171
119
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 119 + 90 = 380 (100%)
R 171 of 380 ~ 45%
G 119 of 380 ~ 31.32%
B 90 of 380 ~ 23.68%

%45
%31.32
%23.68

CMYK RENK MODELİ

#AB775A rengi CMYK tonu (0,30,47,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.41%
  • sarı tonu 47.37%
  • ana renk tonu 32.94%
CMYK:
(0,30,47,33)
C0M30Y47K33 
(0%,30%,47%,33%)
(0.00/0.30/0.47/0.33)	

CMYK yüzdeleri

%0
%30.41
%47.37
%32.94

Codes

Color #AB775A in popluar color models

AB775A
RGB17111990
HSL21°32.53%51.18%
HSB/HSV21°47.37%67.06%
CMYK0.00%30.41%47.37%
32.94%

Color #AB775A in popluar number systems.

HEXAB775A
Decimal17111990
Binary1010101111101111011010
Octal253167132

Shades and tints

Shades of #AB775A

#AB775A
(171,119,90)
#9C6D52
(156,109,82)
#8D634A
(141,99,74)
#7E5942
(126,89,66)
#6F4F3A
(111,79,58)
#604532
(96,69,50)
#513B2A
(81,59,42)
#423122
(66,49,34)
#33271A
(51,39,26)
#241D12
(36,29,18)
#15130A
(21,19,10)
#000000
(0,0,0)

Tints of #AB775A

#AB775A
(171,119,90)
#B28369
(178,131,105)
#B98F78
(185,143,120)
#C09B87
(192,155,135)
#C7A796
(199,167,150)
#CEB3A5
(206,179,165)
#D5BFB4
(213,191,180)
#DCCBC3
(220,203,195)
#E3D7D2
(227,215,210)
#EAE3E1
(234,227,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB775A color. Also use rgb(171,119,90) instead hex code.

Text Font Color

.myTextColor { color: #AB775A; }

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

This text font color is #AB775A.


Background Color

.myBgColor { background-color: #AB775A; }

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

This div background color is #AB775A.


Border color

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

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

This div border color is #AB775A.


Opacity

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

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

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

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

This text has shadow with #AB775A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB775A on black background.


Color preview on white background

This text has color #AB775A on white background.



Black color preview on #AB775A background

This text has black color on #AB775A background.


White color preview on #AB775A background

This text has white color on #AB775A background.