Color Hex Logo

#ab493e Color Hex

#AB493E
(171,73,62)
0 Favorites   0 Comments

Color spaces of #ab493e

RGB 1717362
HSL0.020.470.46
HSV64°67°
CMYK 0.000.570.64   0.33
XYZ20.046613.77086.1589
Yxy13.77080.50150.3445
Hunter Lab37.109031.486416.1361
CIE-Lab43.902439.425826.5066

#ab493e color RGB value is (171,73,62).

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

The process color (four color CMYK) of #ab493e color hex is 0.00, 0.57, 0.64, 0.33. Web safe color of #ab493e is #993333. Color #ab493e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 00111110
Octal 253 111 76
Decimal 171 73 62
Hex AB 49 3E

RGB Percentages of Color #ab493e

%55.88
%23.86
%20.26

CMYK Percentages of Color #ab493e

%0
%57
%64
%33

Triadic Colors of #ab493e

#ab493e #3eab49 #493eab

Analogous Colors of #ab493e

#ab493e #ab803e #ab3e6a

Monochromatic Colors of #ab493e

#ab493e

Complementary Color

#ab493e #3ea0ab

#ab493e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab493e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab493e Color CSS Codes

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

#ab493e Text Font Color

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

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


#ab493e Background Color

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

This div background color is #ab493e


#ab493e Border Color

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

This div border color is #ab493e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab493e


Comments

No comments written yet.

Please login to write comment.