Color Hex Logo

#ab766e Color Hex

#AB766E
(171,118,110)
0 Favorites   0 Comments

Color spaces of #ab766e

RGB 171118110
HSL0.020.270.55
HSV36°67°
CMYK 0.000.310.36   0.33
XYZ26.087522.740617.7663
Yxy22.74060.39170.3415
Hunter Lab47.687114.197011.2919
CIE-Lab54.804119.748412.7873

#ab766e color RGB value is (171,118,110).

#ab766e hex color red value is 171, green value is 118 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ab766e hue: 0.02 , saturation: 0.27 and the lightness value of ab766e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01101110
Octal 253 166 156
Decimal 171 118 110
Hex AB 76 6E

RGB Percentages of Color #ab766e

%42.86
%29.57
%27.57

CMYK Percentages of Color #ab766e

%0
%31
%36
%33

Triadic Colors of #ab766e

#ab766e #6eab76 #766eab

Analogous Colors of #ab766e

#ab766e #ab956e #ab6e85

Monochromatic Colors of #ab766e

#ab766e

Complementary Color

#ab766e #6ea3ab

#ab766e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab766e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab766e Color CSS Codes

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

#ab766e Text Font Color

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

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


#ab766e Background Color

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

This div background color is #ab766e


#ab766e Border Color

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

This div border color is #ab766e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab766e


Comments

No comments written yet.

Please login to write comment.