Color Hex Logo

#ab963c Color Hex

#AB963C
(171,150,60)
0 Favorites   0 Comments

Color spaces of #ab963c

RGB 17115060
HSL0.140.480.45
HSV49°65°67°
CMYK 0.000.120.65   0.33
XYZ28.516530.79698.7164
Yxy30.79690.41920.4527
Hunter Lab55.4950-5.392629.5340
CIE-Lab62.3358-2.928548.8654

#ab963c color RGB value is (171,150,60).

#ab963c hex color red value is 171, green value is 150 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ab963c hue: 0.14 , saturation: 0.48 and the lightness value of ab963c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010110 00111100
Octal 253 226 74
Decimal 171 150 60
Hex AB 96 3C

RGB Percentages of Color #ab963c

%44.88
%39.37
%15.75

CMYK Percentages of Color #ab963c

%0
%12
%65
%33

Triadic Colors of #ab963c

#ab963c #3cab96 #963cab

Analogous Colors of #ab963c

#ab963c #89ab3c #ab5f3c

Monochromatic Colors of #ab963c

#ab963c

Complementary Color

#ab963c #3c51ab

#ab963c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab963c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab963c Color CSS Codes

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

#ab963c Text Font Color

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

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


#ab963c Background Color

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

This div background color is #ab963c


#ab963c Border Color

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

This div border color is #ab963c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab963c


Comments

No comments written yet.

Please login to write comment.