Color Hex Logo

#ab641d Color Hex

#AB641D
(171,100,29)
0 Favorites   0 Comments

Color spaces of #ab641d

RGB 17110029
HSL0.080.710.39
HSV30°83°67°
CMYK 0.000.420.83   0.33
XYZ21.573517.86103.4729
Yxy17.86100.50280.4163
Hunter Lab42.262317.159424.7114
CIE-Lab49.327123.416049.2059

#ab641d color RGB value is (171,100,29).

#ab641d hex color red value is 171, green value is 100 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ab641d hue: 0.08 , saturation: 0.71 and the lightness value of ab641d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100100 00011101
Octal 253 144 35
Decimal 171 100 29
Hex AB 64 1D

RGB Percentages of Color #ab641d

%57.00
%33.33
%9.67

CMYK Percentages of Color #ab641d

%0
%42
%83
%33

Triadic Colors of #ab641d

#ab641d #1dab64 #641dab

Analogous Colors of #ab641d

#ab641d #abab1d #ab1d1d

Monochromatic Colors of #ab641d

#ab641d

Complementary Color

#ab641d #1d64ab

#ab641d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab641d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab641d Color CSS Codes

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

#ab641d Text Font Color

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

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


#ab641d Background Color

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

This div background color is #ab641d


#ab641d Border Color

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

This div border color is #ab641d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab641d


Comments

No comments written yet.

Please login to write comment.