Color Hex Logo

#ab713e Color Hex

#AB713E
(171,113,62)
0 Favorites   0 Comments

Color spaces of #ab713e

RGB 17111362
HSL0.080.470.46
HSV28°64°67°
CMYK 0.000.340.64   0.33
XYZ23.569220.81607.3331
Yxy20.81600.45570.4025
Hunter Lab45.624612.368422.4077
CIE-Lab52.747517.801637.1587

#ab713e color RGB value is (171,113,62).

#ab713e hex color red value is 171, green value is 113 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab713e hue: 0.08 , saturation: 0.47 and the lightness value of ab713e is 0.46.

The process color (four color CMYK) of #ab713e color hex is 0.00, 0.34, 0.64, 0.33. Web safe color of #ab713e is #996633. Color #ab713e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 00111110
Octal 253 161 76
Decimal 171 113 62
Hex AB 71 3E

RGB Percentages of Color #ab713e

%49.42
%32.66
%17.92

CMYK Percentages of Color #ab713e

%0
%34
%64
%33

Triadic Colors of #ab713e

#ab713e #3eab71 #713eab

Analogous Colors of #ab713e

#ab713e #aba83e #ab3e42

Monochromatic Colors of #ab713e

#ab713e

Complementary Color

#ab713e #3e78ab

#ab713e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab713e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab713e Color CSS Codes

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

#ab713e Text Font Color

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

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


#ab713e Background Color

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

This div background color is #ab713e


#ab713e Border Color

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

This div border color is #ab713e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab713e


Comments

No comments written yet.

Please login to write comment.