Color Hex Logo

#ab953c Color Hex

#AB953C
(171,149,60)
0 Favorites   0 Comments

Color spaces of #ab953c

RGB 17114960
HSL0.130.480.45
HSV48°65°67°
CMYK 0.000.130.65   0.33
XYZ28.357630.47918.6634
Yxy30.47910.42010.4515
Hunter Lab55.2079-4.927029.3415
CIE-Lab62.0654-2.385948.5742

#ab953c color RGB value is (171,149,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 00111100
Octal 253 225 74
Decimal 171 149 60
Hex AB 95 3C

RGB Percentages of Color #ab953c

%45.00
%39.21
%15.79

CMYK Percentages of Color #ab953c

%0
%13
%65
%33

Triadic Colors of #ab953c

#ab953c #3cab95 #953cab

Analogous Colors of #ab953c

#ab953c #8aab3c #ab5e3c

Monochromatic Colors of #ab953c

#ab953c

Complementary Color

#ab953c #3c52ab

#ab953c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab953c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab953c Color CSS Codes

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

#ab953c Text Font Color

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

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


#ab953c Background Color

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

This div background color is #ab953c


#ab953c Border Color

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

This div border color is #ab953c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab953c


Comments

No comments written yet.

Please login to write comment.