Color Hex Logo

#ab764e Color Hex

#AB764E
(171,118,78)
0 Favorites   0 Comments

Color spaces of #ab764e

RGB 17111878
HSL0.070.370.49
HSV26°54°67°
CMYK 0.000.310.54   0.33
XYZ24.648222.164910.1869
Yxy22.16490.43240.3889
Hunter Lab47.079611.063120.1268
CIE-Lab54.201516.256630.2431

#ab764e color RGB value is (171,118,78).

#ab764e hex color red value is 171, green value is 118 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab764e hue: 0.07 , saturation: 0.37 and the lightness value of ab764e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01001110
Octal 253 166 116
Decimal 171 118 78
Hex AB 76 4E

RGB Percentages of Color #ab764e

%46.59
%32.15
%21.25

CMYK Percentages of Color #ab764e

%0
%31
%54
%33

Triadic Colors of #ab764e

#ab764e #4eab76 #764eab

Analogous Colors of #ab764e

#ab764e #aba54e #ab4e55

Monochromatic Colors of #ab764e

#ab764e

Complementary Color

#ab764e #4e83ab

#ab764e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab764e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab764e Color CSS Codes

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

#ab764e Text Font Color

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

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


#ab764e Background Color

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

This div background color is #ab764e


#ab764e Border Color

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

This div border color is #ab764e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab764e


Comments

No comments written yet.

Please login to write comment.