Color Hex Logo

#ab716a Color Hex

#AB716A
(171,113,106)
0 Favorites   0 Comments

Color spaces of #ab716a

RGB 171113106
HSL0.020.280.54
HSV38°67°
CMYK 0.000.340.38   0.33
XYZ25.301221.508816.4538
Yxy21.50880.39990.3400
Hunter Lab46.377616.219611.4294
CIE-Lab53.501922.063413.3025

#ab716a color RGB value is (171,113,106).

#ab716a hex color red value is 171, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ab716a hue: 0.02 , saturation: 0.28 and the lightness value of ab716a is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110001 01101010
Octal 253 161 152
Decimal 171 113 106
Hex AB 71 6A

RGB Percentages of Color #ab716a

%43.85
%28.97
%27.18

CMYK Percentages of Color #ab716a

%0
%34
%38
%33

Triadic Colors of #ab716a

#ab716a #6aab71 #716aab

Analogous Colors of #ab716a

#ab716a #ab926a #ab6a84

Monochromatic Colors of #ab716a

#ab716a

Complementary Color

#ab716a #6aa4ab

#ab716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab716a Color CSS Codes

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

#ab716a Text Font Color

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

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


#ab716a Background Color

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

This div background color is #ab716a


#ab716a Border Color

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

This div border color is #ab716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab716a


Comments

No comments written yet.

Please login to write comment.