Color Hex Logo

#ab964e Color Hex

#AB964E
(171,150,78)
0 Favorites   0 Comments

Color spaces of #ab964e

RGB 17115078
HSL0.130.370.49
HSV46°54°67°
CMYK 0.000.120.54   0.33
XYZ29.076131.020711.6628
Yxy31.02070.40520.4323
Hunter Lab55.6962-4.282926.5720
CIE-Lab62.5251-1.569140.4055

#ab964e color RGB value is (171,150,78).

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

The process color (four color CMYK) of #ab964e color hex is 0.00, 0.12, 0.54, 0.33. Web safe color of #ab964e is #999966. Color #ab964e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 01001110
Octal 253 226 116
Decimal 171 150 78
Hex AB 96 4E

RGB Percentages of Color #ab964e

%42.86
%37.59
%19.55

CMYK Percentages of Color #ab964e

%0
%12
%54
%33

Triadic Colors of #ab964e

#ab964e #4eab96 #964eab

Analogous Colors of #ab964e

#ab964e #92ab4e #ab684e

Monochromatic Colors of #ab964e

#ab964e

Complementary Color

#ab964e #4e63ab

#ab964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab964e Color CSS Codes

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

#ab964e Text Font Color

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

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


#ab964e Background Color

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

This div background color is #ab964e


#ab964e Border Color

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

This div border color is #ab964e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,150,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 #ab964e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab964e


Comments

No comments written yet.

Please login to write comment.