Color Hex Logo

#ab715c Color Hex

#AB715C
(171,113,92)
0 Favorites   0 Comments

Color spaces of #ab715c

RGB 17111392
HSL0.040.320.52
HSV16°46°67°
CMYK 0.000.340.46   0.33
XYZ24.631521.240912.9269
Yxy21.24090.41890.3612
Hunter Lab46.087914.745015.6316
CIE-Lab53.212120.449221.0340

#ab715c color RGB value is (171,113,92).

#ab715c hex color red value is 171, green value is 113 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ab715c hue: 0.04 , saturation: 0.32 and the lightness value of ab715c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 01011100
Octal 253 161 134
Decimal 171 113 92
Hex AB 71 5C

RGB Percentages of Color #ab715c

%45.48
%30.05
%24.47

CMYK Percentages of Color #ab715c

%0
%34
%46
%33

Triadic Colors of #ab715c

#ab715c #5cab71 #715cab

Analogous Colors of #ab715c

#ab715c #ab995c #ab5c6f

Monochromatic Colors of #ab715c

#ab715c

Complementary Color

#ab715c #5c96ab

#ab715c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab715c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab715c Color CSS Codes

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

#ab715c Text Font Color

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

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


#ab715c Background Color

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

This div background color is #ab715c


#ab715c Border Color

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

This div border color is #ab715c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab715c


Comments

No comments written yet.

Please login to write comment.