Color Hex Logo

#ab963e Color Hex

#AB963E
(171,150,62)
0 Favorites   0 Comments

Color spaces of #ab963e

RGB 17115062
HSL0.130.470.46
HSV48°64°67°
CMYK 0.000.120.64   0.33
XYZ28.570430.81849.0002
Yxy30.81840.41780.4506
Hunter Lab55.5143-5.285229.2477
CIE-Lab62.3540-2.796347.9713

#ab963e color RGB value is (171,150,62).

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

The process color (four color CMYK) of #ab963e color hex is 0.00, 0.12, 0.64, 0.33. Web safe color of #ab963e is #999933. Color #ab963e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 00111110
Octal 253 226 76
Decimal 171 150 62
Hex AB 96 3E

RGB Percentages of Color #ab963e

%44.65
%39.16
%16.19

CMYK Percentages of Color #ab963e

%0
%12
%64
%33

Triadic Colors of #ab963e

#ab963e #3eab96 #963eab

Analogous Colors of #ab963e

#ab963e #8aab3e #ab603e

Monochromatic Colors of #ab963e

#ab963e

Complementary Color

#ab963e #3e53ab

#ab963e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab963e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab963e Color CSS Codes

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

#ab963e Text Font Color

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

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


#ab963e Background Color

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

This div background color is #ab963e


#ab963e Border Color

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

This div border color is #ab963e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab963e


Comments

No comments written yet.

Please login to write comment.