Color Hex Logo

#ab642e Color Hex

#AB642E
(171,100,46)
0 Favorites   0 Comments

Color spaces of #ab642e

RGB 17110046
HSL0.070.580.43
HSV26°73°67°
CMYK 0.000.420.73   0.33
XYZ21.844917.96954.9019
Yxy17.96950.48850.4019
Hunter Lab42.390417.802422.8172
CIE-Lab49.459124.120741.7122

#ab642e color RGB value is (171,100,46).

#ab642e hex color red value is 171, green value is 100 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab642e hue: 0.07 , saturation: 0.58 and the lightness value of ab642e is 0.43.

The process color (four color CMYK) of #ab642e color hex is 0.00, 0.42, 0.73, 0.33. Web safe color of #ab642e is #996633. Color #ab642e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 00101110
Octal 253 144 56
Decimal 171 100 46
Hex AB 64 2E

RGB Percentages of Color #ab642e

%53.94
%31.55
%14.51

CMYK Percentages of Color #ab642e

%0
%42
%73
%33

Triadic Colors of #ab642e

#ab642e #2eab64 #642eab

Analogous Colors of #ab642e

#ab642e #aba32e #ab2e37

Monochromatic Colors of #ab642e

#ab642e

Complementary Color

#ab642e #2e75ab

#ab642e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab642e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab642e Color CSS Codes

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

#ab642e Text Font Color

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

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


#ab642e Background Color

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

This div background color is #ab642e


#ab642e Border Color

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

This div border color is #ab642e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab642e


Comments

No comments written yet.

Please login to write comment.