Color Hex Logo

#ab7366 Color Hex

#AB7366
(171,115,102)
0 Favorites   0 Comments

Color spaces of #ab7366

RGB 171115102
HSL0.030.290.54
HSV11°40°67°
CMYK 0.000.330.40   0.33
XYZ25.323621.878715.4587
Yxy21.87870.40410.3492
Hunter Lab46.774714.783413.1473
CIE-Lab53.898120.450816.1779

#ab7366 color RGB value is (171,115,102).

#ab7366 hex color red value is 171, green value is 115 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ab7366 hue: 0.03 , saturation: 0.29 and the lightness value of ab7366 is 0.54.

The process color (four color CMYK) of #ab7366 color hex is 0.00, 0.33, 0.40, 0.33. Web safe color of #ab7366 is #996666. Color #ab7366 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 01100110
Octal 253 163 146
Decimal 171 115 102
Hex AB 73 66

RGB Percentages of Color #ab7366

%44.07
%29.64
%26.29

CMYK Percentages of Color #ab7366

%0
%33
%40
%33

Triadic Colors of #ab7366

#ab7366 #66ab73 #7366ab

Analogous Colors of #ab7366

#ab7366 #ab9666 #ab667c

Monochromatic Colors of #ab7366

#ab7366

Complementary Color

#ab7366 #669eab

#ab7366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7366 Color CSS Codes

.mybgcolor {background-color:#ab7366; } 
.myforecolor {color:#ab7366; }
.mybordercolor {border:3px solid #ab7366; }

#ab7366 Text Font Color

<p style="color:#ab7366">Text here</p>

This sample text font color is #ab7366
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ab7366 Background Color

<div style="background-color:#ab7366">
Div content here</div>

This div background color is #ab7366


#ab7366 Border Color

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

This div border color is #ab7366


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,115,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab7366; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab7366;
  -webkit-box-shadow: 1px 1px 3px 2px #ab7366;
  box-shadow:         1px 1px 3px 2px #ab7366; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,115,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ab7366">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ab7366;
  -webkit-box-shadow: 1px 1px 3px 2px #ab7366;
  box-shadow:         1px 1px 3px 2px #ab7366;">
Div content here</div>

This div box has shadow with color #ab7366


Comments

No comments written yet.

Please login to write comment.