Color Hex Logo

#ab765e Color Hex

#AB765E
(171,118,94)
0 Favorites   0 Comments

Color spaces of #ab765e

RGB 17111894
HSL0.050.310.52
HSV19°45°67°
CMYK 0.000.310.45   0.33
XYZ25.293422.422913.5846
Yxy22.42290.41260.3658
Hunter Lab47.352812.477916.1378
CIE-Lab54.472917.845221.5681

#ab765e color RGB value is (171,118,94).

#ab765e hex color red value is 171, green value is 118 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ab765e hue: 0.05 , saturation: 0.31 and the lightness value of ab765e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01011110
Octal 253 166 136
Decimal 171 118 94
Hex AB 76 5E

RGB Percentages of Color #ab765e

%44.65
%30.81
%24.54

CMYK Percentages of Color #ab765e

%0
%31
%45
%33

Triadic Colors of #ab765e

#ab765e #5eab76 #765eab

Analogous Colors of #ab765e

#ab765e #ab9d5e #ab5e6d

Monochromatic Colors of #ab765e

#ab765e

Complementary Color

#ab765e #5e93ab

#ab765e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab765e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab765e Color CSS Codes

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

#ab765e Text Font Color

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

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


#ab765e Background Color

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

This div background color is #ab765e


#ab765e Border Color

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

This div border color is #ab765e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab765e


Comments

No comments written yet.

Please login to write comment.