Color Hex Logo

#ab7671 Color Hex

#AB7671
(171,118,113)
0 Favorites   0 Comments

Color spaces of #ab7671

RGB 171118113
HSL0.010.260.56
HSV34°67°
CMYK 0.000.310.34   0.33
XYZ26.253722.807018.6413
Yxy22.80700.38780.3369
Hunter Lab47.756714.554210.2865
CIE-Lab54.873020.140211.1405

#ab7671 color RGB value is (171,118,113).

#ab7671 hex color red value is 171, green value is 118 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ab7671 hue: 0.01 , saturation: 0.26 and the lightness value of ab7671 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01110001
Octal 253 166 161
Decimal 171 118 113
Hex AB 76 71

RGB Percentages of Color #ab7671

%42.54
%29.35
%28.11

CMYK Percentages of Color #ab7671

%0
%31
%34
%33

Triadic Colors of #ab7671

#ab7671 #71ab76 #7671ab

Analogous Colors of #ab7671

#ab7671 #ab9371 #ab7189

Monochromatic Colors of #ab7671

#ab7671

Complementary Color

#ab7671 #71a6ab

#ab7671 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7671 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7671 Color CSS Codes

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

#ab7671 Text Font Color

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

This sample text font color is #ab7671
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.


#ab7671 Background Color

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

This div background color is #ab7671


#ab7671 Border Color

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

This div border color is #ab7671


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7671


Comments

No comments written yet.

Please login to write comment.