Color Hex Logo

#ab764d Color Hex

#AB764D
(171,118,77)
0 Favorites   0 Comments

Color spaces of #ab764d

RGB 17111877
HSL0.070.380.49
HSV26°55°67°
CMYK 0.000.310.55   0.33
XYZ24.612622.15069.9995
Yxy22.15060.43360.3902
Hunter Lab47.064410.984820.3481
CIE-Lab54.186416.168130.7773

#ab764d color RGB value is (171,118,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110110 01001101
Octal 253 166 115
Decimal 171 118 77
Hex AB 76 4D

RGB Percentages of Color #ab764d

%46.72
%32.24
%21.04

CMYK Percentages of Color #ab764d

%0
%31
%55
%33

Triadic Colors of #ab764d

#ab764d #4dab76 #764dab

Analogous Colors of #ab764d

#ab764d #aba54d #ab4d53

Monochromatic Colors of #ab764d

#ab764d

Complementary Color

#ab764d #4d82ab

#ab764d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab764d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab764d Color CSS Codes

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

#ab764d Text Font Color

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

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


#ab764d Background Color

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

This div background color is #ab764d


#ab764d Border Color

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

This div border color is #ab764d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab764d


Comments

No comments written yet.

Please login to write comment.