Color Hex Logo

#ab491e Color Hex

#AB491E
(171,73,30)
0 Favorites   0 Comments

Color spaces of #ab491e

RGB 1717330
HSL0.050.700.39
HSV18°82°67°
CMYK 0.000.570.82   0.33
XYZ19.411513.51682.8142
Yxy13.51680.54310.3782
Hunter Lab36.765229.906321.1973
CIE-Lab43.531837.846443.5083

#ab491e color RGB value is (171,73,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001001 00011110
Octal 253 111 36
Decimal 171 73 30
Hex AB 49 1E

RGB Percentages of Color #ab491e

%62.41
%26.64
%10.95

CMYK Percentages of Color #ab491e

%0
%57
%82
%33

Triadic Colors of #ab491e

#ab491e #1eab49 #491eab

Analogous Colors of #ab491e

#ab491e #ab901e #ab1e39

Monochromatic Colors of #ab491e

#ab491e

Complementary Color

#ab491e #1e80ab

#ab491e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab491e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab491e Color CSS Codes

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

#ab491e Text Font Color

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

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


#ab491e Background Color

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

This div background color is #ab491e


#ab491e Border Color

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

This div border color is #ab491e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab491e


Comments

No comments written yet.

Please login to write comment.