Color Hex Logo

#ab640d Color Hex

#AB640D
(171,100,13)
0 Favorites   0 Comments

Color spaces of #ab640d

RGB 17110013
HSL0.090.860.36
HSV33°92°67°
CMYK 0.000.420.92   0.33
XYZ21.424417.80132.6876
Yxy17.80130.51120.4247
Hunter Lab42.191616.805025.7573
CIE-Lab49.254223.025954.2748

#ab640d color RGB value is (171,100,13).

#ab640d hex color red value is 171, green value is 100 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ab640d hue: 0.09 , saturation: 0.86 and the lightness value of ab640d is 0.36.

The process color (four color CMYK) of #ab640d color hex is 0.00, 0.42, 0.92, 0.33. Web safe color of #ab640d is #996600. Color #ab640d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 00001101
Octal 253 144 15
Decimal 171 100 13
Hex AB 64 D

RGB Percentages of Color #ab640d

%60.21
%35.21
%4.58

CMYK Percentages of Color #ab640d

%0
%42
%92
%33

Triadic Colors of #ab640d

#ab640d #0dab64 #640dab

Analogous Colors of #ab640d

#ab640d #a3ab0d #ab150d

Monochromatic Colors of #ab640d

#ab640d

Complementary Color

#ab640d #0d54ab

#ab640d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab640d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab640d Color CSS Codes

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

#ab640d Text Font Color

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

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


#ab640d Background Color

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

This div background color is #ab640d


#ab640d Border Color

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

This div border color is #ab640d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab640d


Comments

No comments written yet.

Please login to write comment.