Color Hex Logo

#ab913e Color Hex

#AB913E
(171,145,62)
0 Favorites   0 Comments

Color spaces of #ab913e

RGB 17114562
HSL0.130.470.46
HSV46°64°67°
CMYK 0.000.150.64   0.33
XYZ27.789529.25658.7398
Yxy29.25650.42240.4447
Hunter Lab54.0893-2.948128.2824
CIE-Lab61.0073-0.071346.4978

#ab913e color RGB value is (171,145,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 00111110
Octal 253 221 76
Decimal 171 145 62
Hex AB 91 3E

RGB Percentages of Color #ab913e

%45.24
%38.36
%16.40

CMYK Percentages of Color #ab913e

%0
%15
%64
%33

Triadic Colors of #ab913e

#ab913e #3eab91 #913eab

Analogous Colors of #ab913e

#ab913e #8fab3e #ab5b3e

Monochromatic Colors of #ab913e

#ab913e

Complementary Color

#ab913e #3e58ab

#ab913e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab913e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab913e Color CSS Codes

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

#ab913e Text Font Color

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

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


#ab913e Background Color

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

This div background color is #ab913e


#ab913e Border Color

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

This div border color is #ab913e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab913e


Comments

No comments written yet.

Please login to write comment.