Color Hex Logo

#ab471e Color Hex

#AB471E
(171,71,30)
0 Favorites   0 Comments

Color spaces of #ab471e

RGB 1717130
HSL0.050.700.39
HSV17°82°67°
CMYK 0.000.580.82   0.33
XYZ19.282213.25812.7711
Yxy13.25810.54610.3755
Hunter Lab36.411730.806220.9759
CIE-Lab43.149638.838743.1527

#ab471e color RGB value is (171,71,30).

#ab471e hex color red value is 171, green value is 71 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab471e hue: 0.05 , saturation: 0.70 and the lightness value of ab471e is 0.39.

The process color (four color CMYK) of #ab471e color hex is 0.00, 0.58, 0.82, 0.33. Web safe color of #ab471e is #993333. Color #ab471e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000111 00011110
Octal 253 107 36
Decimal 171 71 30
Hex AB 47 1E

RGB Percentages of Color #ab471e

%62.87
%26.10
%11.03

CMYK Percentages of Color #ab471e

%0
%58
%82
%33

Triadic Colors of #ab471e

#ab471e #1eab47 #471eab

Analogous Colors of #ab471e

#ab471e #ab8e1e #ab1e3b

Monochromatic Colors of #ab471e

#ab471e

Complementary Color

#ab471e #1e82ab

#ab471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab471e Color CSS Codes

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

#ab471e Text Font Color

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

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


#ab471e Background Color

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

This div background color is #ab471e


#ab471e Border Color

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

This div border color is #ab471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab471e


Comments

No comments written yet.

Please login to write comment.