Color Hex Logo

#ab513e Color Hex

#AB513E
(171,81,62)
0 Favorites   0 Comments

Color spaces of #ab513e

RGB 1718162
HSL0.030.470.46
HSV10°64°67°
CMYK 0.000.530.64   0.33
XYZ20.606514.89066.3455
Yxy14.89060.49250.3559
Hunter Lab38.588327.790917.2621
CIE-Lab45.484035.354228.4658

#ab513e color RGB value is (171,81,62).

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

The process color (four color CMYK) of #ab513e color hex is 0.00, 0.53, 0.64, 0.33. Web safe color of #ab513e is #996633. Color #ab513e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010001 00111110
Octal 253 121 76
Decimal 171 81 62
Hex AB 51 3E

RGB Percentages of Color #ab513e

%54.46
%25.80
%19.75

CMYK Percentages of Color #ab513e

%0
%53
%64
%33

Triadic Colors of #ab513e

#ab513e #3eab51 #513eab

Analogous Colors of #ab513e

#ab513e #ab883e #ab3e62

Monochromatic Colors of #ab513e

#ab513e

Complementary Color

#ab513e #3e98ab

#ab513e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab513e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab513e Color CSS Codes

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

#ab513e Text Font Color

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

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


#ab513e Background Color

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

This div background color is #ab513e


#ab513e Border Color

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

This div border color is #ab513e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab513e


Comments

No comments written yet.

Please login to write comment.